siduction / sidu-manual

2 stars 6 forks source link

nala changed config #66

Closed hhl closed 10 months ago

hhl commented 11 months ago

Now "apt upgrade" is the default, not "apt full-upgrade" anymore.

To change it to "apt full-upgrade" again, you have to edit /etc/nala/nala.conf and set that option to true see below

--- /etc/nala/nala.conf 2023-04-03 14:19:37.240971431 +0200
+++ /etc/nala/nala.conf.dpkg-new        2023-09-14 03:59:35.000000000 +0200
@@ -7,12 +7,15 @@
 simple_summary = false

 # Set to false to disable auto auto-removing
-auto_remove = false
+auto_remove = true

 # Set to false to disable auto updating the package list
 # when running the upgrade command
 auto_update = true

+# Set to true to make full-upgrade the default
+full_upgrade = false
+
 # Set to true Nala will list the upgradable packages automatically after `update`
 update_show_packages = false

We should mention it in the manual and maybe in the next release notes too.

fethomm commented 11 months ago

I will mention it in the RN.

ak-li commented 11 months ago

Das würde ich nicht empfehlen:

# Set to false to disable auto auto-removing -auto_remove = false +auto_remove = true

sondern auto-remove auf false belassen. Wenn dann purge und auch nur nach manueller Kontrolle.

fethomm commented 11 months ago

100% ack

hhl commented 11 months ago

ah, das ist das diff von meinem System im Vergleich zur neuen config.

Klar soll autoremove auf false bleiben, sorry, wenn der Post etwas verwirrt.

hhl commented 11 months ago

Und hier ist ein erster PR.

https://github.com/siduction/sidu-manual/pull/67

ak-li commented 11 months ago

Merge vollzogen:

https://github.com/siduction/sidu-manual/pull/67

en Version folgt in Kürze.

ak-li commented 10 months ago

en Übersetzung ist fertig. Alles in https://github.com/siduction/sidu-manual/tree/WIP/data/de und ../en