[chirp_users] devuan/debian flatpak install issue
OS: Devuan GNU/Linux 4 (chimaera) x86_64
I'm running devuan, an offshoot of Debian.
in attempting to install the latest flatpak and in the same directory, by using the following;
sudo flatpak install chirp-daily-20220219.flatpak error: The application com.danplanet.chirp/x86_64/master requires the runtime org.freedesktop.Platform/x86_64/19.08 which was not found
I've searched mail list archives and removed flatpak, with dependencies and reinstalled, making sure I have internet connection. Still getting the same error.
any other tips?
thank you
The syntax is incorrect for files not in the $PATH, you have to give the full path in the command, or if you are in the same directory, you have to preceed the file name with a period then a slash that is "./".
Thus the command you should give is:
sudo flatpak install ./chirp-daily-20220219.flatpak
Incidentally, your gpg signature seems to have a problem.
[-- Begin signature information --] Problem signature from: KeyID 26A43C6DDBA6EDA63F4EF806EF2AED0D55BBCEC8 created: Thu 03 Mar 2022 12:12:54 PM EST Can't verify due to a missing key or certificate
I tried to find your key on one of the servers, but I could not.
73 David N1EA
Rodney D. Myers wrote: Thu, Mar 03, 2022 at 12:12:54PM -0500
OS: Devuan GNU/Linux 4 (chimaera) x86_64
I'm running devuan, an offshoot of Debian.
in attempting to install the latest flatpak and in the same directory, by using the following;
sudo flatpak install chirp-daily-20220219.flatpak error: The application com.danplanet.chirp/x86_64/master requires the runtime org.freedesktop.Platform/x86_64/19.08 which was not found
I've searched mail list archives and removed flatpak, with dependencies and reinstalled, making sure I have internet connection. Still getting the same error.
any other tips?
thank you
-- Rodney D. Myers WG4USA@arrl.net - wg4usa
They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety. Ben Franklin - 1759
-- Rodney D. Myers WG4USA@arrl.net - wg4usa
They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety. Ben Franklin - 1759
chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to D.J.J. Ring, Jr. at n1ea@arrl.net To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com To report this email as off-topic, please email chirp_users-owner@intrepid.danplanet.com
did your suggestion(s)
sudo flatpak install ./chirp-daily-20220219.flatpak
and getting the same message.
On 3/3/22 12:49, David J. J. Ring, Jr. wrote:
The syntax is incorrect for files not in the $PATH, you have to give the full path in the command, or if you are in the same directory, you have to preceed the file name with a period then a slash that is "./".
Thus the command you should give is:
sudo flatpak install ./chirp-daily-20220219.flatpak
Incidentally, your gpg signature seems to have a problem.
[-- Begin signature information --] Problem signature from: KeyID 26A43C6DDBA6EDA63F4EF806EF2AED0D55BBCEC8 created: Thu 03 Mar 2022 12:12:54 PM EST Can't verify due to a missing key or certificate
I tried to find your key on one of the servers, but I could not.
73 David N1EA
Rodney D. Myers wrote: Thu, Mar 03, 2022 at 12:12:54PM -0500
OS: Devuan GNU/Linux 4 (chimaera) x86_64
I'm running devuan, an offshoot of Debian.
in attempting to install the latest flatpak and in the same directory, by using the following;
sudo flatpak install chirp-daily-20220219.flatpak error: The application com.danplanet.chirp/x86_64/master requires the runtime org.freedesktop.Platform/x86_64/19.08 which was not found
I've searched mail list archives and removed flatpak, with dependencies and reinstalled, making sure I have internet connection. Still getting the same error.
any other tips?
thank you
-- Rodney D. Myers WG4USA@arrl.net - wg4usa
They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety. Ben Franklin - 1759
-- Rodney D. Myers WG4USA@arrl.net - wg4usa
They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety. Ben Franklin - 1759
chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to D.J.J. Ring, Jr. at n1ea@arrl.net To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com To report this email as off-topic, please email chirp_users-owner@intrepid.danplanet.com
chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to rdmyers.42@gmail.com at rdmyers.42@gmail.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com To report this email as off-topic, please email chirp_users-owner@intrepid.danplanet.com
When installing flatpak, you have to add the fllatpak repository. As regular use issue this command.
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
In terminal, change directory to Downloads, then make a tmp folder (directory). cd Downloads mkdir tmp
Then change directory into ~/Downloads/tmp and download the latest chirp flatpak.
cd ~/Downloads/tmp/
wget https://trac.chirp.danplanet.com/chirp_daily/LATEST/chirp-daily-20220219.fla...
After the file is downloaded, issue this command in that directory.
sudo flatpak install ./chirp-daily-20220219.flatpak
You should have no errors, but you will have to reboot to run chirp.
Best wishes,
David N1EA
On Thu, Mar 3, 2022 at 1:40 PM Rodney D. Myers rdmyers.42@gmail.com wrote:
did your suggestion(s)
sudo flatpak install ./chirp-daily-20220219.flatpak
and getting the same message.
On 3/3/22 12:49, David J. J. Ring, Jr. wrote:
The syntax is incorrect for files not in the $PATH, you have to give the full path in the command, or if you are in the same directory, you have to preceed the file name with a period then a slash that is "./".
Thus the command you should give is:
sudo flatpak install ./chirp-daily-20220219.flatpak
Incidentally, your gpg signature seems to have a problem.
[-- Begin signature information --] Problem signature from: KeyID 26A43C6DDBA6EDA63F4EF806EF2AED0D55BBCEC8 created: Thu 03 Mar 2022 12:12:54 PM EST Can't verify due to a missing key or certificate
I tried to find your key on one of the servers, but I could not.
73 David N1EA
Rodney D. Myers wrote: Thu, Mar 03, 2022 at 12:12:54PM -0500
OS: Devuan GNU/Linux 4 (chimaera) x86_64
I'm running devuan, an offshoot of Debian.
in attempting to install the latest flatpak and in the same directory, by using the following;
sudo flatpak install chirp-daily-20220219.flatpak error: The application com.danplanet.chirp/x86_64/master requires the runtime org.freedesktop.Platform/x86_64/19.08 which was not found
I've searched mail list archives and removed flatpak, with dependencies and reinstalled, making sure I have internet connection. Still getting the same error.
any other tips?
thank you
-- Rodney D. Myers WG4USA@arrl.net - wg4usa
They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety. Ben Franklin - 1759
-- Rodney D. Myers WG4USA@arrl.net - wg4usa
They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety. Ben Franklin - 1759
chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to D.J.J. Ring, Jr. at n1ea@arrl.net To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com To report this email as off-topic, please email chirp_users-owner@intrepid.danplanet.com
chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to rdmyers.42@gmail.com at rdmyers.42@gmail.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com To report this email as off-topic, please email chirp_users-owner@intrepid.danplanet.com
-- Rodney D. Myers WG4USA@arrl.net - wg4usa
They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety. Ben Franklin - 1759 _______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to D.J.J. Ring, Jr. at n1ea@arrl.net To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com To report this email as off-topic, please email chirp_users-owner@intrepid.danplanet.com
The syntax is incorrect for files not in the $PATH, you have to give the full path in the command, or if you are in the=20 same directory, you have to proceed the file name with a period then a slash that is "./".
Thus the command you should give is:
sudo flatpak install ./chirp-daily-20220219.flatpak
Incidentally, your gpg signature seems to have a problem.
[-- Begin signature information --] Problem signature from: KeyID 26A43C6DDBA6EDA63F4EF806EF2AED0D55BBCEC8 created: Thu 03 Mar 2022 12:12:54 PM EST Can't verify due to a missing key or certificate
I tried to find your key on one of the servers, but I could not.
For others wishing to use flatpak, there are initial setup procedures here. https://flatpak.org/setup/
Click on the distro's icon and get specific instructions such as Debian instructions. https://flatpak.org/setup/Debian
73 David N1EA
On Thu, Mar 3, 2022 at 12:13 PM Rodney D. Myers rdmyers.42@gmail.com wrote:
OS: Devuan GNU/Linux 4 (chimaera) x86_64
I'm running devuan, an offshoot of Debian.
in attempting to install the latest flatpak and in the same directory, by using the following;
sudo flatpak install chirp-daily-20220219.flatpak error: The application com.danplanet.chirp/x86_64/master requires the runtime org.freedesktop.Platform/x86_64/19.08 which was not found
I've searched mail list archives and removed flatpak, with dependencies and reinstalled, making sure I have internet connection. Still getting the same error.
any other tips?
thank you
-- Rodney D. Myers WG4USA@arrl.net - wg4usa
They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety. Ben Franklin - 1759
-- Rodney D. Myers WG4USA@arrl.net - wg4usa
They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety. Ben Franklin - 1759 _______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to D.J.J. Ring, Jr. at n1ea@arrl.net To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com To report this email as off-topic, please email chirp_users-owner@intrepid.danplanet.com
On Thu, Mar 3, 2022 at 11:13 AM Rodney D. Myers rdmyers.42@gmail.com wrote:
OS: Devuan GNU/Linux 4 (chimaera) x86_64
I'm running devuan, an offshoot of Debian.
in attempting to install the latest flatpak and in the same directory, by using the following;
sudo flatpak install chirp-daily-20220219.flatpak error: The application com.danplanet.chirp/x86_64/master requires the runtime org.freedesktop.Platform/x86_64/19.08 which was not found
This is an artifact of requiring Python 2, which is EOL. I think 19.08 is the last platform providing it and it has been deprecated for some time. It's apparently no longer available, but here may be a workaround.
https://chirp.danplanet.com/issues/9739
Thanks, Richard
Install Chirp from the flatpak and it will install the correct Python version for you.
On 03/03/2022 13:46 Richard Shaw hobbes1069@gmail.com wrote:
On Thu, Mar 3, 2022 at 11:13 AM Rodney D. Myers rdmyers.42@gmail.com wrote:
OS: Devuan GNU/Linux 4 (chimaera) x86_64
I'm running devuan, an offshoot of Debian.
in attempting to install the latest flatpak and in the same directory, by using the following;
sudo flatpak install chirp-daily-20220219.flatpak error: The application com.danplanet.chirp/x86_64/master requires the runtime org.freedesktop.Platform/x86_64/19.08 which was not found
This is an artifact of requiring Python 2, which is EOL. I think 19.08 is the last platform providing it and it has been deprecated for some time. It's apparently no longer available, but here may be a workaround.
https://chirp.danplanet.com/issues/9739
Thanks, Richard _______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Nigel Gunn, W8IFF at nigel@ngunn.net To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com To report this email as off-topic, please email chirp_users-owner@intrepid.danplanet.com
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
Rodney;
Lubuntu 20.04 has the same problem. "runtime org.freedesktop.Platform/x86_64/19.08" is depreciated and no longer available. There is nothing that you are doing that is wrong or incorrect. There is supposed to be a workaround to fix it. I have not tested it yet. I'll play with it tonight, see if the workaround works.
Ken
On 3/3/22 11:12, Rodney D. Myers wrote:
OS: Devuan GNU/Linux 4 (chimaera) x86_64
I'm running devuan, an offshoot of Debian.
in attempting to install the latest flatpak and in the same directory, by using the following;
sudo flatpak install chirp-daily-20220219.flatpak error: The application com.danplanet.chirp/x86_64/master requires the runtime org.freedesktop.Platform/x86_64/19.08 which was not found
I've searched mail list archives and removed flatpak, with dependencies and reinstalled, making sure I have internet connection. Still getting the same error.
any other tips?
thank you
chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Ken at wa0sbu@kslimmer.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com To report this email as off-topic, please email chirp_users-owner@intrepid.danplanet.com
participants (6)
-
D.J.J. Ring, Jr.
-
David J. J. Ring, Jr.
-
Nigel A. Gunn G8IFF/W8IFF
-
Richard Shaw
-
Rodney D. Myers
-
wa0sbu@kslimmer.com