Manjaro Difference between revisions of "CheatSheet"

Difference between revisions of "CheatSheet"

From Manjaro
(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=

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 COPY TO CLIPBOARD


Check if updates are available
user $ pamac checkupdates -a COPY TO CLIPBOARD


Update all installed packages
user $ pamac upgrade -a COPY TO CLIPBOARD


Search available packages
user $ pamac search PackageName COPY TO CLIPBOARD


Install packages
user $ pamac install PackageName COPY TO CLIPBOARD


Uninstall packages
user $ pamac remove PackageName COPY TO CLIPBOARD


Your sub title

Your sub title 2

user $ example command should be here COPY TO CLIPBOARD



Example codes should be here.


See Also

Example Link Title example text

Cookies help us deliver our services. By using our services, you agree to our use of cookies.