Comparison: Difference between revisions

From Alpine Linux
(Recategorize)
(make redirect)
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Obsolete}}
#REDIRECT [[Comparison with other distros]]
 
= 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
| {{Cmd| apk version -l '<'}}
| {{Cmd| apk_version -v -l '<'}}
|
| {{Cmd| emerge --deep --update --pretend @world}}
| {{Cmd| aptitude upgrade --simulate}}
|-
| Update a particular package
|-
| Installing packages
|-
| Reinstall a particular package
|-
| Searching package database
|-
| Removing packages
|-
| Only downloading packages
|-
| Cleaning up downloaded packages
|-
| Reverse dependencies
|}
 
[[Category:Unknown]]

Revision as of 11:33, 27 May 2012