-
Notifications
You must be signed in to change notification settings - Fork 6
Usage
Linux-Auto-Customizer is a powerful tool that can save you time and effort by automating the installation process and resolving dependencies automatically. In this article, we'll provide you with step-by-step instructions on how to use this tool to install software packages and customize your Linux environment.
Before you can use Linux-Auto-Customizer, you'll need to download and install it on your Linux machine. Here's how to do it.
Once you have installed Linux-Auto-Customizer, you can use it to install features with ease.
- Open a new terminal on your Linux machine.
- Run the following command to install a feature using the Linux-Auto-Customizer:
Example (install git using customizer with -o argument):
sudo customizer-install -o git
Arguments provides a way to customize the behavior of the Customizer by allowing external values to be used within the function's code.
Example (install code using customizer with -o and -v arguments):
customizer-install -v -o code
- >
--commandsprints a list of the arguments customizer-install --commands- >
-vMode verbose customizer-install -v name_of_feature- >
-qQuiet the visual output customizer-install -q name_of_feature- >
-sSkip if installed customizer-install -s name_of_feature- >
-oOverwrite customizer-install -o name_of_feature- >
-eExit on error enabled customizer-install -e name_of_feature- >
-iIgnore errors enabled customizer-install -i name_of_feature- >
-dAutoClean is not performed customizer-install -d name_of_feature- >
-cAutoClean is performed customizer-install -c name_of_feature- >
-CAutoClean and AutoRemove is performed customizer-install -C name_of_feature- >
-kDon't update system sudo customizer-install -k name_of_feature- >
-uUpdate the system sudo customizer-install -u name_of_feature- >
-UUpdate and Upgrade sudo customizer-install -U name_of_feature- >
-fAdd program to favorite bar (Ubuntu) customizer-install install.sh -f name_of_feature- >
-zProgram does not appear in favorite bar customizer-install -z name_of_feature- >
-aThis program autostarts when system session is started customizer-install -a name_of_feature- >
-rThis program does not autostart customizer-install -r name_of_feature- >
-nNot install customizer-install name_of_feature_1 -n name_of_feature- >
-yNegate not install customizer-install name_of_feature_1 -n name_of_feature -y name_of_feature_3- >
-pCheck privileges customizer-install -p name_of_feature- >
-PSkip privileges check sudo customizer-install -P name_of_feature- >
-tDo not cache customizer-install -t name_of_feature- >
-TCache installation customizer-install -T name_of_feature- >
-OUse package manager overwrite customizer-install -O name_of_feature- >
-xDo not allow package manager overwrite customizer-install -x name_of_feature- >
-hhelp customizer-install -h- >
-HCreate help file with table customizer-install -H- >
--debugDebug customizer functioning from terminal. Typeexitto end debug mode customizer-install --debug- >
--readmeCreate readme file customizer-install --readme
More information about each argument is explained in each page.
For more information about an individual argument functioning, consult the argument's wiki page.
We hope the usage of Customizer is properly explained, for more details go to Home page.
Use the argument positioning command install / uninstall with the proper arguments to personalize the installation
- Remember that they are cyclic and keep applying for the next feature in the list.
- To avoid previous behaviour, use special arguments to negate the functioning of the argument if any more programs are going to be managed.
Best regards, and happy coding :)
- The Linux-Auto-Customizer Team