Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 2490

Raspberry Pi OS • Aptitude wanted to downgrade "rpt1" packages.

$
0
0
I am running a pi4B 4GB with 64 bit Raspberry Pi OS, Desktop installation. When I wanted to install some packages, aptitude wanted to downgrade in order to complete them. For example, from aptitude log:

Code:

Aptitude 0.8.13: log reportSun, Nov 24 2024 15:38:11 -0500  IMPORTANT: this log only lists intended actions; actions which fail  due to dpkg problems may not be completed.Will install 25 packages, and remove 0 packages.22.5 MB of disk space will be used========================================[INSTALL, DEPENDENCIES] libblkid-dev:arm64 2.38.1-5+deb12u2[INSTALL, DEPENDENCIES] libffi-dev:arm64 3.4.4-1[INSTALL, DEPENDENCIES] libglib2.0-dev:arm64 2.74.6-2+deb12u4[INSTALL, DEPENDENCIES] libglib2.0-dev-bin:arm64 2.74.6-2+deb12u4[INSTALL, DEPENDENCIES] libjpeg62-turbo-dev:arm64 1:2.1.5-2[INSTALL, DEPENDENCIES] libmount-dev:arm64 2.38.1-5+deb12u2[INSTALL, DEPENDENCIES] libpcre2-32-0:arm64 10.42-1[INSTALL, DEPENDENCIES] libpcre2-dev:arm64 10.42-1[INSTALL, DEPENDENCIES] libpcre2-posix3:arm64 10.42-1[INSTALL, DEPENDENCIES] libpulse-mainloop-glib0:arm64 16.1+dfsg1-2+b1[INSTALL, DEPENDENCIES] libselinux1-dev:arm64 3.4-1+b6[INSTALL, DEPENDENCIES] libsepol-dev:arm64 3.4-2.1[INSTALL, DEPENDENCIES] uuid-dev:arm64 2.38.1-5+deb12u2[DOWNGRADE] libasound2:arm64 1.2.8-1+rpt1 -> 1.2.8-1+b1[DOWNGRADE] libasound2-data:arm64 1.2.8-1+rpt1 -> 1.2.8-1[DOWNGRADE] libpulse0:arm64 16.1+dfsg1-2+rpt1 -> 16.1+dfsg1-2+b1[DOWNGRADE] libpulsedsp:arm64 16.1+dfsg1-2+rpt1 -> 16.1+dfsg1-2+b1[DOWNGRADE] pulseaudio:arm64 16.1+dfsg1-2+rpt1 -> 16.1+dfsg1-2+b1[DOWNGRADE] pulseaudio-module-bluetooth:arm64 16.1+dfsg1-2+rpt1 -> 16.1+dfsg1-2+b1[DOWNGRADE] pulseaudio-utils:arm64 16.1+dfsg1-2+rpt1 -> 16.1+dfsg1-2+b1[INSTALL] libasound2-dev:arm64 1.2.8-1+b1[INSTALL] libfontconfig-dev:arm64 2.14.1-4[INSTALL] libfribidi-dev:arm64 1.0.8-2.1[INSTALL] libjpeg-dev:arm64 1:2.1.5-2[INSTALL] libpulse-dev:arm64 16.1+dfsg1-2+b1========================================Log complete.
From what I understand, rpt1 designation indicates some pi-specific changes were made. But now I am unsure how I can upgrade again - when I try to reinstall these packages, even after removing all of the [INSTALL] and [DEPENDENCIES] packages above, apt/aptitude still tells me the installed version- without rpt1 designation - is already latest.

Code:

root@raspi4:/var/log# apt install libasound2Reading package lists... DoneBuilding dependency tree... DoneReading state information... Donelibasound2 is already the newest version (1.2.8-1+b1).0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

Code:

root@raspi4:/var/log# apt-cache show libasound2Package: libasound2Source: alsa-lib (1.2.8-1)Version: 1.2.8-1+b1Installed-Size: 1197Maintainer: Debian ALSA Maintainers <pkg-alsa-devel@lists.alioth.debian.org>Architecture: arm64Depends: libasound2-data (>= 1.2.8-1), libc6 (>= 2.34)Suggests: libasound2-plugins (>= 1.0.24)Breaks: alsa-utils (<< 1.2.1)Description-en: shared library for ALSA applications This package contains the ALSA library and its standard plugins, as well as the required configuration files. . ALSA is the Advanced Linux Sound Architecture.Description-md5: f80c24ce80b76f9116fc6c7d1a8aa34bMulti-Arch: sameHomepage: https://www.alsa-project.org/Tag: role::shared-libSection: libsPriority: optionalFilename: pool/main/a/alsa-lib/libasound2_1.2.8-1+b1_arm64.debSize: 327044MD5sum: e02060ba3f37ed6efc093911ced2ea24SHA256: 9fa889400fcee4b92c8f4a2fafbb7f2cd33444d9ec1665a71002ab67c06114bb
My question is if there actually is any difference since apt/aptitude downgraded but now thinks I have the latest version, and if so, is there a way to re-upgrade these packages?

Statistics: Posted by Isles_pi — Sun Nov 24, 2024 10:42 pm



Viewing all articles
Browse latest Browse all 2490

Trending Articles