<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body>
<div dir="auto" style="direction: ltr; margin: 0; padding: 0; font-family: sans-serif; font-size: 11pt; color: black; ">
I'm still of the belief that it's easier to install flat pak and then install the chirp flatpak package vs a number of command line operations.<span id="ms-outlook-android-cursor"></span><br>
<br>
</div>
<div dir="auto" style="direction: ltr; margin: 0; padding: 0; font-family: sans-serif; font-size: 11pt; color: black; ">
The flatpak files get published next to the Windows I stalled and Mac application.
<a href="https://trac.chirp.danplanet.com/chirp_daily/LATEST/">https://trac.chirp.danplanet.com/chirp_daily/LATEST/</a><br>
<br>
<br>
</div>
<div dir="auto" style="direction: ltr; margin: 0; padding: 0; font-family: sans-serif; font-size: 11pt; color: black; ">
Tony.</div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> chirp_users-bounces@intrepid.danplanet.com &lt;chirp_users-bounces@intrepid.danplanet.com&gt; on behalf of Glenn K0LNY &lt;glennervin@cableone.net&gt;<br>
<b>Sent:</b> Tuesday, August 25, 2020 12:02:03 PM<br>
<b>To:</b> Discussion of CHIRP &lt;chirp_users@intrepid.danplanet.com&gt;<br>
<b>Subject:</b> Re: [chirp_users] oddities (failures) finding/installing on Ubuntu 20.04</font>
<div>&nbsp;</div>
</div>
<div class="BodyFragment"><font size="2"><span style="font-size:11pt;">
<div class="PlainText">Are you kidding?<br>
I've used Ubuntu since version 8, and often go to Ubuntu for certain tasks, <br>
because I am still a windows user, and I used DOS quite a bit back in the <br>
day, and still recall all the CLI commands of DOS.<br>
But I use Linux for chirp for screenreader reasons, Chirp is challenging in <br>
windows with a screenreader.<br>
But reading all this makes my head spin.<br>
Even if the Linux CLI was my strength, I can't imagine doing all that.<br>
I'd sooner install a live Linux that still uses the old repository for use <br>
with Chirp.<br>
But to each their own, JMO.<br>
BTW, Why aren't there scripts to do all that?<br>
<br>
Glenn<br>
----- Original Message ----- <br>
From: &lt;wa0sbu@kslimmer.com&gt;<br>
To: &lt;chirp_users@intrepid.danplanet.com&gt;<br>
Sent: Tuesday, August 25, 2020 11:45 AM<br>
Subject: Re: [chirp_users] oddities (failures) finding/installing on Ubuntu <br>
20.04<br>
<br>
<br>
Ted;<br>
<br>
&nbsp; You will have to do some manual editing to install Chirp on a 20.04<br>
system.<br>
<br>
I hope this helps,<br>
<br>
You don't need to download Python 2.7 from the Python WEB page, or download<br>
the flatpak.<br>
Its in Focals,(20.04)Repositories.<br>
<br>
These are all terminal commands, don't use the quotes.<br>
<br>
&quot;sudo apt install python2&quot; will install 2.7<br>
<br>
&quot;ls -ls /usr/bin/python*&quot; will list your versions of python installed.<br>
In my case 2.7 and 3.8<br>
<br>
Add the Chirp repository:<br>
<br>
&quot;sudo apt-add-repository ppa:dansmith/chirp-snapshots&quot;<br>
<br>
Next Step from The Chirp WEB page:<br>
<br>
&quot;sudo apt-get install chirp-daily&quot;<br>
<br>
Returns an error.<br>
<br>
&quot;E: Unable to locate package chirp-daily&quot;<br>
<br>
In terminal, open your file manager as sudo.<br>
I use Xubuntu, so I use &quot;Sudo thunar&quot; Your command will<br>
match your desktop.<br>
<br>
Using mousepad, or text editor,<br>
Edit, &quot;/etc/apt/sources.list.d/dansmith-ubuntu-chirp-snapshots-focal.list&quot;<br>
<br>
Change: &quot;deb <a href="http://ppa.launchpad.net/dansmith/chirp-snapshots/ubuntu">http://ppa.launchpad.net/dansmith/chirp-snapshots/ubuntu</a><br>
focal main&quot;<br>
to: &quot;deb <a href="http://ppa.launchpad.net/dansmith/chirp-snapshots/ubuntu">http://ppa.launchpad.net/dansmith/chirp-snapshots/ubuntu</a> bionic<br>
main&quot;<br>
<br>
&quot;sudo apt update&quot;<br>
&quot;sudo apt-get install chirp-daily&quot;<br>
<br>
Another error:<br>
&quot;The following packages have unmet dependencies&quot; And a list of 4 of them.<br>
<br>
All http: commands are in your favorite browser.<br>
All the other commands are at terminal.<br>
<br>
Download the first missing file:<br>
<br>
&quot;<a href="https://packages.ubuntu.com/bionic/amd64/python-libxslt1/download">https://packages.ubuntu.com/bionic/amd64/python-libxslt1/download</a>&quot;<br>
<br>
&quot;cd Downloads&quot;<br>
<br>
&quot;sudo dpkg -i python-libxslt1_1.1.29-5ubuntu0.2_amd64.deb&quot;<br>
Another error:<br>
&quot;sudo apt install -f&quot;<br>
&quot;sudo apt-get install chirp-daily&quot;<br>
<br>
Now we are down to 3 missing dependencies.<br>
<br>
Download the first from here:<br>
<br>
&quot;<a href="https://packages.ubuntu.com/bionic/amd64/python-gtk2/download">https://packages.ubuntu.com/bionic/amd64/python-gtk2/download</a>&quot;<br>
<br>
&quot;sudo dpkg -i python-gtk2_2.24.0-5.1ubuntu2_amd64.deb&quot;<br>
&quot;sudo apt install -f&quot;<br>
&quot;sudo apt-get install chirp-daily&quot;<br>
<br>
Down to 2 missing, getting closer.<br>
<br>
<br>
Download the next one from here&quot;<br>
<br>
&quot;<a href="https://packages.ubuntu.com/bionic/all/python-serial/download">https://packages.ubuntu.com/bionic/all/python-serial/download</a>&quot;<br>
&nbsp; &quot;sudo dpkg -i python-serial_3.4-2_all.deb&quot;<br>
<br>
<br>
&nbsp; There, now we are down to 1 missing:<br>
<br>
Download from here:<br>
<br>
&quot;<a href="https://packages.ubuntu.com/bionic/all/python-suds/download">https://packages.ubuntu.com/bionic/all/python-suds/download</a>&quot;<br>
&nbsp; &quot;sudo dpkg -i python-suds_0.7~git20150727.94664dd-5_all.deb&quot;<br>
<br>
Another error:<br>
<br>
&quot;sudo apt install -f&quot;<br>
<br>
&quot;sudo apt-get install chirp-daily&quot;<br>
<br>
It installed, chirpw returns an error;<br>
&nbsp; &quot;python-future&quot; is missing.<br>
<br>
&quot;<a href="https://packages.ubuntu.com/bionic/all/python-future/download">https://packages.ubuntu.com/bionic/all/python-future/download</a>&quot;<br>
<br>
&quot;sudo dpkg -i python-future_0.15.2-4ubuntu2_all.deb&quot;<br>
<br>
<br>
Another dependency error:<br>
<br>
&quot;sudo apt install -f&quot;<br>
<br>
&quot;chirpw&quot; its running.<br>
<br>
<br>
On 8/25/20 11:14 AM, Ted Timmons wrote:<br>
<br>
&gt; Hi, I have a x86 20.04 system, I can't find the PPA even after doing<br>
&gt; apt-add-repository and similar steps. Roughly, I'd expect this to<br>
&gt; return something:<br>
&gt; $ apt search chirp<br>
&gt;<br>
&gt; Thanks,<br>
&gt; Ted<br>
_______________________________________________<br>
chirp_users mailing list<br>
chirp_users@intrepid.danplanet.com<br>
<a href="http://intrepid.danplanet.com/mailman/listinfo/chirp_users">http://intrepid.danplanet.com/mailman/listinfo/chirp_users</a><br>
This message was sent to Glenn at glennervin@cableone.net<br>
To unsubscribe, send an email to <br>
chirp_users-unsubscribe@intrepid.danplanet.com <br>
<br>
_______________________________________________<br>
chirp_users mailing list<br>
chirp_users@intrepid.danplanet.com<br>
<a href="http://intrepid.danplanet.com/mailman/listinfo/chirp_users">http://intrepid.danplanet.com/mailman/listinfo/chirp_users</a><br>
This message was sent to Tony F at goldstar611@hotmail.com<br>
To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com<br>
</div>
</span></font></div>
</body>
</html>