Comparison: Difference between revisions
(Created page with '= 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 ...') |
|||
| Line 12: | Line 12: | ||
|- | |- | ||
| Update package database | | Update package database | ||
| apk update | | {{Cmd|apk update}} | ||
| apk_fetch -u | | {{Cmd|apk_fetch -u}} | ||
| pacman -Sy | | {{Cmd|pacman -Sy}} | ||
| emerge --sync | | {{Cmd|emerge --sync}} | ||
| aptitude update | | {{Cmd|aptitude update}} | ||
|- | |- | ||
| Showing available updates | | Showing available updates | ||
Revision as of 19:16, 1 October 2009
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 | |||||
| Update a particular package | |||||
| Installing packages | |||||
| Reinstall a particular package | |||||
| Searching package database | |||||
| Removing packages | |||||
| Only downloading packages | |||||
| Cleaning up downloaded packages | |||||
| Reverse dependencies |