Krischu
Anmeldungsdatum: 5. März 2015
Beiträge: 146
|
Ich bekomme diese Nachricht bei einem apt-get update / apt-get upgrade: 1
2
3
4
5
6
7
8
9
10
11
12
13
14 | root@post:/var/CommuniGate/Accounts# apt-get upgrade
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
The following packages have been kept back:
libgd3 libmm-glib0 php-common
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
root@post:/var/CommuniGate/Accounts# cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=22.04
DISTRIB_CODENAME=jammy
DISTRIB_DESCRIPTION="Ubuntu 22.04.5 LTS"
root@post:/var/CommuniGate/Accounts#
|
Wie werde ich das los?
|
HarryD
Anmeldungsdatum: 14. Juni 2006
Beiträge: 2795
Wohnort: Germany - BW
|
|
fleet_street
Top-Wikiautor
Anmeldungsdatum: 30. August 2016
Beiträge: 2400
Wohnort: Hunsrück (dunkle Seite)
|
Ich war mal wieder zu langsam.
Das sind phased updates
Nein. Nicht alles was zurückgehalten ist, ist auch gleich damit erklärt. Das kann man prüfen! Da ich jedoch schon geprüft habe, kann ich sagen, dass es keine gestaffelte Aktualisierung ist.
Vielleicht haben sich bei diesen Paket die Abhängigkeiten geändert, so dass sie jetzt bswp. die Installation neuer Pakete anfordern. Das wird definitionsgemäß mit apt-get upgrade nicht gemacht. Wahlweise probieren:
apt-get upgrade --with-new-pkgs
oder
apt-get dist-upgrade
|
Krischu
(Themenstarter)
Anmeldungsdatum: 5. März 2015
Beiträge: 146
|
@fleet_street: Danke. Damit kam ich ein Stück weiter: 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93 | root@post:/# apt-get upgrade --with-new-pkgs
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
The following NEW packages will be installed:
debsuryorg-archive-keyring libgraphite2-3 libharfbuzz0b libimagequant0 libraqm0
The following packages have been kept back:
libmm-glib0
The following packages will be upgraded:
libgd3 php-common
2 upgraded, 5 newly installed, 0 to remove and 1 not upgraded.
Need to get 639 kB of archives.
After this operation, 1,228 kB of additional disk space will be used.
Do you want to continue? [Y/n]
Get:1 https://mirror.hetzner.com/ubuntu/packages jammy/main amd64 libimagequant0 amd64 2.17.0-1 [34.6 kB]
Get:2 https://mirror.hetzner.com/ubuntu/packages jammy/main amd64 libgraphite2-3 amd64 1.3.14-1build2 [71.3 kB]
Get:3 https://mirror.hetzner.com/ubuntu/packages jammy-updates/main amd64 libharfbuzz0b amd64 2.7.4-1ubuntu3.1 [352 kB]
Get:4 https://mirror.hetzner.com/ubuntu/packages jammy/main amd64 libraqm0 amd64 0.7.0-4ubuntu1 [11.7 kB]
Get:5 https://ppa.launchpadcontent.net/ondrej/php/ubuntu jammy/main amd64 debsuryorg-archive-keyring all 2024.02.05+ubuntu22.04.1+deb.sury.org+1 [4,328 B]
Get:6 https://ppa.launchpadcontent.net/ondrej/php/ubuntu jammy/main amd64 libgd3 amd64 2.3.3-12+ubuntu22.04.1+deb.sury.org+1 [149 kB]
Get:7 https://ppa.launchpadcontent.net/ondrej/php/ubuntu jammy/main amd64 php-common all 2:95+ubuntu22.04.1+deb.sury.org+1 [16.9 kB]
Fetched 639 kB in 1s (1,269 kB/s)
Selecting previously unselected package debsuryorg-archive-keyring.
(Reading database ... 54763 files and directories currently installed.)
Preparing to unpack .../0-debsuryorg-archive-keyring_2024.02.05+ubuntu22.04.1+deb.sury.org+1_all.deb ...
Unpacking debsuryorg-archive-keyring (2024.02.05+ubuntu22.04.1+deb.sury.org+1) ...
Selecting previously unselected package libimagequant0:amd64.
Preparing to unpack .../1-libimagequant0_2.17.0-1_amd64.deb ...
Unpacking libimagequant0:amd64 (2.17.0-1) ...
Selecting previously unselected package libgraphite2-3:amd64.
Preparing to unpack .../2-libgraphite2-3_1.3.14-1build2_amd64.deb ...
Unpacking libgraphite2-3:amd64 (1.3.14-1build2) ...
Selecting previously unselected package libharfbuzz0b:amd64.
Preparing to unpack .../3-libharfbuzz0b_2.7.4-1ubuntu3.1_amd64.deb ...
Unpacking libharfbuzz0b:amd64 (2.7.4-1ubuntu3.1) ...
Selecting previously unselected package libraqm0:amd64.
Preparing to unpack .../4-libraqm0_0.7.0-4ubuntu1_amd64.deb ...
Unpacking libraqm0:amd64 (0.7.0-4ubuntu1) ...
Preparing to unpack .../5-libgd3_2.3.3-12+ubuntu22.04.1+deb.sury.org+1_amd64.deb ...
Unpacking libgd3:amd64 (2.3.3-12+ubuntu22.04.1+deb.sury.org+1) over (2.3.3-9+ubuntu22.04.1+deb.sury.org+1) ...
Preparing to unpack .../6-php-common_2%3a95+ubuntu22.04.1+deb.sury.org+1_all.deb ...
Unpacking php-common (2:95+ubuntu22.04.1+deb.sury.org+1) over (2:94+ubuntu22.04.1+deb.sury.org+2) ...
Setting up libgraphite2-3:amd64 (1.3.14-1build2) ...
Setting up libimagequant0:amd64 (2.17.0-1) ...
Setting up libharfbuzz0b:amd64 (2.7.4-1ubuntu3.1) ...
Setting up debsuryorg-archive-keyring (2024.02.05+ubuntu22.04.1+deb.sury.org+1) ...
Setting up php-common (2:95+ubuntu22.04.1+deb.sury.org+1) ...
Setting up libraqm0:amd64 (0.7.0-4ubuntu1) ...
Setting up libgd3:amd64 (2.3.3-12+ubuntu22.04.1+deb.sury.org+1) ...
Processing triggers for libc-bin (2.35-0ubuntu3.8) ...
Scanning processes...
Scanning linux images...
Running kernel seems to be up-to-date.
No services need to be restarted.
No containers need to be restarted.
No user sessions are running outdated binaries.
No VM guests are running outdated hypervisor (qemu) binaries on this host.
root@post:/# apt-get update
Hit:1 https://mirror.hetzner.com/ubuntu/packages jammy InRelease
Hit:2 https://mirror.hetzner.com/ubuntu/packages jammy-updates InRelease
Hit:3 https://mirror.hetzner.com/ubuntu/packages jammy-backports InRelease
Hit:4 https://mirror.hetzner.com/ubuntu/security jammy-security InRelease
Hit:5 https://ppa.launchpadcontent.net/ondrej/php/ubuntu jammy InRelease
Get:6 https://pkgs.tailscale.com/stable/ubuntu focal InRelease
Fetched 6,575 B in 1s (6,567 B/s)
Reading package lists... Done
root@post:/# apt-get upgrade
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
The following packages have been kept back:
libmm-glib0
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
root@post:# apt-get upgrade --with-new-pkgs
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
The following packages have been kept back:
libmm-glib0
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
root@post:# apt-get upgrade --with-new-pkgs
[02.10.2024, 11:32:21 Wiederhergestellt]
Last login: Wed Oct 2 11:32:19 on ttys000
Restored session: Mi 2 Okt 2024 11:28:14 CEST
$
|
Aber den libmm-glib0 kriege ich jetzt nicht weg.
EDIT: Doch, hat so geklappt: | apt install --only-upgrade libmm-glib0
|
|
fleet_street
Top-Wikiautor
Anmeldungsdatum: 30. August 2016
Beiträge: 2400
Wohnort: Hunsrück (dunkle Seite)
|
Krischu schrieb: @fleet_street: Danke.
Bitte, gerne.
EDIT: Doch, hat so geklappt: | apt install --only-upgrade libmm-glib0
|
Hast du zufällig darauf geachtet, ob dabei installierte Pakete entfernt werden mussten? Das würde mit dem zweiten von mir genannten Kommando nämlich auch erledigt werden. s. a. apt/apt-get (Abschnitt „apt-get-dist-upgrade“) (Da war ich vorhin wohl zu schreibfaul.)
PS: Falls das Problem gelöst sein sollte, auch das Thema als solches markieren. Ich sehe jetzt jedenfalls keine offene Frage.
|
Krischu
(Themenstarter)
Anmeldungsdatum: 5. März 2015
Beiträge: 146
|
Hatte noch mal nachgeschaut. Es wurden bei dem letzten individuellen apt install --only-upgrade libmm-glib0 keine Pakete entfernt.
|