Difference between revisions of "Rosetta stone for package hunting"

From lightwiki
Jump to: navigation, search
m
 
(2 intermediate revisions by the same user not shown)
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
Line 66: Line 66:
  
 
|}
 
|}
 +
 +
* [https://wiki.archlinux.org/title/Pacman/Rosetta - Pacman Rosetta]

Latest revision as of 16:32, 28 October 2021

  • 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