Hi there, I have the following problem trying to upgrade to the latest version with apt:
root@osmc:~ # apt clean
root@osmc:~ # apt update
Hit:1 Index of /raspbian buster InRelease
Hit:2 Index of /osmc/osmc/apt buster InRelease
Reading package lists… Done
root@osmc:~ # apt full-upgrade
Reading package lists… Done
Building dependency tree
Reading state information… Done
Calculating upgrade… Done
The following packages will be upgraded:
rbp-userland-osmc
1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 4688 kB of archives.
After this operation, 10.8 MB of additional disk space will be used.
Do you want to continue? [Y/n] Y
Get:1 Index of /osmc/osmc/apt buster/main armhf rbp-userland-osmc armhf 3.7.0-1 [4688 kB]
Fetched 4688 kB in 5s (1036 kB/s)
(Reading database … 108977 files and directories currently installed.)
Preparing to unpack …/rbp-userland-osmc_3.7.0-1_armhf.deb …
Unpacking rbp-userland-osmc (3.7.0-1) over (3.2.0-1) …
dpkg: error processing archive /var/cache/apt/archives/rbp-userland-osmc_3.7.0-1_armhf.deb (–unpack):
trying to overwrite ‘/lib/firmware/brcm/brcmfmac43430-sdio.bin’, which is also in package rbp1-device-osmc 1.3.2
dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
Errors were encountered while processing:
/var/cache/apt/archives/rbp-userland-osmc_3.7.0-1_armhf.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
root@osmc:~ # cat /proc/device-tree/model
Raspberry Pi Model B Rev 2
root@osmc:~ # cat /etc/debian_version
10.10
root@osmc:~ # head -4 /etc/os-release
PRETTY_NAME=“Open Source Media Center”
NAME=“OSMC”
VERSION=“August 2021”
VERSION_ID=“2021.08-1”
I also tried to remove the rbp-userland-osmc package but this is not possible as it is a needed file for OSMC:
Removing rbp1-device-osmc (1.3.2) …
WARNING: You have tried to remove a package that is essential to OSMC’s operation.
To undo these changes, run ‘sudo apt-get -f install’.
dpkg: error processing package rbp1-device-osmc (–remove):
Thank you.