10
9
Fork
You've already forked linux-app
14

Unable to install eduvpn-client on Ubuntu 20.04 (404 Not Found) #659

Closed
opened 2025年09月29日 08:57:29 +02:00 by Yuming-Lee24 · 1 comment

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

Sorry, 20.04 is no longer supported. I will change the documentation. Please upgrade to 22.04 or 24.04

Sorry, 20.04 is no longer supported. I will change the documentation. Please upgrade to 22.04 or 24.04
Sign in to join this conversation.
No Branch/Tag specified
master
upstream-deb
openvpn-persistent
1.x
4.7.2
4.7.1
4.7.0
4.6.0
4.5.1
4.5.0
4.4.99.0
4.4.0
4.3.1
4.3.0
4.2.99.1
4.2.99.0
4.2.1
4.2.0
4.1.99.0
4.1.3
4.1.2
4.1.1
4.1.0
3.1.1
4.0.1
4.0.0
pr-3.3.1
pr-3.3.0
pr-3.2.0
3.1.0
3.0.0
2.2.1
2.2.0
2.1.0
2.0.0
1.1
1.0.3
1.0.2
1.0.1
1.0rc17
1.0rc16
1.0rc15
1.0rc14
1.0rc13
1.0rc12
1.0rc11
1.0rc10
1.0rc9
1.0rc8
1.0rc7
1.0rc6
1.0rc5
1.0rc4
1.0rc3
1.0rc2
1.0rc1
0.8
0.7.2
0.7.1
0.7
0.6.1
0.6
0.5.1
0.5
0.3
0.2.1
0.2
0.1.1
0.1
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
eduVPN/linux-app#659
Reference in a new issue
eduVPN/linux-app
No description provided.
Delete branch "%!s()"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?