1
edit
m (Add missing word) Tags: Mobile web edit Mobile edit |
(fix spelling, try to improve wording) Tags: Mobile web edit Mobile edit |
||
Line 27: | Line 27: | ||
<!--T:7--> | <!--T:7--> | ||
{{tip|Both the GTK and Qt | {{tip|Both the GTK and Qt pamac packages will automatically install the CLI version as well}} | ||
=Using the Pamac GUI= <!--T:8--> | =Using the Pamac GUI= <!--T:8--> | ||
Line 39: | Line 39: | ||
<!--T:11--> | <!--T:11--> | ||
To install packages simply | To install packages, simply check the box next to the packages. Once you have selected all the packages you want to install, click the Apply button at the bottom of the page. | ||
<!--T:12--> | <!--T:12--> | ||
If any of the packages have optional dependencies(packages that enable additional functionality) you will see a window like the one to the left which allows to select the ones you would like to install. | If any of the packages have optional dependencies (packages that enable additional functionality) you will see a window like the one to the left which allows to select the ones you would like to install. | ||
<div style="clear: both"></div> | <div style="clear: both"></div> | ||
[[File:Pamac-gtk-transaction-summary.png|left|thumb|400px]] | [[File:Pamac-gtk-transaction-summary.png|left|thumb|400px]] | ||
Line 49: | Line 49: | ||
<!--T:13--> | <!--T:13--> | ||
After you have selected optional dependencies, you should see a | After you have selected optional dependencies, you should see a window similar to the one pictured on the left. This lists all the packages that will be installed, upgraded or removed by the action. Once you have reviewed the list, press the Apply button to install the packages. | ||
Line 68: | Line 68: | ||
<!--T:18--> | <!--T:18--> | ||
Once you do you should see a screen similar to the one on the left which lists all the packages that are about to be removed. You may notice this list contains more packages than you selected. This is because when you remove a package that other packages depend on, those packages are also removed. | Once you do, you should see a screen similar to the one on the left which lists all the packages that are about to be removed. You may notice this list contains more packages than you selected. This is because when you remove a package that other packages depend on, those packages are also removed. | ||
<!--T:19--> | <!--T:19--> | ||
{{warning|It is extremely important to carefully review the Transaction Summary before accepting the package removal. Some packages have many packages which depend on them and you don't want to inadvertently remove your whole | {{warning|It is extremely important to carefully review the Transaction Summary before accepting the package removal. Some packages have many packages which depend on them and you don't want to inadvertently remove your whole desktop environment}} | ||
<div style="clear: both"></div> | <div style="clear: both"></div> | ||
Line 87: | Line 87: | ||
<!--T:23--> | <!--T:23--> | ||
The General tab of preferences contains several settings, most of which are self explanatory. | The General tab of preferences contains several settings, most of which are self-explanatory. | ||
Line 95: | Line 95: | ||
* Maximum parallel downloads - The number of concurrent downloads allowed | * Maximum parallel downloads - The number of concurrent downloads allowed | ||
* Enable downgrade - This allows packages to be downgraded as well as upgraded. This is important when [[Switching_Branches|switching branches]]. | * Enable downgrade - This allows packages to be downgraded as well as upgraded. This is important when [[Switching_Branches|switching branches]]. | ||
* Check for updates - Disabling this will stop | * Check for updates - Disabling this will stop pamac from looking for updates. In most cases, turning this off on a [[The Rolling Release Development Model|rolling release]] distro like Manjaro is a bad idea. | ||
* Ignore updates for - This is a list of packages that you don't want to be upgraded. This is inherently dangerous practice and should only be used by advanced users. | * Ignore updates for - This is a list of packages that you don't want to be upgraded. This is inherently dangerous practice and should only be used by advanced users. | ||
Line 120: | Line 120: | ||
<!--T:29--> | <!--T:29--> | ||
The "Build directory" is where AUR packages will be built. Using "tmp" usually will provide the best performance but very large packages may fail to build. In this case, select | The "Build directory" is where AUR packages will be built. Using "tmp" usually will provide the best performance but very large packages may fail to build. In this case, select a location with more available space. | ||
<div style="clear: both"></div> | <div style="clear: both"></div> | ||
[[File:Pamac-gtk-preferences-cache.png|left|thumb|400px]] | [[File:Pamac-gtk-preferences-cache.png|left|thumb|400px]] | ||
Line 126: | Line 126: | ||
<!--T:30--> | <!--T:30--> | ||
When | When pamac installs packages, it keeps a copy of all the old packages you have downloaded. This cache can be very useful if you have to install older packages in an emergency. However, left unchecked, this cache will grow very large over time. These preferences allow your cache to be automatically managed based on your preferences. | ||
<!--T:31--> | <!--T:31--> | ||
The first option allows you to set a number for how many copies of each package are retained. In other words, if you have downloaded 25 versions of | The first option allows you to set a number for how many copies of each package are retained. In other words, if you have downloaded 25 versions of Firefox over the life of your install and you set this number to "3", only the most recent 3 versions will be retained. Unless you are very short on disk space, it is recommended to set this to at least 2. | ||
<!--T:32--> | <!--T:32--> | ||
By selecting "Remove only the versions of uninstalled packages" pamac will retain all versions of packages you still have installed. | By selecting "Remove only the versions of uninstalled packages", pamac will retain all versions of packages you still have installed. | ||
<div style="clear: both"></div> | <div style="clear: both"></div> | ||
Line 140: | Line 140: | ||
<!--T:34--> | <!--T:34--> | ||
Pamac also includes a fully functional CLI for when you don't have a | Pamac also includes a fully functional CLI for when you don't have a working GUI or for those that prefer to manage packages that way. | ||
Line 148: | Line 148: | ||
To search for available packages you can use the command {{ic|pamac search}}. For example, to search the repos for packages containing the word smplayer: | To search for available packages you can use the command {{ic|pamac search}}. For example, to search the repos for packages containing the word smplayer: | ||
<pre>pamac search smplayer | <pre>pamac search smplayer | ||
smplayer | smplayer | ||
[Installed] 19.5.0-1 community | |||
Media player with built-in codecs that can play virtually all video and audio formats | Media player with built-in codecs that can play virtually all video and audio formats | ||
smplayer-skins | smplayer-skins | ||
[Installed] 1:15.2.0-2 community | |||
Skins for SMPlayer | Skins for SMPlayer | ||
smplayer-themes | smplayer-themes | ||
[Installed] 1:18.6.0-1 community | |||
Themes for SMPlayer</pre> | Themes for SMPlayer</pre> | ||
Line 159: | Line 162: | ||
As you can see, this will also show you which packages are already installed. If you would like to search both the repos and [[Arch_User_Repository|AUR]] you add {{ic|-a}} like this: | As you can see, this will also show you which packages are already installed. If you would like to search both the repos and [[Arch_User_Repository|AUR]] you add {{ic|-a}} like this: | ||
<pre>pamac search -a smplayer | <pre>pamac search -a smplayer | ||
smplayer | smplayer | ||
[Installed] 19.5.0-1 community | |||
Media player with built-in codecs that can play virtually all video and audio formats | Media player with built-in codecs that can play virtually all video and audio formats | ||
smplayer-skins | smplayer-skins | ||
[Installed] 1:15.2.0-2 community | |||
Skins for SMPlayer | Skins for SMPlayer | ||
smplayer-themes | smplayer-themes | ||
[Installed] 1:18.6.0-1 community | |||
Themes for SMPlayer | Themes for SMPlayer | ||
papirus-smplayer-theme-git | papirus-smplayer-theme-git | ||
20181024-2 AUR | |||
Papirus theme for SMPlayer (git version) | Papirus theme for SMPlayer (git version) | ||
smplayer-svn | smplayer-svn | ||
17.12.0.r8852-1 AUR | |||
Advanced front-end for MPlayer/MPV | Advanced front-end for MPlayer/MPV | ||
smplayer-svn-notitlebar | smplayer-svn-notitlebar | ||
18.3.0.r8982M-1 AUR | |||
Advanced front-end for MPlayer/MPV + Patch to disable titlebar in compact mode | Advanced front-end for MPlayer/MPV + Patch to disable titlebar in compact mode | ||
smplayer-skins-svn | smplayer-skins-svn | ||
15.2.0.r8852-1 AUR | |||
Skins for SMPlayer | Skins for SMPlayer | ||
smplayer-themes-svn | smplayer-themes-svn | ||
17.3.0.r8852-1 AUR | |||
Themes for SMPlayer | Themes for SMPlayer | ||
smplayer-qt4 | smplayer-qt4 | ||
18.5.0-1 AUR | |||
Complete front-end for MPlayer/MPV (Qt4) | Complete front-end for MPlayer/MPV (Qt4) | ||
rosa-media-player-plugin | rosa-media-player-plugin | ||
1.0-2 AUR | |||
The new multimedia player(based on SMPlayer) with clean and elegant UI (mozilla plugin only). | The new multimedia player(based on SMPlayer) with clean and elegant UI (mozilla plugin only). | ||
smplayer-theme-faenza (Out of Date: 09/15/2017) | smplayer-theme-faenza (Out of Date: 09/15/2017) | ||
2-2 AUR | |||
Normal, dark and silver faenza theme for smplayer. | Normal, dark and silver faenza theme for smplayer. | ||
umplayer | umplayer | ||
0.98.2-2 AUR | |||
An alternative to SMPlayer</pre> | An alternative to SMPlayer</pre> | ||
<!--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: | ||
pamac install smplayer smplayer-themes | 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}} | {{tip|When using install, pamac will check to see if packages are installed and only install the ones not already installed}} | ||
Line 201: | Line 216: | ||
<!--T:43--> | <!--T:43--> | ||
The command {{ic|pamac remove}} can be used to uninstall packages installed from the repos or [[Arch_User_Repository|AUR]]. For example if you wanted to remove all the packages installed above you could use the command: | The command {{ic|pamac remove}} can be used to uninstall packages installed from the repos or [[Arch_User_Repository|AUR]]. For example, if you wanted to remove all the packages installed above, you could use the command: | ||
pamac remove smplayer smplayer-themes umplayer | pamac remove smplayer smplayer-themes umplayer | ||
Line 207: | Line 222: | ||
<!--T:44--> | <!--T:44--> | ||
{{warning|It is extremely important to carefully review the list of packages pamac presents before confirming. Some packages have many packages which depend on them and you don't want to inadvertently remove your whole | {{warning|It is extremely important to carefully review the list of packages pamac presents before confirming. Some packages have many packages which depend on them and you don't want to inadvertently remove your whole desktop environment}} | ||
Line 213: | Line 228: | ||
<!--T:46--> | <!--T:46--> | ||
To display a list of all installed packages you can use the command: | To display a list of all installed packages, you can use the command: | ||
pamac list -i | pamac list -i | ||
Line 220: | Line 235: | ||
<!--T:48--> | <!--T:48--> | ||
To display detailed information on a package that is in the repos or installed on your system use the command {{ic|pamac info}}. Keeping with our example: | To display detailed information on a package that is in the repos or installed on your system, use the command {{ic|pamac info}}. Keeping with our example of SMPlayer : | ||
pamac info smplayer | pamac info smplayer | ||
<!--T:49--> | <!--T:49--> | ||
If you also would like to check packages in [[Arch_User_Repository|AUR]] you could use: | If you also would like to check packages in [[Arch_User_Repository|AUR]], you could use: | ||
pamac info -a smplayer | pamac info -a smplayer | ||
Line 232: | Line 247: | ||
<!--T:51--> | <!--T:51--> | ||
To check if updates are available you can use the command: | To check if updates are available, you can use the command: | ||
pamac checkupdates -a | pamac checkupdates -a | ||
<!--T:52--> | <!--T:52--> | ||
To update all installed packages installed from the repos or [[Arch_User_Repository|AUR]] you can use the command: | To update all installed packages installed from the repos or [[Arch_User_Repository|AUR]], you can use the command: | ||
pamac upgrade -a | pamac upgrade -a | ||
<!--T:53--> | <!--T:53--> | ||
{{tip|pamac update and pamac upgrade are exactly the same. You can use them | {{tip|pamac update and pamac upgrade are exactly the same. You can use them interchangeably.}} | ||
Line 248: | Line 263: | ||
<!--T:55--> | <!--T:55--> | ||
To check to see if there any orphaned packages(packages which are no longer needed) installed you can use: | To check to see if there any orphaned packages (packages which are no longer needed) installed, you can use: | ||
pamac list -o | pamac list -o | ||
Line 279: | Line 294: | ||
<!--T:63--> | <!--T:63--> | ||
To force a package to be installed even if it is already installed use {{ic|pamac reinstall}}. For example: | To force a package to be installed even if it is already installed, use {{ic|pamac reinstall}}. For example: | ||
pamac reinstall smplayer | pamac reinstall smplayer | ||
</translate> | </translate> | ||
[[Category:Contents Page{{#translation:}}]] | [[Category:Contents Page{{#translation:}}]] |
edit