|
|
Line 1: |
Line 1: |
| {{Delete|Contents merged with [[Comparison with other distros]]}}
| | #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:Package Manager]]
| |