On Wednesday 16 September 2020 11:44:42 Mike Bird via tde-users wrote:
On Wed September 16 2020 11:03:27 Uwe Brauer via tde-users wrote:
N: Skipping acquire of configured file 'deps-r14/binary-i386/Packages' as repository 'http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-sb focal InRelease' doesn't support architecture 'i386' N: Skipping acquire of configured file 'main-r14/binary-i386/Packages' as repository 'http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-sb focal InRelease' doesn't support architecture 'i386'
Worries me
Again, what is the result of:
dpkg --print-architecture; dpkg --print-foreign-architectures
--Mike
You might want to review the manpages for apt-get, and maybe also dpkg (just in case).
Sometimes, when it seems that some packages ought to install, but don't, I try adding to the apt-get command:
sudo apt-get --allow-unauthenticated --ignore-hold install (There are others, but this is an example.)
Before you just click to install, make sure that nothing essential is being uninstalled. You are not obliged to install whatever comes up, but you may find new options available that were previously hidden.
Bill