The ultimate post-installation setup assistant for GNU/Linux, streamlining your configuration process with ease and precision.
To use the program download the latest version here:
Unpack the archive:
tar -xzf gnulinwiz_0_1_0.tar.gz
Then enter the "program" directory:
cd gnulinwiz_0_1_0/program
And finally run the program:
sudo ./gnulinwiz
All set! Your GNU/Linux system is ready to use!
If you want to build the program, download the repository and enter it:
cd gnulinwiz
Run cargo build command with mode release:
cargo build -r
If you need to use debugger, use:
cargo build
gnulinwiz AKA GNU/Linux Config Wizard: The ultimate post-installation setup assistant for Linux,
streamlining your configuration process with ease and precision.
Copyright (C) 2025 Andrew Kushyk
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.