<div dir="ltr"><div class="gmail_default" style="font-size:small">Still working on getting a current version of CHIRP on Debian Stable.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Here&#39;s the latest.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">flatpak uninstall chirp<br>Found installed ref ‘app/com.danplanet.chirp/x86_64/master’ (system). Is this correct? </div><div class="gmail_default" style="font-size:small">[Y/n]: y<br>error: Remote &quot;chirp-origin&quot; not found<br></div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">I have tried to install (or reinstall) chirp using flatpak and I&#39;ve been confused and unfulfilled.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">I did find this script on this page <a href="https://piratesinteepees.org/installing-chirp-in-ubuntu-20-04/" target="_blank">https://piratesinteepees.org/installing-chirp-in-ubuntu-20-04/</a></div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">#####</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small"><span style="color:rgb(43,43,43);font-family:monospace,serif;font-size:13.3333px;white-space:nowrap">#!/bin/bash</span><br style="color:rgb(43,43,43);font-family:monospace,serif;font-size:13.3333px;white-space:nowrap"><span style="color:rgb(43,43,43);font-family:monospace,serif;font-size:13.3333px;white-space:nowrap">#</span><br style="color:rgb(43,43,43);font-family:monospace,serif;font-size:13.3333px;white-space:nowrap"><span style="color:rgb(43,43,43);font-family:monospace,serif;font-size:13.3333px;white-space:nowrap">#</span><br style="color:rgb(43,43,43);font-family:monospace,serif;font-size:13.3333px;white-space:nowrap"><span style="color:rgb(43,43,43);font-family:monospace,serif;font-size:13.3333px;white-space:nowrap"># This script updats chirp flatpak to latest daily build</span><br style="color:rgb(43,43,43);font-family:monospace,serif;font-size:13.3333px;white-space:nowrap"><span style="color:rgb(43,43,43);font-family:monospace,serif;font-size:13.3333px;white-space:nowrap"># Add this to root&#39;s crontab for automatic updates</span><br style="color:rgb(43,43,43);font-family:monospace,serif;font-size:13.3333px;white-space:nowrap"><span style="color:rgb(43,43,43);font-family:monospace,serif;font-size:13.3333px;white-space:nowrap"># If run as standard user, you will get a popop asking for admin password</span><br style="color:rgb(43,43,43);font-family:monospace,serif;font-size:13.3333px;white-space:nowrap"><span style="color:rgb(43,43,43);font-family:monospace,serif;font-size:13.3333px;white-space:nowrap">#</span><br style="color:rgb(43,43,43);font-family:monospace,serif;font-size:13.3333px;white-space:nowrap"><span style="color:rgb(43,43,43);font-family:monospace,serif;font-size:13.3333px;white-space:nowrap">#</span><br style="color:rgb(43,43,43);font-family:monospace,serif;font-size:13.3333px;white-space:nowrap"><span style="color:rgb(43,43,43);font-family:monospace,serif;font-size:13.3333px;white-space:nowrap">#Make download folder if doesn&#39;t exist</span><br style="color:rgb(43,43,43);font-family:monospace,serif;font-size:13.3333px;white-space:nowrap"><span style="color:rgb(43,43,43);font-family:monospace,serif;font-size:13.3333px;white-space:nowrap">mkdir -p ~/Downloads/ChirpFP</span><br style="color:rgb(43,43,43);font-family:monospace,serif;font-size:13.3333px;white-space:nowrap"><span style="color:rgb(43,43,43);font-family:monospace,serif;font-size:13.3333px;white-space:nowrap">#Move to Download folder</span><br style="color:rgb(43,43,43);font-family:monospace,serif;font-size:13.3333px;white-space:nowrap"><span style="color:rgb(43,43,43);font-family:monospace,serif;font-size:13.3333px;white-space:nowrap">cd ~/Downloads/ChirpFP</span><br style="color:rgb(43,43,43);font-family:monospace,serif;font-size:13.3333px;white-space:nowrap"><span style="color:rgb(43,43,43);font-family:monospace,serif;font-size:13.3333px;white-space:nowrap">#Remove previously downloaded flatpaks</span><br style="color:rgb(43,43,43);font-family:monospace,serif;font-size:13.3333px;white-space:nowrap"><span style="color:rgb(43,43,43);font-family:monospace,serif;font-size:13.3333px;white-space:nowrap">rm *.flatpak</span><br style="color:rgb(43,43,43);font-family:monospace,serif;font-size:13.3333px;white-space:nowrap"><span style="color:rgb(43,43,43);font-family:monospace,serif;font-size:13.3333px;white-space:nowrap">#Pull link from download page and download latest flatpak</span><br style="color:rgb(43,43,43);font-family:monospace,serif;font-size:13.3333px;white-space:nowrap"><span style="color:rgb(43,43,43);font-family:monospace,serif;font-size:13.3333px;white-space:nowrap">wget `lynx -dump <a href="https://trac.chirp.danplanet.com/chirp_daily/LATEST/" target="_blank">https://trac.chirp.danplanet.com/chirp_daily/LATEST/</a> | awk &#39;/http/{print $2}&#39; | grep flatpak`</span><br style="color:rgb(43,43,43);font-family:monospace,serif;font-size:13.3333px;white-space:nowrap"><span style="color:rgb(43,43,43);font-family:monospace,serif;font-size:13.3333px;white-space:nowrap">#Install the file</span><br style="color:rgb(43,43,43);font-family:monospace,serif;font-size:13.3333px;white-space:nowrap"><span style="color:rgb(43,43,43);font-family:monospace,serif;font-size:13.3333px;white-space:nowrap">flatpak install -y --noninteractive *.flatpak</span><br></div><div class="gmail_default" style="font-size:small"><span style="color:rgb(43,43,43);font-family:monospace,serif;font-size:13.3333px;white-space:nowrap"><br></span></div><div class="gmail_default" style="font-size:small"><span style="color:rgb(43,43,43);font-family:monospace,serif;font-size:13.3333px;white-space:nowrap">#####</span></div><div class="gmail_default" style="font-size:small"><span style="color:rgb(43,43,43);font-family:monospace,serif;font-size:13.3333px;white-space:nowrap"><br></span></div><div class="gmail_default" style="font-size:small"><span style="color:rgb(43,43,43);font-family:monospace,serif;font-size:13.3333px;white-space:nowrap">I tried it, but alas, I still get the cryptic </span>error: Remote &quot;chirp-origin&quot; not found</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">I am still confused and lost.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Does anyone know how I can uninstall what seems to be a flatpak installation on Debian?</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">If I try to update, I receive this error.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">$ flatpak update<br>Looking for updates…<br>Unable to update app/com.danplanet.chirp/x86_64/master: Remote &quot;chirp-origin&quot; not found<br></div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Best wishes,</div><div class="gmail_default" style="font-size:small">David N1EA</div><div class="gmail_default" style="font-size:small"><br></div><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Mar 31, 2021 at 7:43 PM D.J.J. Ring, Jr. &lt;<a href="mailto:n1ea@arrl.net" target="_blank">n1ea@arrl.net</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_default" style="font-size:small">AC0HY, I agree with you, I thought the new chirp-daily would overwrite the previous chirp-daily and maybe it would be I have no memory of whether I used a flatpak or used the danplanet repository.</div><div class="gmail_default" style="font-size:small">, </div><div class="gmail_default" style="font-size:small">If anyone would have a suggestion of how I could get rid of it the duplicate chirp, I&#39;d be grateful.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">chirp --version </div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">CHIRP daily-20201221 on Linux - Debian GNU/Linux 10 (Python 2.7.16)<br></div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">$ which chirpw<br>/usr/bin/chirpw </div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">apt purge chirpw<br>Reading package lists... Done<br>Building dependency tree       <br>Reading state information... Done<br>E: Unable to locate package chirps<br></div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small"># apt purge chirp-daily<br>Reading package lists... Done<br>Building dependency tree       <br>Reading state information... Done<br>The following package was automatically installed and is no longer required:<br>  python-libxslt1<br>Use &#39;apt autoremove&#39; to remove it.<br>The following packages will be REMOVED:<br>  chirp-daily*<br>0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.<br>After this operation, 4,622 kB disk space will be freed.<br></div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Now I try chirpw and it seems I have a chirpw in a different place that I chmod -x so it could not execute.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">-bash: /usr/local/bin/chirpw: Permission denied<br>root@debian:~# chmod +x /usr/local/bin//chirpw <br>root@debian:~# chirpw <br>WARNING: python-future package is not available; chirp.drivers.anytone778uv requires it<br></div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">I forget what I just did but whatever I just did, now chirp runs, but it&#39;s the OLD version:</div><div class="gmail_default" style="font-size:small">CHIRP daily-20201221<br></div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Trying to purge both chirp and chirp-daily fail - apt says it&#39;s not installed.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small"><div class="gmail_default">Ran updatedb as root then, as user:</div><div class="gmail_default">locate chirp &gt; ~/chirpfiles</div><div class="gmail_default">File attached.</div></div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Anyone got a clue how I can get rid of the chirp I have that I can&#39;t uninstall using apt?</div><div class="gmail_default" style="font-size:small">I don&#39;t think I installed it from source, but I may have because I couldn&#39;t find a deb file to install in Debian, but that would have been before January 2021, and I have aging memory capacities these days. My md5sum memory brain comes out like: &quot;Peas porridge hot, peas porridge cold...&quot; and starts playing Patty Cake.  It&#39;s part of life, but when you go into the kitchen twice to get a spoon and return twice without it, it&#39;s embarrassing. Thankfully my cat hasn&#39;t caught on yet.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Best wishes,</div><div class="gmail_default" style="font-size:small">David</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small"><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Mar 31, 2021 at 7:20 PM W Paul Mills &lt;<a href="mailto:ac0hy@wpmills.com" target="_blank">ac0hy@wpmills.com</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
  
    
  
  <div>
    <div>That is right, but they conflict. DO
      NOT INSTALL BOTH. The reason for the error you get is because you
      have attempted to install both. Just because they are in package
      manager (from different repositories) does not mean you should
      install both. <br>
    </div>
    <div><br>
    </div>
    <div>The error is telling you that this is
      the problem.<br>
    </div>
    <div><br>
    </div>
    <div>On 3/31/21 5:58 PM, Tony Ling wrote:<br>
    </div>
    <blockquote type="cite">
      
      <div dir="ltr">They appear both on Synaptic Package Manager on my
        system.</div>
      <br>
      <div class="gmail_quote">
        <div dir="ltr" class="gmail_attr">On Wed, 31 Mar 2021 at 23:55,
          W Paul Mills &lt;<a href="mailto:ac0hy@wpmills.com" target="_blank">ac0hy@wpmills.com</a>&gt; wrote:<br>
        </div>
        <blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
          <div>
            <div>The packages chirp &amp; chirp-daily conflict with each
              other. Uninstall chirp, then install chirp-daily.<br>
            </div>
            <div><br>
            </div>
            <div>On 3/31/21 4:13 PM, D.J.J. Ring, Jr. wrote:<br>
            </div>
            <blockquote type="cite">
              <div dir="ltr">
                <div dir="ltr">
                  <div class="gmail_default" style="font-size:small">More
                    info!</div>
                  <div class="gmail_default" style="font-size:small"><br>
                  </div>
                  <div class="gmail_default" style="font-size:small">apt
                    install chirp<br>
                    Reading package lists... Done<br>
                    Building dependency tree       <br>
                    Reading state information... Done<br>
                    The following NEW packages will be installed:<br>
                      chirp<br>
                    0 upgraded, 1 newly installed, 0 to remove and 0 not
                    upgraded.<br>
                    Need to get 0 B/474 kB of archives.<br>
                    After this operation, 3,830 kB of additional disk
                    space will be used.<br>
                    Selecting previously unselected package chirp.<br>
                    (Reading database ... 265833 files and directories
                    currently installed.)<br>
                    Preparing to unpack
                    .../chirp_1%3a20190104-1_amd64.deb ...<br>
                    Unpacking chirp (1:20190104-1) ...<br>
                    dpkg: error processing archive
                    /var/cache/apt/archives/chirp_1%3a20190104-1_amd64.deb
                    (--unpack):<br>
                     trying to overwrite &#39;/usr/bin/chirpw&#39;, which is
                    also in package chirp-daily 20210310~xenial~1<br>
                    dpkg-deb: error: paste subprocess was killed by
                    signal (Broken pipe)<br>
                    Errors were encountered while processing:<br>
 /var/cache/apt/archives/chirp_1%3a20190104-1_amd64.deb<br>
                    E: Sub-process /usr/bin/dpkg returned an error code
                    (1)<br>
                  </div>
                  <div class="gmail_default" style="font-size:small"><br>
                  </div>
                  <div class="gmail_default" style="font-size:small">Any
                    suggestions?</div>
                  <div class="gmail_default" style="font-size:small"><br>
                  </div>
                  <div class="gmail_default" style="font-size:small">73</div>
                  <div class="gmail_default" style="font-size:small">DR</div>
                  <div class="gmail_default" style="font-size:small">N1EA</div>
                </div>
                <br>
                <div class="gmail_quote">
                  <div dir="ltr" class="gmail_attr">On Wed, Mar 31, 2021
                    at 4:59 PM D.J.J. Ring, Jr. &lt;<a href="mailto:n1ea@arrl.net" target="_blank">n1ea@arrl.net</a>&gt;
                    wrote:<br>
                  </div>
                  <blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
                    <div dir="ltr">
                      <div style="font-size:small">Hello List,</div>
                      <div style="font-size:small"><br>
                      </div>
                      <div style="font-size:small">I&#39;m confused.</div>
                      <div style="font-size:small"><br>
                      </div>
                      <div style="font-size:small">I have added the
                        sources for Chirp daily snapshot to Debian
                        Stable.</div>
                      <div style="font-size:small"><br>
                      </div>
                      <div style="font-size:small">I install chirp.  </div>
                      <div style="font-size:small"><br>
                      </div>
                      <div style="font-size:small">I ask chirpw
                        --version and I get:</div>
                      <div style="font-size:small">CHIRP daily-20201221
                        on Linux - Debian GNU/Linux 10 (Python 2.7.16)<br>
                      </div>
                      <div style="font-size:small"><br>
                      </div>
                      <div style="font-size:small">when I try to install
                        again, </div>
                      <div style="font-size:small"><br>
                      </div>
                      <div style="font-size:small">wajig install
                        chirp-daily</div>
                      <div style="font-size:small"><br>
                      </div>
                      <div style="font-size:small">install chirp-daily<br>
                        Reading package lists... Done<br>
                        Building dependency tree       <br>
                        Reading state information... Done<br>
                        chirp-daily is already the newest version
                        (20210310~xenial~1).<br>
                      </div>
                      <div style="font-size:small"><br>
                      </div>
                      <div style="font-size:small">How do I get the
                        newest chirp?</div>
                      <div style="font-size:small"><br>
                      </div>
                      <div style="font-size:small">73</div>
                      <div style="font-size:small">David N1EA</div>
                    </div>
                  </blockquote>
                </div>
              </div>
              <br>
              <fieldset></fieldset>
              <pre>_______________________________________________
chirp_users mailing list
<a href="mailto:chirp_users@intrepid.danplanet.com" target="_blank">chirp_users@intrepid.danplanet.com</a>
<a href="http://intrepid.danplanet.com/mailman/listinfo/chirp_users" target="_blank">http://intrepid.danplanet.com/mailman/listinfo/chirp_users</a>
This message was sent to Paul AC0HY at <a href="mailto:ac0hy@wpmills.com" target="_blank">ac0hy@wpmills.com</a>
To unsubscribe, send an email to <a href="mailto:chirp_users-unsubscribe@intrepid.danplanet.com" target="_blank">chirp_users-unsubscribe@intrepid.danplanet.com</a></pre>
            </blockquote>
            <p><br>
            </p>
            <pre cols="72">-- 
/**************************************************
* Amateur Radio Station AC0HY                     *
* W. Paul Mills         SN807                     *
* Assistant EC Alpha-1 ARES Shawnee/Wabaunsee, KS *
* President Kaw Valley Amateur Radio Club         *
**************************************************/
</pre>
          </div>
          _______________________________________________<br>
          chirp_users mailing list<br>
          <a href="mailto:chirp_users@intrepid.danplanet.com" target="_blank">chirp_users@intrepid.danplanet.com</a><br>
          <a href="http://intrepid.danplanet.com/mailman/listinfo/chirp_users" rel="noreferrer" target="_blank">http://intrepid.danplanet.com/mailman/listinfo/chirp_users</a><br>
          This message was sent to Tony Ling at <a href="mailto:tonyg7txu@gmail.com" target="_blank">tonyg7txu@gmail.com</a><br>
          To unsubscribe, send an email to <a href="mailto:chirp_users-unsubscribe@intrepid.danplanet.com" target="_blank">chirp_users-unsubscribe@intrepid.danplanet.com</a></blockquote>
      </div>
      <br>
      <fieldset></fieldset>
      <pre>_______________________________________________
chirp_users mailing list
<a href="mailto:chirp_users@intrepid.danplanet.com" target="_blank">chirp_users@intrepid.danplanet.com</a>
<a href="http://intrepid.danplanet.com/mailman/listinfo/chirp_users" target="_blank">http://intrepid.danplanet.com/mailman/listinfo/chirp_users</a>
This message was sent to Paul AC0HY at <a href="mailto:ac0hy@wpmills.com" target="_blank">ac0hy@wpmills.com</a>
To unsubscribe, send an email to <a href="mailto:chirp_users-unsubscribe@intrepid.danplanet.com" target="_blank">chirp_users-unsubscribe@intrepid.danplanet.com</a></pre>
    </blockquote>
    <p><br>
    </p>
    <pre cols="72">-- 
/**************************************************
* Amateur Radio Station AC0HY                     *
* W. Paul Mills         SN807                     *
* Assistant EC Alpha-1 ARES Shawnee/Wabaunsee, KS *
* President Kaw Valley Amateur Radio Club         *
**************************************************/
</pre>
  </div>

_______________________________________________<br>
chirp_users mailing list<br>
<a href="mailto:chirp_users@intrepid.danplanet.com" target="_blank">chirp_users@intrepid.danplanet.com</a><br>
<a href="http://intrepid.danplanet.com/mailman/listinfo/chirp_users" rel="noreferrer" target="_blank">http://intrepid.danplanet.com/mailman/listinfo/chirp_users</a><br>
This message was sent to D.J.J. Ring, Jr. at <a href="mailto:n1ea@arrl.net" target="_blank">n1ea@arrl.net</a><br>
To unsubscribe, send an email to <a href="mailto:chirp_users-unsubscribe@intrepid.danplanet.com" target="_blank">chirp_users-unsubscribe@intrepid.danplanet.com</a></blockquote></div>
</blockquote></div>