Hi Guys,
I had to rebuild my PureOS 2 days ago. During the standard installation of packages, I noticed that repositories are missing 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