wiki.xw3.org

Welcome, this is not the xw3 project Wiki... But it is part of the xw3.org development infrastructure.

User Tools

Site Tools


alpine_linux

Alpine Linux

Useful commands

Upgrading Alpine

At times it is required to first upgrade just the Alpine Linux Package Manager itself to the latest available version, before upgrading any other package. This was the case, for example, when upgrading from a version of Alpine before 2.3.0_rc1. But simply always doing so shouldn't hurt, either:

apk add --upgrade apk-tools

Next, to upgrade all installed packages:

apk upgrade --available

Source: https://wiki.alpinelinux.org/wiki/Upgrading_Alpine

Update package resposories

apk update

Show available package updates

apk upgrade -s

Upgrade all available package updates

apk upgrade

Show files of a package

apk info -qL PACKAGE

Alpine Tor Wifi AP

alpine_linux.txt · Last modified: 2024-04-04 by hanez