09-30-2019, 11:06 PM
Some feedback for the program Linux Lite Updates (LLU) on LL 4.4.
I encounter a special case where I had to answer a question before updating and, of course, the program couldn't handle it, so it ended without updating. I ended up doing a 'sudo apt update' on the terminal with the following output (the question I answered is on line 16):
Afterwards, I was able to upgrade the 16 packages with LLU.
I encounter a special case where I had to answer a question before updating and, of course, the program couldn't handle it, so it ended without updating. I ended up doing a 'sudo apt update' on the terminal with the following output (the question I answered is on line 16):
Code:
Hit:1 http://us.archive.ubuntu.com/ubuntu bionic InRelease
Hit:2 http://repo.linuxliteos.com/linuxlite diamond InRelease
Hit:3 http://us.archive.ubuntu.com/ubuntu bionic-security InRelease
Hit:4 http://archive.canonical.com/ubuntu bionic InRelease
Hit:5 http://ppa.launchpad.net/notepadqq-team/notepadqq/ubuntu bionic InRelease
Hit:6 http://downloads.mariadb.com/MariaDB/mariadb-10.3/repo/ubuntu bionic InRelease
Hit:7 http://us.archive.ubuntu.com/ubuntu bionic-updates InRelease
Hit:8 http://us.archive.ubuntu.com/ubuntu bionic-backports InRelease
Ign:9 http://downloads.mariadb.com/MaxScale/2.2/ubuntu bionic InRelease
Hit:10 http://ppa.launchpad.net/otto-kesselgulasch/gimp/ubuntu bionic InRelease
Get:11 http://downloads.mariadb.com/Tools/ubuntu bionic InRelease [1,464 B]
Hit:12 http://ppa.launchpad.net/teejee2008/ppa/ubuntu bionic InRelease
Hit:13 http://downloads.mariadb.com/MaxScale/2.2/ubuntu bionic Release
E: Repository 'http://downloads.mariadb.com/Tools/ubuntu bionic InRelease' changed its 'Origin' value from 'MariaDB Enterprise' to 'MariaDB Enterprise Tools'
N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details.
Do you want to accept these changes and continue updating from this repository? [y/N] y
Get:14 http://downloads.mariadb.com/Tools/ubuntu bionic/main amd64 Packages [1,502 B]
Fetched 2,966 B in 24s (123 B/s)
Reading package lists... Done
Building dependency tree
Reading state information... Done
16 packages can be upgraded. Run 'apt list --upgradable' to see them.
N: Skipping acquire of configured file 'main/binary-i386/Packages' as repository 'http://downloads.mariadb.com/MariaDB/mariadb-10.3/repo/ubuntu bionic InRelease' doesn't support architecture 'i386'
N: Skipping acquire of configured file 'main/binary-i386/Packages' as repository 'http://downloads.mariadb.com/Tools/ubuntu bionic InRelease' doesn't support architecture 'i386'
Afterwards, I was able to upgrade the 16 packages with LLU.