translator
11,127
edits
m (add BoxSuccess) |
m (add template UserCmd and BoxSuccess) |
||
Line 202: | Line 202: | ||
<!--T:39--> | <!--T:39--> | ||
Once you have identified the packages you wish to install, you can install them with command {{ic|pamac install}}. For example, if we wanted to install {{ic|smplayer}} and {{ic|smplayer-themes}} we could use the command: | Once you have identified the packages you wish to install, you can install them with command {{ic|pamac install}}. For example, if we wanted to install {{ic|smplayer}} and {{ic|smplayer-themes}} we could use the command: | ||
{{UserCmd|command=pamac install smplayer smplayer-themes}} | |||
<!--T:40--> | <!--T:40--> | ||
{{tip|When using install, pamac will check to see if packages are installed and only install the ones not already installed}} | {{BoxSuccess|tip|When using install, pamac will check to see if packages are installed and only install the ones not already installed}} | ||
<!--T:41--> | <!--T:41--> | ||
If you want to install packages from [[Arch_User_Repository|AUR]] you use the command {{ic|pamac build}}. Sticking with the above example, if you decided you wanted to install {{ic|umplayer}} instead you could use the command: | If you want to install packages from [[Arch_User_Repository|AUR]] you use the command {{ic|pamac build}}. Sticking with the above example, if you decided you wanted to install {{ic|umplayer}} instead you could use the command: | ||
{{UserCmd|command=pamac build umplayer}} | |||
==Removing Packages== <!--T:42--> | ==Removing Packages== <!--T:42--> |