summaryrefslogtreecommitdiff
path: root/ADMIN.md
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2024-04-03 12:39:01 +0200
committerJonas Smedegaard <dr@jones.dk>2024-04-03 12:39:01 +0200
commit5327438e780341411e5ddd702f53a742ccb39233 (patch)
tree63b37c24e38a48dfc06e8d20f49fefb4a590d5e2 /ADMIN.md
parent9cae34452be02dba4291ecb4ee85658b76fc378c (diff)
tighten markup
Diffstat (limited to 'ADMIN.md')
-rw-r--r--ADMIN.md33
1 files changed, 20 insertions, 13 deletions
diff --git a/ADMIN.md b/ADMIN.md
index cd2bb3e..c20205b 100644
--- a/ADMIN.md
+++ b/ADMIN.md
@@ -10,26 +10,33 @@
## System upgrade
-Make sure your current system is up-to-date:
+Make sure your current system is up-to-date.
+Check </etc/apt/sources.list*> files that only current release is used.
+Then update and upgrade:
- * Check /etc/apt/sources.list* files that only current release is used.
- * Update and upgrade:
+```shell
+apt update
+apt upgrade
+```
- apt update; apt upgrade
+Make sure that all auto-installed packages are marked as such.
+Start aptitude in fullscreen mode:
-Make sure that all auto-installed packages are marked as such:
+```shell
+aptitude -u
+```
- * Start aptitude in fullscreen mode:
-
- aptitude -u
+In aptitude...:
* Check each installed package: Flag as auto-installed as appropriate
* Remove no longer used packages as needed (press "g" twice).
-Double-check packages unneeded for or alien to current release:
-
- * Compute package lists:
+Double-check packages unneeded for or alien to current release.
+Compute package lists:
- localbackuppkglists
+```shell
+localbackuppkglists
+```
- * locate and inspect aliens and explicits below /etc/*/localpkglists.*
+After running the above,
+locate and inspect aliens and explicits below </etc/*/localpkglists.*>.