linux:dev1_1install
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| linux:dev1_1install [2026/01/09 20:29] – azman | linux:dev1_1install [2026/01/09 20:31] (current) – [Devuan upgrade (chimaera to daedalus)] azman | ||
|---|---|---|---|
| Line 115: | Line 115: | ||
| Personal note - basically from devuan.org. | Personal note - basically from devuan.org. | ||
| + | |||
| + | <file text devuan_upgrade.txt> | ||
| + | upgrade chimaera to daedalus (from devuan.org) | ||
| + | |||
| + | - update/ | ||
| + | $ apt update | ||
| + | $ apt upgrade | ||
| + | |||
| + | - update apt sources.list | ||
| + | $ cd /etc ; sed -i ' | ||
| + | |||
| + | - update pkg list from daedalus | ||
| + | $ apt update | ||
| + | |||
| + | - kill screensaver (if running) | ||
| + | $ killall xscreensaver | ||
| + | |||
| + | - upgrade/ | ||
| + | $ apt upgrade | ||
| + | $ apt dist-upgrade | ||
| + | |||
| + | - in case of failures, fix and rerun | ||
| + | $ apt -f install | ||
| + | $ apt dist-upgrade | ||
| + | |||
| + | - cleanup | ||
| + | $ apt autoremove --purge | ||
| + | $ apt autoclean | ||
| + | |||
| + | deb https:// | ||
| + | deb https:// | ||
| + | deb https:// | ||
| + | |||
| + | #deb-src https:// | ||
| + | #deb-src https:// | ||
| + | #deb-src https:// | ||
| + | </ | ||
linux/dev1_1install.txt · Last modified: by azman
