Good morning,
when I do :
sudo apt update
sudo apt upgrade
I am unable to update systemd
here is my version of Debian GNU/Linux 10 (buster)
The following packages will be upgraded:
systemd
1 upgraded, 0 newly installed, 0 to remove and 432 not upgraded.
2 not fully installed or removed.
Need to get 3,505 kB of archives.
After this operation, 35.8 kB of additional disk space will be used.
Get:1 http://security.debian.org/debian-security buster/updates/main amd64 systemd amd64 241-7~deb10u10 [3,505 kB]
Fetched 3,505 kB in 0s (53.0 MB/s)
Reading changelogs... Done
(Reading database ... 146896 files and directories currently installed.)
Preparing to unpack .../systemd_241-7~deb10u10_amd64.deb ...
Unpacking systemd (241-7~deb10u10) over (241-7~deb10u8) ...
dpkg: error processing archive /var/cache/apt/archives/systemd_241-7~deb10u10_amd64.deb (--unpack):
unable to make backup link of './lib/systemd/systemd' before installing new version: Operation not permitted
dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
Errors were encountered while processing:
/var/cache/apt/archives/systemd_241-7~deb10u10_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
j’ai essayé
sudo apt --fix-broken install
sudo apt-get install systemd
sudo reboot
sudo apt --fix-broken install
sudo dpkg --force-overwrite -i /var/cache/apt/archives/systemd_241-7~deb10u10_amd64.deb
└─[#] ls -l /lib/systemd/systemd
-rwxr-xr-x 1 root root 1489208 Jul 8 2021 /lib/systemd/systemd
nothing works, can you help me? Thanks a lot