Comparison: Difference between revisions
Dubiousjim (talk | contribs) (Recategorize) |
Dubiousjim (talk | contribs) (Propose merge, delete Category:Unknown) |
||
Line 1: | Line 1: | ||
{{Merge|Comparison with Gentoo and Debian}} | |||
{{Obsolete}} | {{Obsolete}} | ||
Line 44: | Line 45: | ||
|} | |} | ||
[[Category: | [[Category:Package Manager]] |
Revision as of 20:11, 23 March 2012
This material is proposed for merging ... It should be merged with Comparison with Gentoo and Debian. (Discuss) |
This material is obsolete ... Please feel free to help us make an up-to-date version. (Discuss) |
Comparison with other distros
This page shows how some standard things are done in Alpine compared to other distributions.
Action | Alpine 1.9 | Alpine 1.8 | Arch Linux | Gentoo | Debian/Ubuntu |
---|---|---|---|---|---|
Update package database | apk update |
apk_fetch -u |
pacman -Sy |
emerge --sync |
aptitude update |
Showing available updates | apk version -l '<' |
apk_version -v -l '<' |
emerge --deep --update --pretend @world |
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 |