[chirp_users] CHIRP under Debian Linux
Unfortunately, CHIRP under Slackware on my wonderful SLINT.fr installation variety is failing to work.
I prefer to run Debian because it has many more CLI - Command Line Interface - programs than Ubuntu.
Does anyone have a proven method of adding repositories to the /etc/apt/sources.list in Debian Sid?
With hopeful wishes, I remain, respectfully yours.
David N1EA
=30=
I just use a root text editor but I'm sure that's not what you're really asking. If the repository isn't signed, add [trusted=yes] as a switch just before the repository name. e.g. deb [trusted=yes] http://ppa.launchpad.net/gpredict-team/ppa/ubuntu bionic main
On 08/09/2021 12:19 D.J.J. Ring, Jr. n1ea@arrl.net wrote:
Does anyone have a proven method of adding repositories to the /etc/apt/sources.list in Debian Sid?
Nigel A. Gunn, ///shoulders.outwards.resolutions tel +1-937-971-0366 Amateur Radio G8IFF W8IFF and GMRS WRBV701, e-mail nigel@ngunn.net www http://www.ngunn.net
That helps!
This page:
https://chirp.danplanet.com/projects/chirp/wiki/Running_Under_Linux
had:
sudo apt-add-repository ppa:dansmith/chirp-snapshots
Which is a different PPA.
Maybe the gpredict-team PPA should be given instead?
73
DR
On Wed, Sep 8, 2021, 13:35 Nigel A. Gunn G8IFF/W8IFF nigel@ngunn.net wrote:
I just use a root text editor but I'm sure that's not what you're really asking. If the repository isn't signed, add [trusted=yes] as a switch just before the repository name. e.g. deb [trusted=yes] http://ppa.launchpad.net/gpredict-team/ppa/ubuntu bionic main
On 08/09/2021 12:19 D.J.J. Ring, Jr. n1ea@arrl.net wrote:
Does anyone have a proven method of adding repositories to the
/etc/apt/sources.list in Debian Sid?
Nigel A. Gunn, ///shoulders.outwards.resolutions tel +1-937-971-0366 Amateur Radio G8IFF W8IFF and GMRS WRBV701, e-mail nigel@ngunn.net www http://www.ngunn.net
Chirp doesn't now list it because many current Linux distributions have dropped Python 2 in favour of Python 3. Whilst you can install Python 2 yourself there are several dependencies that are not obvious. If you install (and update) Chirp from the FLATPAK version you will get all the required Py2 bits.
On 08/09/2021 13:55 D.J.J. Ring, Jr. n1ea@arrl.net wrote:
That helps!
This page:
https://chirp.danplanet.com/projects/chirp/wiki/Running_Under_Linux
had:
sudo apt-add-repository ppa:dansmith/chirp-snapshots
Which is a different PPA.
Maybe the gpredict-team PPA should be given instead?
73
DR
On Wed, Sep 8, 2021, 13:35 Nigel A. Gunn G8IFF/W8IFF nigel@ngunn.net wrote:
I just use a root text editor but I'm sure that's not what you're really asking. If the repository isn't signed, add [trusted=yes] as a switch just before the repository name. e.g. deb [trusted=yes] http://ppa.launchpad.net/gpredict-team/ppa/ubuntu bionic main
On 08/09/2021 12:19 D.J.J. Ring, Jr. n1ea@arrl.net wrote:
Does anyone have a proven method of adding repositories to the /etc/apt/sources.list in Debian Sid?
Nigel A. Gunn, ///shoulders.outwards.resolutions tel +1-937-971-0366 Amateur Radio G8IFF W8IFF and GMRS WRBV701, e-mail nigel@ngunn.net www http://www.ngunn.net
Nigel A. Gunn, ///shoulders.outwards.resolutions tel +1-937-971-0366 Amateur Radio G8IFF W8IFF and GMRS WRBV701, e-mail nigel@ngunn.net www http://www.ngunn.net
Nigel,
How do I get rid of this error?
W: GPG error: http://ppa.launchpad.net/gpredict-team/ppa/ubuntu bionic InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY BC6CFD5BAF1773BB
If I try gpg --recv-key BC6CFD5BAF1773BB I receive this error.
gpg: key BC6CFD5BAF1773BB: new key but contains no user ID - skipped gpg: Total number processed: 1 gpg: w/o user IDs: 1
On Wed, Sep 8, 2021 at 1:55 PM D.J.J. Ring, Jr. n1ea@arrl.net wrote:
That helps!
This page:
https://chirp.danplanet.com/projects/chirp/wiki/Running_Under_Linux
had:
sudo apt-add-repository ppa:dansmith/chirp-snapshots
Which is a different PPA.
Maybe the gpredict-team PPA should be given instead?
73
DR
On Wed, Sep 8, 2021, 13:35 Nigel A. Gunn G8IFF/W8IFF nigel@ngunn.net wrote:
I just use a root text editor but I'm sure that's not what you're really asking. If the repository isn't signed, add [trusted=yes] as a switch just before the repository name. e.g. deb [trusted=yes] http://ppa.launchpad.net/gpredict-team/ppa/ubuntu bionic main
On 08/09/2021 12:19 D.J.J. Ring, Jr. n1ea@arrl.net wrote:
Does anyone have a proven method of adding repositories to the
/etc/apt/sources.list in Debian Sid?
Nigel A. Gunn, ///shoulders.outwards.resolutions tel +1-937-971-0366 Amateur Radio G8IFF W8IFF and GMRS WRBV701, e-mail nigel@ngunn.net www http://www.ngunn.net
OK, I am trying installing flatpak, but it doesn't find chirp anywhere.
i used the instructions here: https://flatpak.org/setup/Debian/
Best wishes, David N1EA
On Wed, Sep 8, 2021 at 2:58 PM D.J.J. Ring, Jr. n1ea@arrl.net wrote:
Nigel,
How do I get rid of this error?
W: GPG error: http://ppa.launchpad.net/gpredict-team/ppa/ubuntu bionic InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY BC6CFD5BAF1773BB
If I try gpg --recv-key BC6CFD5BAF1773BB I receive this error.
gpg: key BC6CFD5BAF1773BB: new key but contains no user ID - skipped gpg: Total number processed: 1 gpg: w/o user IDs: 1
On Wed, Sep 8, 2021 at 1:55 PM D.J.J. Ring, Jr. n1ea@arrl.net wrote:
That helps!
This page:
https://chirp.danplanet.com/projects/chirp/wiki/Running_Under_Linux
had:
sudo apt-add-repository ppa:dansmith/chirp-snapshots
Which is a different PPA.
Maybe the gpredict-team PPA should be given instead?
73
DR
On Wed, Sep 8, 2021, 13:35 Nigel A. Gunn G8IFF/W8IFF nigel@ngunn.net wrote:
I just use a root text editor but I'm sure that's not what you're really asking. If the repository isn't signed, add [trusted=yes] as a switch just before the repository name. e.g. deb [trusted=yes] http://ppa.launchpad.net/gpredict-team/ppa/ubuntu bionic main
On 08/09/2021 12:19 D.J.J. Ring, Jr. n1ea@arrl.net wrote:
Does anyone have a proven method of adding repositories to the
/etc/apt/sources.list in Debian Sid?
Nigel A. Gunn, ///shoulders.outwards.resolutions tel +1-937-971-0366 Amateur Radio G8IFF W8IFF and GMRS WRBV701, e-mail nigel@ngunn.net www http://www.ngunn.net
I didn't realize I had to download the flatpak from here: https://trac.chirp.danplanet.com/chirp_daily/LATEST/ Problem solved.
DR
On Wed, Sep 8, 2021 at 3:09 PM D.J.J. Ring, Jr. n1ea@arrl.net wrote:
OK, I am trying installing flatpak, but it doesn't find chirp anywhere.
i used the instructions here: https://flatpak.org/setup/Debian/
Best wishes, David N1EA
On Wed, Sep 8, 2021 at 2:58 PM D.J.J. Ring, Jr. n1ea@arrl.net wrote:
Nigel,
How do I get rid of this error?
W: GPG error: http://ppa.launchpad.net/gpredict-team/ppa/ubuntu bionic InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY BC6CFD5BAF1773BB
If I try gpg --recv-key BC6CFD5BAF1773BB I receive this error.
gpg: key BC6CFD5BAF1773BB: new key but contains no user ID - skipped gpg: Total number processed: 1 gpg: w/o user IDs: 1
On Wed, Sep 8, 2021 at 1:55 PM D.J.J. Ring, Jr. n1ea@arrl.net wrote:
That helps!
This page:
https://chirp.danplanet.com/projects/chirp/wiki/Running_Under_Linux
had:
sudo apt-add-repository ppa:dansmith/chirp-snapshots
Which is a different PPA.
Maybe the gpredict-team PPA should be given instead?
73
DR
On Wed, Sep 8, 2021, 13:35 Nigel A. Gunn G8IFF/W8IFF nigel@ngunn.net wrote:
I just use a root text editor but I'm sure that's not what you're really asking. If the repository isn't signed, add [trusted=yes] as a switch just before the repository name. e.g. deb [trusted=yes] http://ppa.launchpad.net/gpredict-team/ppa/ubuntu bionic main
On 08/09/2021 12:19 D.J.J. Ring, Jr. n1ea@arrl.net wrote:
Does anyone have a proven method of adding repositories to the
/etc/apt/sources.list in Debian Sid?
Nigel A. Gunn, ///shoulders.outwards.resolutions tel +1-937-971-0366 Amateur Radio G8IFF W8IFF and GMRS WRBV701, e-mail nigel@ngunn.net www http://www.ngunn.net
You have to download the Chirp flatpak from the Chirp download page and then install with
cd ~/Downloads sudo flatpak install chirp-daily-20210830.flatpak
On 08/09/2021 15:09 D.J.J. Ring, Jr. n1ea@arrl.net wrote:
OK, I am trying installing flatpak, but it doesn't find chirp anywhere.
i used the instructions here: https://flatpak.org/setup/Debian/
Best wishes, David N1EA
On Wed, Sep 8, 2021 at 2:58 PM D.J.J. Ring, Jr. n1ea@arrl.net wrote:
Nigel,
How do I get rid of this error?
W: GPG error: http://ppa.launchpad.net/gpredict-team/ppa/ubuntu bionic InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY BC6CFD5BAF1773BB
If I try gpg --recv-key BC6CFD5BAF1773BB I receive this error.
gpg: key BC6CFD5BAF1773BB: new key but contains no user ID - skipped gpg: Total number processed: 1 gpg: w/o user IDs: 1
On Wed, Sep 8, 2021 at 1:55 PM D.J.J. Ring, Jr. n1ea@arrl.net wrote:
That helps!
This page:
https://chirp.danplanet.com/projects/chirp/wiki/Running_Under_Linux
had:
sudo apt-add-repository ppa:dansmith/chirp-snapshots
Which is a different PPA.
Maybe the gpredict-team PPA should be given instead?
73
DR
On Wed, Sep 8, 2021, 13:35 Nigel A. Gunn G8IFF/W8IFF nigel@ngunn.net wrote:
I just use a root text editor but I'm sure that's not what you're really asking. If the repository isn't signed, add [trusted=yes] as a switch just before the repository name. e.g. deb [trusted=yes] http://ppa.launchpad.net/gpredict-team/ppa/ubuntu bionic main
On 08/09/2021 12:19 D.J.J. Ring, Jr. n1ea@arrl.net wrote:
Does anyone have a proven method of adding repositories to the /etc/apt/sources.list in Debian Sid?
Nigel A. Gunn, ///shoulders.outwards.resolutions tel +1-937-971-0366 Amateur Radio G8IFF W8IFF and GMRS WRBV701, e-mail nigel@ngunn.net www http://www.ngunn.net
Nigel A. Gunn, ///shoulders.outwards.resolutions tel +1-937-971-0366 Amateur Radio G8IFF W8IFF and GMRS WRBV701, e-mail nigel@ngunn.net www http://www.ngunn.net
To summarize installing Chirp using flatpak in Debian:
If you are using GNOME Desktop environment, install the Software Flatpak plugin:
[as root:] apt update | apt install gnome-software-plugin-flatpak
Non-GNOME Desktop Environments:
For Debian Buster and newer (including Bullseye and Sid): A flatpak package is available. To install it, run the following as root:
apt install flatpak
For Debian Jessie and Stretch: A flatpak package is available in the official backports repository; Too add this repository (if it's not alreay there):
Add using root to your /etc/apt/sources.list file this line: deb http://deb.debian.org/debian buster-backports main
Now update and install flatpak:
[as root:] apt update | apt upgrade | apt install flatpak
Now you have to REBOOT or at least log out and back in.
You have to download the Chirp flatpak from the Chirp download page and then install with
So do this:
Go to https://trac.chirp.danplanet.com/chirp_daily/LATEST/
Find the latest which of today is: https://trac.chirp.danplanet.com/chirp_daily/LATEST/chirp-daily-20210830.fla...
Save that to ~/Downloads, then:
cd ~/Downloads
sudo flatpak install chirp-daily-20210830.flatpak
And everything works.
Thanks Nigel,
73 DR N1EA
For future updates just download and reinstall the new flatpak. Generally no need to update unless the changes affect your radios.
On 08/09/2021 17:43 D.J.J. Ring, Jr. n1ea@arrl.net wrote:
To summarize installing Chirp using flatpak in Debian:
If you are using GNOME Desktop environment, install the Software Flatpak plugin:
[as root:] apt update | apt install gnome-software-plugin-flatpak
Non-GNOME Desktop Environments:
For Debian Buster and newer (including Bullseye and Sid): A flatpak package is available. To install it, run the following as root:
apt install flatpak
For Debian Jessie and Stretch: A flatpak package is available in the official backports repository; Too add this repository (if it's not alreay there):
Add using root to your /etc/apt/sources.list file this line: deb http://deb.debian.org/debian buster-backports main
Now update and install flatpak:
[as root:] apt update | apt upgrade | apt install flatpak
Now you have to REBOOT or at least log out and back in.
You have to download the Chirp flatpak from the Chirp download page and then install with
So do this:
Go to https://trac.chirp.danplanet.com/chirp_daily/LATEST/
Find the latest which of today is: https://trac.chirp.danplanet.com/chirp_daily/LATEST/chirp-daily-20210830.fla...
Save that to ~/Downloads, then:
cd ~/Downloads
sudo flatpak install chirp-daily-20210830.flatpak
And everything works.
Thanks Nigel,
73 DR N1EA
Nigel A. Gunn, ///shoulders.outwards.resolutions tel +1-937-971-0366 Amateur Radio G8IFF W8IFF and GMRS WRBV701, e-mail nigel@ngunn.net www http://www.ngunn.net
It's not an error, it's just a warning that the repository doesn't have a security key. Just ignore it. That's the reason for the [trusted=yes] bit.
On 08/09/2021 14:58 D.J.J. Ring, Jr. n1ea@arrl.net wrote:
Nigel,
How do I get rid of this error?
W: GPG error: http://ppa.launchpad.net/gpredict-team/ppa/ubuntu bionic InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY BC6CFD5BAF1773BB
If I try gpg --recv-key BC6CFD5BAF1773BB I receive this error.
gpg: key BC6CFD5BAF1773BB: new key but contains no user ID - skipped gpg: Total number processed: 1 gpg: w/o user IDs: 1
participants (2)
-
D.J.J. Ring, Jr.
-
Nigel A. Gunn G8IFF/W8IFF