You are not logged in.
Pages: 1
The following happens:
sudo apt --fix-broken install
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following packages were automatically installed and are no longer required:
fonts-freefont-ttf libaribb24-0 libbasicusageenvironment1 libcddb2 libdouble-conversion1
libdvbpsi10 libebml4v5 libgles2 libgroupsock8 libixml10 liblivemedia64 liblua5.2-0 libmad0
libmatroska6v5 libpcre2-16-0 libplacebo7 libprotobuf-lite17 libqt5core5a libqt5dbus5 libqt5gui5
libqt5network5 libqt5svg5 libqt5widgets5 libqt5x11extras5 libresid-builder0c2a libsdl-image1.2
libsidplay2 libspatialaudio0 libupnp13 libusageenvironment3 libva-wayland2 libxcb-icccm4
libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 libxcb-xkb1
libxcb-xv0 libxkbcommon-x11-0 qt5-gtk-platformtheme qttranslations5-l10n
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
linux-libc-dev
The following NEW packages will be installed:
linux-libc-dev
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
4 not fully installed or removed.
Need to get 1,353 kB of archives.
After this operation, 5,262 kB of additional disk space will be used.
Do you want to continue? [Y/n]
Err:1 http://deb.devuan.org/merged beowulf/main amd64 linux-libc-dev amd64 4.19.118-2
404 Not Found [IP: 131.188.12.211 80]
E: Failed to fetch http://deb.devuan.org/merged/pool/DEBIAN/main/l/linux/linux-libc-dev_4.19.118-2_amd64.deb 404 Not Found [IP: 131.188.12.211 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
and the man-page is no help
I did
'apt-get install devuan-keyring'
and is told already latest
what do I need to do to fix this?
thx
My sources.list:
deb http://deb.devuan.org/merged/ beowulf main
deb-src http://deb.devuan.org/merged/ beowulf main
deb http://deb.devuan.org/merged/ beowulf-updates main
deb-src http://deb.devuan.org/merged/ beowulf-updates main
deb http://deb.devuan.org/merged/ beowulf-security main
deb-src http://deb.devuan.org/merged/ beowulf-security main
Last edited by slashmais (2020-12-10 14:27:17)
Offline
Possible mirror outage during update.
Wait awhile and do what apt says. Use apt-get. This happened to me when i upgraded from beowulf to chimaera.
maybe run apt-get update or try with --fix-missing?
Last edited by dice (2020-12-10 14:10:11)
Offline
@dice:
now getting:
The following packages have unmet dependencies:
libc6-dev : Depends: linux-libc-dev but it is not installed
tried installing the packages and still get the error
Offline
4.19.118-2
That version is no longer in the repo. Run apt update to update your package cache and try again. You should see linux-libc-dev_4.19.160-2
Offline
@fsmithred:
THANKYOU!
that worked, got a bunch of [y/N]'s to accept the changed repos
and is now updating properly
Offline
Pages: 1