Project

General

Profile

Actions

Bug #7219

closed

Ubuntu Eoan: release file missing

Added by Lou Cipher over 4 years ago. Updated almost 4 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
11/09/2019
Due date:
% Done:

0%

Estimated time:
Chirp Version:
daily
Model affected:
(All models)
Platform:
Linux
Debug Log:
I read the instructions above:

Description

Ubuntu Eoan was released a few weeks ago.

Your repository lacks the appropirate release file / directory structure.

$ apt-get update

[...]

E: The repository 'http://ppa.launchpad.net/dansmith/chirp-snapshots/ubuntu eoan Release' does not have a Release file.
E: Failed to download some files
W: Failed to fetch http://ppa.launchpad.net/dansmith/chirp-snapshots/ubuntu/dists/eoan/Release: 404 Not Found [IP: 91.189.95.83 80]

cat /etc/issue

Ubuntu 19.10 \n \l

Actions #1

Updated by Dan Smith over 4 years ago

  • Status changed from New to Closed
Actions #2

Updated by Dan Todd almost 4 years ago

this issue is reappearing under Ubuntu 20.04 kernel is 5.4.0-26 if that matters.

Actions #3

Updated by Tony Fuller almost 4 years ago

CHIRP depends on python2 and several other python2 related packages. These have been removed from Ubuntu 20.04

As CHIRP is migrated to python3, you can try a flatpak that is in early development in the meantime.

From https://www.flatpak.org/setup/Ubuntu/

sudo apt install flatpak

If that doesnt work then try:

sudo add-apt-repository ppa:alexlarsson/flatpak
sudo apt update
sudo apt install flatpak

Now that flatpak is installed, you'll need to set up the gnome plugin and the default repository

sudo apt install gnome-software-plugin-flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo

Now that flatpak is all set up try out this flatpak by Richard Shaw

curl -LO https://hobbes1069.fedorapeople.org/chirp-20200430.flatpak
flatpak uninstall chirp
flatpak install chirp-20200430.flatpak

If you already had flatpak installed, you'll immediately notice a CHIRP icon in your programs list.
If you just installed flatpak, log out and log back in to see the new CHIRP icon in your programs list.

Actions

Also available in: Atom PDF