Difference between revisions of "Rosetta stone for package hunting"

From lightwiki
Jump to: navigation, search
Line 1: Line 1:
 
* Hello Arch Linux, users.  [http://en.wikipedia.org/wiki/Rolling_release This page] says that Arch Linux is a rolling release.  Let's keep it that way.
 
* Hello Arch Linux, users.  [http://en.wikipedia.org/wiki/Rolling_release This page] says that Arch Linux is a rolling release.  Let's keep it that way.
* I started this page before I found the more official [https://wiki.archlinux.org/index.php/Pacman_Rosetta Pacman Rosetta] page.
+
* I started this page before finding the more official [https://wiki.archlinux.org/index.php/Pacman_Rosetta Pacman Rosetta] page.
  
 
{|
 
{|

Revision as of 16:18, 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
 ? apt-get update yum 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