I am assuming that running # dpkg --audit and getting # as the output, and Synaptic Package Manager reporting 0 broken, 0 to install/upgrade, 0 to remove shows that my system is OK?
Certainly, your system is OK. sudo apt autoremove will confirm this if it gives the same response. Unless you upgrade glibc, or some other integral system component, the most that usually comes from messing with different packages and repositories is that APT can get "confused" with different package dependencies. Usually, removing the problematic installed package and then telling it exactly where to look for packages (repositories) is enough for it to calm down, good as new.
Going off your replies, that is essentially what you did, though there are multiple ways to accomplish this.
That looks good indeed. Thank you for posting in my forum.
Almost all packages are in Debian unstable. For the moment just do it manually with
sudo apt update
sudo apt upgrade
Please give me the output of
cat /etc/apt/sources.list
[automerge]1578061101[/automerge]
I am not sure how many people actually use MintPPC. If there is enough interest, I might have a look if I can port an old version of mintupdate, just like in MintPPC 11.
@verdantppc Your sources.list looks good. I would comment out the dev-src line as there are none in Debian-ports.
Mintupdate: I fiddled around with the mintupdate debs that are still available on the Linux Mint repository, but they do not work as they rely on the Linux mint repos. The one I used in MintPPC 11 was based on Linux Mint LXDE katya I think it was. I do not find the code anymore for this one.
I would go for the Debian way then:
UnattendedUpgrades - Debian Wiki
wiki.debian.org
BTW I found the Linux Mint 11 LXDE iso. I will have a look if I can find anything useful there.
edit: no files on the iso, only squash filesystem. @wicknix do you know how to mount such a squash filesystem ?
sudo apt install unattended-upgrades
sudo dpkg-reconfigure -plow unattended-upgrades
sudo unattended-upgrade -d
cat /var/log/unattended-upgrades/unattended-upgrades-dpkg.log
Log started: 2020-01-03 22:40:28
(Reading database ... 305846 files and directories currently installed.)
Preparing to unpack .../libperl4-corelibs-perl_0.004-2_all.deb ...
Unpacking libperl4-corelibs-perl (0.004-2) over (0.004-1) ...
Setting up libperl4-corelibs-perl (0.004-2) ...
Processing triggers for man-db (2.9.0-2) ...
Log ended: 2020-01-03 22:40:56
@verdantppc Could you please post your findings with respect to pulseaudio on your Pismo on my forum? Thanks.
Install the boot loader
You will now install the boot loader to your system. Depending on your computer's firmware and architecture, you may have different choices for boot loaders. Consult the appropriate architecture-specific documentation for your computer, and your firmware vendor, for more information.
- For x86 (including x86_64) and PowerPC, we only support GRUB 2.
- Some newer PowerPC computers using skiboot may not require a bootloader.
- ARM computers typically require a model-specific bootloader, such as U-Boot. Installation instructions for U-Boot are beyond the scope of this guide.
sudo apt update
sudo apt upgrade
Please try again