09-14-2021, 12:08 PM
(09-14-2021, 11:11 AM)calinb Wrote:(09-14-2021, 08:29 AM)user641 Wrote:(09-13-2021, 11:21 PM)calinb Wrote:Someone correct me if I am wrong, but I think you can perform updates normally, but only do apt update & apt upgrade and never apt full-upgrade (gnome software does that) that's why so many people got this problem. Updating from the terminal avoiding apt full-upgrade, will not cause those problems(09-12-2021, 08:35 AM)chris_02 Wrote:(09-11-2021, 05:17 PM)bcnaz Wrote: IF you have a 'working' phone with mobian installed, TURN OFF updates until this is resolved !!!
a wise proposal
Since switching Mobian stable to Bookworm unstable, I've been keeping known good image backups on my 128 GB SD card. (I boot Mobian Bookworm from eMMC). I have Megi's multiboot installed on the SD card so it's easy to boot to Mobian (or other OS) on the multiboot and use dd to archive an image on the SD card. I think I'm going to restore a backup image and take a holiday from updates too. Bookworm worked great when I first switched to the new unstable branch but it is becoming rather buggy.
Yes. I appears that some of the problems reported here are due to lost packages. Excerpts from the Debian wiki (https://wiki.debian.org/DebianPackageMan...our_system )
Quote:You should upgrade you system everyday, this gives you security and bug fixes:
# apt upgrade
Sometimes it is helpful to use "full-upgrade". It performs the function of the upgrade but will remove currently installed packages if that is essential to upgrade the system as a whole. This command is usually issued while doing system upgrades.
# apt full-upgrade
Before upgrading your Debian system to the next release, drop into a "tty" console by pressing CTRL+ALT+F3/F4/F5 etc, as dpkg restarts some login managers that will forcefully log you out while upgrading, resulting in a broken/partial upgrade
...<snip>
Distribution Upgrade of all the files:
WARNING
Following the upgrade instructions found in the release notes is the best way to ensure that your system upgrades from one major Debian release to another (e.g. from jessie to stretch) without breakage!
These instructions will tell you to do a dist-upgrade (instead of upgrade) at least once. You would have to type something like
# apt-get dist-upgrade
at some point during the major release upgrade.
A dist-upgrade will also be required to keep up-to-date with the latest version in testing and unstable. A dist-upgrade may be very occasionally needed for you to obtain security upgrades in stable releases too in the case where packages change names.
So "upgrade", "full-upgrade", "dist-upgrade"? Having never read Mobian release notes that provide guidance as advised in the Debian wiki, I'm not sure which method I should be using for stable, unstable, testing, etc. at various times.
As far as I know on testing and unstable better avoid full-upgrade that is the same as dist-upgrade...On bookworm that is testing only apt update and apt upgrade