The original post: /r/ubuntu by /u/TheBadBossBaby on 2024-12-22 10:50:29.
Hi,
just wanted to install some basic stuff like vim but ubuntu only shows errors when updating or trying to install something with apt. I never had such problems before. I just installed ubuntu 24 LTS. Here is the error-log of “vim-installation”:
sudo apt install vim
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following additional packages will be installed:
libsodium23 vim-runtime
Suggested packages:
ctags vim-doc vim-scripts
The following NEW packages will be installed:
libsodium23 vim vim-runtime
0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
Need to get 9,321 kB of archives.
After this operation, 42.0 MB of additional disk space will be used.
Do you want to continue? [Y/n] Y
Err:1 http://archive.ubuntu.com/ubuntu noble/main amd64 libsodium23 amd64 1.0.18-1build3
404 Not Found [IP: 91.189.91.82 80]
Err:2 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 vim-runtime all 2:9.1.0016-1ubuntu7.1
404 Not Found [IP: 91.189.91.82 80]
Err:3 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 vim amd64 2:9.1.0016-1ubuntu7.1
404 Not Found [IP: 91.189.91.82 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libs/libsodium/libsodium23_1.0.18-1build3_amd64.deb 404 Not Found [IP: 91.189.91.82 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/v/vim/vim-runtime_9.1.0016-1ubuntu7.1_all.deb 404 Not Found [IP: 91.189.91.82 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/v/vim/vim_9.1.0016-1ubuntu7.1_amd64.deb 404 Not Found [IP: 91.189.91.82 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
You must log in or register to comment.