Description:
I followed the installation instructions for installing eduvpn-client on Ubuntu 20.04. However, when running sudo apt install eduvpn-client, the installation fails with 404 Not Found errors for all required packages. It looks like the packages for Ubuntu 20.04 (focal) are missing from the repository.
Steps to Reproduce:
sudo apt update
sudo apt install apt-transport-https wget
wget -O- https://app.eduvpn.org/linux/v4/deb/app+linux@eduvpn.org.asc | gpg --dearmor | sudo tee /usr/share/keyrings/eduvpn-v4.gpg >/dev/null
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/eduvpn-v4.gpg] https://app.eduvpn.org/linux/v4/deb/ focal main" | sudo tee /etc/apt/sources.list.d/eduvpn-v4.list
sudo apt update
sudo apt install eduvpn-client
Observed Behavior:
All eduvpn-client packages fail to download:
Err:1 https://app.eduvpn.org/linux/v4/deb focal/main amd64 libeduvpn-common amd64 3.0.0-1+ubuntu+20.04+1
404 Not Found
Err:2 https://app.eduvpn.org/linux/v4/deb focal/main amd64 python3-eduvpn-common all 3.0.0-1+ubuntu+20.04+1
404 Not Found
Err:3 https://app.eduvpn.org/linux/v4/deb focal/main amd64 eduvpn-client-data all 4.5.1-1+ubuntu+20.04+1
404 Not Found
...
E: Unable to fetch some archives
System Information:
OS: Ubuntu 20.04.6 LTS
Architecture: amd64
eduVPN repo: https://app.eduvpn.org/linux/v4/deb focal main
## Description:
I followed the installation instructions for installing eduvpn-client on Ubuntu 20.04. However, when running sudo apt install eduvpn-client, the installation fails with 404 Not Found errors for all required packages. It looks like the packages for Ubuntu 20.04 (focal) are missing from the repository.
## Steps to Reproduce:
```
sudo apt update
sudo apt install apt-transport-https wget
wget -O- https://app.eduvpn.org/linux/v4/deb/app+linux@eduvpn.org.asc | gpg --dearmor | sudo tee /usr/share/keyrings/eduvpn-v4.gpg >/dev/null
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/eduvpn-v4.gpg] https://app.eduvpn.org/linux/v4/deb/ focal main" | sudo tee /etc/apt/sources.list.d/eduvpn-v4.list
sudo apt update
sudo apt install eduvpn-client
```
## Observed Behavior:
All eduvpn-client packages fail to download:
```
Err:1 https://app.eduvpn.org/linux/v4/deb focal/main amd64 libeduvpn-common amd64 3.0.0-1+ubuntu+20.04+1
404 Not Found
Err:2 https://app.eduvpn.org/linux/v4/deb focal/main amd64 python3-eduvpn-common all 3.0.0-1+ubuntu+20.04+1
404 Not Found
Err:3 https://app.eduvpn.org/linux/v4/deb focal/main amd64 eduvpn-client-data all 4.5.1-1+ubuntu+20.04+1
404 Not Found
...
E: Unable to fetch some archives
```
## System Information:
OS: Ubuntu 20.04.6 LTS
Architecture: amd64
eduVPN repo: https://app.eduvpn.org/linux/v4/deb focal main