a package is not found
Some packages are missing in ubuntu repositories, I had to install the manually
The following packages will be upgraded:
python3-libxml2
1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 standard LTS security update
Need to get 139 kB of archives.
After this operation, 1,024 B of additional disk space will be used.
Do you want to continue? [Y/n] y
Err:1 http://
404 Not Found [IP: 91.189.91.82 80]
E: Failed to fetch http://
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- Ubuntu Edit question
- Assignee:
- No assignee Edit question
- Solved by:
- Bakai
- Solved:
- Last query:
- Last reply:
Revision history for this message
![]() |
#1 |
The package that you are trying to download has already been superseded by a new version (2.9.14+
Try the following commands
sudo apt update
sudo apt full-upgrade
and report the results.
Revision history for this message
![]() |
#2 |
sudo apt update
[sudo] password for bakai:
Get:1 http://
Hit:2 http://
Get:3 https:/
Hit:4 https:/
Hit:5 https:/
Get:6 https:/
Hit:7 https:/
Hit:8 https:/
Hit:9 https:/
Get:10 http://
Get:11 http://
Get:12 http://
Get:13 http://
Fetched 203 kB in 2s (87.3 kB/s)
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
1 package can be upgraded. Run 'apt list --upgradable' to see it.
~ sudo apt full-upgrade
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
Get more security updates through Ubuntu Pro with 'esm-apps' enabled:
vlc-plugin-qt libvlc5 libzvbi-common vlc-data libvlccore9 vlc vlc-bin
vlc-l10n libcjson1 libavdevice60 ffmpeg libpostproc57 vlc-plugin-samba
libavcodec60 libzvbi0t64 vlc-plugin-notify libavutil58 libswscale7
vlc-plugin-
libswresample4 vlc-plugin-
vlc-plugin-base vlc-plugin-
Learn more about Ubuntu Pro at https:/
The following packages will be upgraded:
python3-libxml2
1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 standard LTS security update
Need to get 139 kB of archives.
After this operation, 1,024 B of additional disk space will be used.
Do you want to continue? [Y/n] y
Err:1 http://
404 Not Found [IP: 91.189.91.82 80]
E: Failed to fetch http://
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
Revision history for this message
![]() |
#3 |
What output do you receive for the command
apt policy python3-libxml2
Revision history for this message
![]() |
#4 |
apt policy python3-libxml2
python3-libxml2:
Installed: 2.9.14+
Candidate: 2.9.14+
Version table:
2.
500 http://
*** 2.9.14+
500 http://
100 /var/lib/
Revision history for this message
![]() |
#5 |
This is strange. On my system I see the 2.9.14+
Try forcing a reload of the package inventory by executing these commands:
sudo rm -rf /var/lib/
sudo apt update
apt policy python3-libxml2
and copy/paste the output as done before.
Revision history for this message
![]() |
#6 |
It worked now. Thank you very much!
sudo rm -rf /var/lib/
sudo apt update
apt policy python3-libxml2
[sudo] password for bakai:
Get:1 http://
Get:2 http://
Get:3 https:/
Get:4 https:/
Get:5 https:/
Get:6 https:/
Get:7 https:/
Get:8 https:/
Get:9 https:/
Get:10 https:/
Get:11 https:/
Get:12 https:/
Get:13 http://
Get:14 https:/
Get:15 https:/
Get:16 http://
Get:17 https:/
Get:18 http://
Get:19 https:/
Get:20 https:/
Get:21 http://
Get:22 http://
Get:23 http://
Get:24 http://
Get:25 http://
Get:26 http://
Get:27 http://
Get:28 http://
Get:29 http://
Get:30 http://
Get:31 http://
Get:32 http://
Get:33 http://
Get:34 http://
Get:35 http://
Get:36 http://
Get:37 http://
Get:38 http://
Get:39 http://
Get:40 http://
Get:41 http://
Get:42 http://
Get:43 http://
Get:44 http://
Get:45 http://
Get:46 http://
Get:47 http://
Get:48 http://
Get:49 http://
Ign:49 http://
Get:50 http://
Get:51 http://
Get:52 http://
Get:53 http://
Get:54 http://
Get:55 http://
Get:56 http://
Get:57 http://
Get:58 http://
Get:59 http://
Get:60 http://
Get:61 http://
Get:62 http://
Get:63 http://
Get:64 http://
Get:65 http://
Get:66 http://
Get:67 http://
Get:68 http://
Get:69 http://
Get:70 http://
Get:71 http://
Get:72 http://
Get:73 http://
Get:74 http://
Get:75 http://
Get:76 http://
Get:77 http://
Get:49 http://
Fetched 54.6 MB in 5min 19s (171 kB/s)
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
10 packages can be upgraded. Run 'apt list --upgradable' to see them.
python3-libxml2:
Installed: 2.9.14+
Candidate: 2.9.14+
Version table:
2.
500 http://
*** 2.9.14+
500 http://
100 /var/lib/
Revision history for this message
![]() |
#7 |
There is no 'This Solved My Problem' button next to the helpful comment.