Difference between revisions of "CheatSheet"

(Seite erzeugt)
 
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=
translator
987

edits