Score:0

Ubuntu 22.04 LTS i want to upgrade all packages

je flag

sudo apt upgrade and sudo apt full-upgrade doesn't work,the following 8 packages won't upgrade:

gnome-initial-setup/jammy-updates 42.0.1-1ubuntu2.2 amd64 [upgradable from: 42.0.1-1ubuntu2]
gnome-remote-desktop/jammy-updates 42.7-0ubuntu1 amd64 [upgradable from: 42.3-0ubuntu1]
python3-software-properties/jammy-updates,jammy-updates 0.99.22.5 all [upgradable from: 0.99.22.2]
software-properties-common/jammy-updates,jammy-updates 0.99.22.5 all [upgradable from: 0.99.22.2]
software-properties-gtk/jammy-updates,jammy-updates 0.99.22.5 all [upgradable from: 0.99.22.2]
ubuntu-advantage-tools/jammy-updates 27.13.3~22.04.1 amd64 [upgradable from: 27.9~22.04.1]
update-notifier-common/jammy-updates,jammy-updates 3.192.54.5 all [upgradable from: 3.192.54]
update-notifier/jammy-updates 3.192.54.5 amd64 [upgradable from: 3.192.54]
Score:0
in flag

This suggests that their is a reason these updates have been held back, either due to your apt settings, or they could conflict with another package. To fix it, just run apt install <package name>

if you want to install all of them in one command run:

apt full-upgrade | awk -F / ' {system("apt install "$1)}'

if you are not in a root shell, you will need to add sudo to both commands

sudo apt full-upgrade | awk -F / ' {system("sudo apt install "$1)}'

*** sudo or running apt in a root shell is assumed

Prezire Playz avatar
je flag
it denied permission
Luke Attard avatar
in flag
If you are not in a root shell, you need to add sudo in front of the command. any command that is located in sbin, or other system directories but be ran form a root shell, or with sudo.
Prezire Playz avatar
je flag
it denied even when i put in sudo in front of it and it asked if i was root instead of in root
Luke Attard avatar
in flag
That is strange it is only a few packages so just run : sudo apt install gnome-initial-setup gnome-remote-desktop python3-software-properties software-properties-common software-properties-gtk ubuntu-advantage-tools update-notifier-common update-notifier That will install the latest version of each of the packages.
Prezire Playz avatar
je flag
that worked,thanks a lot
I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.