Comparison: Difference between revisions

From Alpine Linux
(make redirect)
(7 intermediate revisions by 4 users not shown)
Line 1: Line 1:
= Comparison with other distros =
#REDIRECT [[Comparison with other distros]]
This page shows how some standard things are done in Alpine compared to other distributions.
 
{| border=1
|-
! Action
! Alpine 1.9
! Alpine 1.8
! Arch Linux
! Gentoo
! Debian/Ubuntu
|-
| Update package database
| {{Cmd|apk update}}
| {{Cmd|apk_fetch -u}}
| {{Cmd|pacman -Sy}}
| {{Cmd|emerge --sync}}
| {{Cmd|aptitude update}}
|-
| Showing available updates
|-
| Update a particular package
|-
| Installing packages
|-
| Reinstall a particular package
|-
| Searching package database
|-
| Removing packages
|-
| Only downloading packages
|-
| Cleaning up downloaded packages
|-
| Reverse dependencies
|}

Revision as of 11:33, 27 May 2012