Difference between revisions of "Rosetta stone for package hunting"

From lightwiki
Jump to: navigation, search
Line 19: Line 19:
 
| style="border: 1px solid darkgray;" |yum
 
| style="border: 1px solid darkgray;" |yum
 
|-
 
|-
| style="border: 1px solid darkgray;" title="Caption to use on mouse over" alt="Caption to use on mouse over" | ?
+
| style="border: 1px solid darkgray;" title="Caption to use on mouse over" alt="Caption to use on mouse over" |pacman -Sy
 
| style="border: 1px solid darkgray;" title="Caption to use on mouse over" alt="Caption to use on mouse over" |apt-get update
 
| style="border: 1px solid darkgray;" title="Caption to use on mouse over" alt="Caption to use on mouse over" |apt-get update
| style="border: 1px solid darkgray;" title="Caption to use on mouse over" alt="Caption to use on mouse over" |yum update
+
| style="border: 1px solid darkgray;" title="Caption to use on mouse over" alt="Caption to use on mouse over" |yum check-update
 
|-
 
|-
 
| style="border: 1px solid darkgray;" |pacman -Syu
 
| style="border: 1px solid darkgray;" |pacman -Syu

Revision as of 17:04, 30 August 2011

  • Hello Arch Linux, users. This page says that Arch Linux is a rolling release. Let's keep it that way.
  • I started this page before finding the more official Pacman Rosetta page.
High level package management Lower level package management
Arch Debian Red Hat
pacman apt-get yum
pacman -Sy apt-get update yum check-update
pacman -Syu apt-get dist-upgrade yum upgrade
pacman -[S|Q]i apt-cache show yum info
pacman -Ss apt-cache search yum search
Arch Debian Red Hat
pacman dpkg rpm
pacman -U dpkg -i rpm -i
pacman -Ql dpkg -L rpm -qa
pacman -Q dpkg -l rpm -ql
pacman -Qo dpkg -S rpm -qf