Difference between revisions of "CheatSheet"
From Manjaro
Views
Actions
Namespaces
Variants
Tools
(→CheatSheet for Manjaro: erstellt) |
(Schritt 1) |
||
Line 1: | Line 1: | ||
<!-- | |||
<!-- Example titles --> | |||
== CheatSheet for Manjaro == | |||
The original startet with a thread at https://forum.manjaro.org/t/manjaro-cli-cheat-sheet/101305/3 | |||
<!-- TOC shows contents of the page --> | <!-- TOC shows contents of the page --> | ||
__TOC__ | __TOC__ | ||
=== Locating and Installing Packages === | === Locating and Installing Packages === | ||
==== Update mirrorlist with the fastest mirrors ==== | |||
{{UserCmd|command=sudo pacman-mirrors --fasttrack && sudo pacman -Syyu}} | {{UserCmd|command=sudo pacman-mirrors --fasttrack && sudo pacman -Syyu}} | ||
===== Check if updates are available | {{RootCmd|command=pacman-mirrors --fasttrack && pacman -Syyu}} | ||
==== Check if updates are available ==== | |||
{{UserCmd|command=pamac checkupdates -a}} | {{UserCmd|command=pamac checkupdates -a}} | ||
==== Update all installed packages ==== | |||
{{UserCmd|command=pamac upgrade -a}} | {{UserCmd|command=pamac upgrade -a}} | ||
==== Search available packages ==== | |||
{{UserCmd|command=pamac search PackageName}} | {{UserCmd|command=pamac search PackageName}} | ||
==== Install packages ==== | |||
{{UserCmd|command=pamac install PackageName}} | {{UserCmd|command=pamac install PackageName}} | ||
==== Uninstall packages ==== | |||
{{UserCmd|command=pamac remove PackageName}} | {{UserCmd|command=pamac remove PackageName}} | ||
=== Your sub title === | === Your sub title === | ||
Revision as of 16:04, 4 February 2022
CheatSheet for Manjaro
The original startet with a thread at 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
root # pacman-mirrors --fasttrack && 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