11# ArchLinux: Optional packages
22
3- It is a command -line tool to get the optional dependencies from some specific package using pacman. Furthermore,
4- you can install it in your Arch Linux.
3+ Command -line tool that get the optional dependencies from some specific package using pacman. Furthermore, you can install
4+ it in your Arch Linux.
55
66## INFORMATION
77
@@ -26,9 +26,9 @@ optional packages you found and filtered.
2626| ----------| ------------------| -----------------------------------------------------------------------------------------------------------------------------------------------------------------------|
2727| -e | --exclude | Excludes packages mentioned during a deep search.<br > - Required: no<br > - Type: string<br > - Values: package-1 package-2 …<br > - Default: none |
2828| -h | --help | Display information for this command and exit.<br > - Required: no<br > - Type: none<br > - Values: none<br > - Default: none |
29- | -i | --install | Install all the packages found.<br > - Required: no<br > - Type: boolean<br > - Values: yes or no<br > - Default: no |
29+ | -i | --install | Install all the packages found.<br > - Required: no<br > - Type: boolean<br > - Values: yes \| no<br > - Default: no |
3030| -p | --packages | The core packages from which to start the search for optional packages.<br > - Required: no<br > - Type: string<br > - Values: package-1 package-2 …<br > - Default: none |
31- | -s | --skip-installed | Skip the installed packages.<br > - Required: no<br > - Type: boolean<br > - Values: yes or no<br > - Default: no |
31+ | -s | --skip-installed | Skip the installed packages.<br > - Required: no<br > - Type: boolean<br > - Values: yes \| no<br > - Default: no |
3232| -v | --version | Display the version of this tool along with the project information and exit.<br > - Required: no<br > - Type: none<br > - Values: none<br > - Default: none |
3333| | --version-simple | Display the version of this tool and exit.<br > - Required: no<br > - Type: none<br > - Values: none<br > - Default: none |
3434
@@ -102,7 +102,7 @@ command: `yay --sync optional-packages`.
102102[ Directly download] [ raw file of this package ] the [ optional-packages] [ this package file ] file and use it on your
103103computer.
104104
105- Verify that the file has the appropriate execution permissions for your needs: ` ls --long optional-packages ` . You can
105+ Verify that the file has the appropriate execution permissions for your needs: ` ls -l optional-packages ` . You can
106106add execute permissions to the owner user with ` chmod u+x optional-packages ` or to all
107107with ` chmod +x optional-packages ` .
108108
0 commit comments