Difference between revisions of "CheatSheet"
From Manjaro
Views
Actions
Namespaces
Variants
Tools
(Seite erzeugt) |
(→CheatSheet for Manjaro: erstellt) |
||
Line 8: | Line 8: | ||
The original startet with a thread https://forum.manjaro.org/t/manjaro-cli-cheat-sheet/101305/3 | The original startet with a thread https://forum.manjaro.org/t/manjaro-cli-cheat-sheet/101305/3 | ||
=== Locating and Installing Packages === | |||
===== Update mirrorlist with the fastest mirrors ===== | |||
{{UserCmd|command=sudo pacman-mirrors --fasttrack && sudo pacman -Syyu}} | |||
===== Check if updates are available ===== | |||
{{UserCmd|command=pamac checkupdates -a}} | |||
====== Update all installed packages ====== | |||
{{UserCmd|command=pamac upgrade -a}} | |||
====== Search available packages ====== | |||
{{UserCmd|command=pamac search PackageName}} | |||
====== Install packages ====== | |||
{{UserCmd|command=pamac install PackageName}} | |||
====== Uninstall packages ====== | |||
{{UserCmd|command=pamac remove PackageName}} | |||
=== Your sub title === | === Your sub title === | ||
Line 23: | Line 37: | ||
<!-- Don't forget to look more templates: https://wiki.manjaro.org/index.php/Help:Template --> | <!-- Don't forget to look more templates: https://wiki.manjaro.org/index.php/Help:Template --> | ||
=See Also= | =See Also= |
Revision as of 15:54, 4 February 2022
CheatSheet for Manjaro
The original startet with a thread https://forum.manjaro.org/t/manjaro-cli-cheat-sheet/101305/3
Locating and Installing Packages
Update mirrorlist with the fastest mirrors
user $ sudo pacman-mirrors --fasttrack && sudo pacman -Syyu
Check if updates are available
user $ pamac checkupdates -a
Update all installed packages
user $ pamac upgrade -a
Search available packages
user $ pamac search PackageName
Install packages
user $ pamac install PackageName
Uninstall packages
user $ pamac remove PackageName
Your sub title
Your sub title 2
user $ example command should be here
Example codes should be here.
See Also
Example Link Title example text