Page MenuHomePureOS Tracker

Broken repository | Missing packages for Terminator and VIM
Open, Needs TriagePublic

Description

Hi Guys,

I had to rebuild my PureOS 2 days ago. During the standard installation of packages, I noticed that repositories are missing for some packages.

TERMINATOR

sudo apt install terminator
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following additional packages will be installed:
  gir1.2-keybinder-3.0 gir1.2-vte-2.91 libkeybinder-3.0-0 python3-configobj python3-psutil
Suggested packages:
  python-configobj-doc python-psutil-doc
The following NEW packages will be installed:
  gir1.2-keybinder-3.0 gir1.2-vte-2.91 libkeybinder-3.0-0 python3-configobj python3-psutil terminator
0 upgraded, 6 newly installed, 0 to remove and 0 not upgraded.
Need to get 28.1 kB/620 kB of archives.
After this operation, 3,558 kB of additional disk space will be used.
Do you want to continue? [Y/n] 
Err:1 https://repo.pureos.net/pureos byzantium/main amd64 gir1.2-vte-2.91 amd64 0.62.3-1
  404  Not Found [IP: 138.201.228.45 443]
E: Failed to fetch https://repo.pureos.net/pureos/pool/main/v/vte2.91/gir1.2-vte-2.91_0.62.3-1_amd64.deb  404  Not Found [IP: 138.201.228.45 443]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

VIM

sudo apt install vim
[sudo] password for phi3nix: 
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following additional packages will be installed:
  vim-runtime
Suggested packages:
  ctags vim-doc vim-scripts
The following NEW packages will be installed:
  vim vim-runtime
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 7,719 kB of archives.
After this operation, 36.3 MB of additional disk space will be used.
Do you want to continue? [Y/n] 
Err:1 https://repo.pureos.net/pureos byzantium/main amd64 vim-runtime all 2:8.2.2434-3
  404  Not Found [IP: 138.201.228.45 443]
Err:2 https://repo.pureos.net/pureos byzantium/main amd64 vim amd64 2:8.2.2434-3
  404  Not Found [IP: 138.201.228.45 443]
E: Failed to fetch https://repo.pureos.net/pureos/pool/main/v/vim/vim-runtime_8.2.2434-3_all.deb  404  Not Found [IP: 138.201.228.45 443]
E: Failed to fetch https://repo.pureos.net/pureos/pool/main/v/vim/vim_8.2.2434-3_amd64.deb  404  Not Found [IP: 138.201.228.45 443]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

Luca

Event Timeline

phi3nix created this task.Jan 24 2022, 16:51
phi3nix edited projects, added Restricted Project; removed Restricted Project.Jan 24 2022, 17:17
phi3nix updated the task description. (Show Details)Jan 24 2022, 17:28

This is a due to a stale cache that apt is stuck on. If you installed from an older ISO or older PureOS version this can happen. One way to fix this is to run apt-get update to see if this brings in new packages.

I'm able to download vim in any case;

The following additional packages will be installed:
  vim-runtime
Suggested packages:
  ctags vim-doc vim-scripts
The following NEW packages will be installed:
  vim vim-runtime
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 7,720 kB of archives.
After this operation, 36.3 MB of additional disk space will be used.
Do you want to continue? [Y/n] Y
Get:1 https://repo.pureos.net/pureos byzantium/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6,226 kB]
Get:2 https://repo.pureos.net/pureos byzantium/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1,494 kB]
Fetched 7,720 kB in 3s (2,987 kB/s)
Selecting previously unselected package vim-runtime.
(Reading database ... 220467 files and directories currently installed.)
Preparing to unpack .../vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ...
Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime'
Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime'
Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ...
Selecting previously unselected package vim.
Preparing to unpack .../vim_2%3a8.2.2434-3+deb11u1_amd64.deb ...
Unpacking vim (2:8.2.2434-3+deb11u1) ...
Setting up vim-runtime (2:8.2.2434-3+deb11u1) ...
Setting up vim (2:8.2.2434-3+deb11u1) ...

And this error

E: Failed to fetch https://repo.pureos.net/pureos/pool/main/v/vim/vim_8.2.2434-3_amd64.deb  404  Not Found [IP: 138.201.228.45 443]

is not seen here;

PING repo.puri.sm (138.201.228.45) 56(84) bytes of data.
64 bytes from repo.puri.sm (138.201.228.45): icmp_seq=1 ttl=52 time=94.1 ms
64 bytes from repo.puri.sm (138.201.228.45): icmp_seq=2 ttl=52 time=90.7 ms
phi3nix added a comment.Jan 25 2022, 22:38

Thank you. APT-GET fixed my issue.
This issue is easy to replicate, during the installation I just did not connect to the network.

Once again thank you for your help.

Luca