Is there a PPA or Snap for Anki?












4















The Ubuntu vision of packaging apps in a way that automatically gets at least security updates still seems very important.
So as I install Anki I again resist the advice to install it manually, directly downloading the latest from their web page.



Instead I want to see a snap package or a PPA which someone will keep up-to-date, but I can't find either.



There is an Anki package in Ubuntu Bionic, Version 2.1.0beta36, but I note that running it says




"This is an BETA build - please do not package it up for Linux distributions".




Am I missing anything, or are there plans to keep the Ubuntu package updated for at least security issues?



Note: I've also reported this to Anki: Packaged version for automatically getting updates: Snap? Ubuntu PPA? / Anki (Computer Version) / Discussion Area - Anki Support










share|improve this question





























    4















    The Ubuntu vision of packaging apps in a way that automatically gets at least security updates still seems very important.
    So as I install Anki I again resist the advice to install it manually, directly downloading the latest from their web page.



    Instead I want to see a snap package or a PPA which someone will keep up-to-date, but I can't find either.



    There is an Anki package in Ubuntu Bionic, Version 2.1.0beta36, but I note that running it says




    "This is an BETA build - please do not package it up for Linux distributions".




    Am I missing anything, or are there plans to keep the Ubuntu package updated for at least security issues?



    Note: I've also reported this to Anki: Packaged version for automatically getting updates: Snap? Ubuntu PPA? / Anki (Computer Version) / Discussion Area - Anki Support










    share|improve this question



























      4












      4








      4








      The Ubuntu vision of packaging apps in a way that automatically gets at least security updates still seems very important.
      So as I install Anki I again resist the advice to install it manually, directly downloading the latest from their web page.



      Instead I want to see a snap package or a PPA which someone will keep up-to-date, but I can't find either.



      There is an Anki package in Ubuntu Bionic, Version 2.1.0beta36, but I note that running it says




      "This is an BETA build - please do not package it up for Linux distributions".




      Am I missing anything, or are there plans to keep the Ubuntu package updated for at least security issues?



      Note: I've also reported this to Anki: Packaged version for automatically getting updates: Snap? Ubuntu PPA? / Anki (Computer Version) / Discussion Area - Anki Support










      share|improve this question
















      The Ubuntu vision of packaging apps in a way that automatically gets at least security updates still seems very important.
      So as I install Anki I again resist the advice to install it manually, directly downloading the latest from their web page.



      Instead I want to see a snap package or a PPA which someone will keep up-to-date, but I can't find either.



      There is an Anki package in Ubuntu Bionic, Version 2.1.0beta36, but I note that running it says




      "This is an BETA build - please do not package it up for Linux distributions".




      Am I missing anything, or are there plans to keep the Ubuntu package updated for at least security issues?



      Note: I've also reported this to Anki: Packaged version for automatically getting updates: Snap? Ubuntu PPA? / Anki (Computer Version) / Discussion Area - Anki Support







      snap anki






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Nov 2 '18 at 15:00







      nealmcb

















      asked Nov 2 '18 at 14:22









      nealmcbnealmcb

      2,0442444




      2,0442444






















          1 Answer
          1






          active

          oldest

          votes


















          2














          I couldn't find any PPA with anki either. And the solution to install system wide with
          the command:




          sudo make install




          is not the right way. I agree.



          Luckly Anki doesn't need to be installed system wide to work. You can install it locally to your user.



          This is what I did:





          1. Install and then uninstall the Ubuntu anki package to install all dependencies.




            apt install anki



            apt purge anki




          2. Download from Anki website



          3. Extract to your home folder




            tar xjf Downloads/anki-2.1.8-amd64.tar.bz2





          4. Add the extracted bin directory to your PATH




            export PATH=$PATH:~/anki-2.1.8-linux-amd64/bin









          share|improve this answer



















          • 1





            Thank you, it's helpful to know that can work. But this approach requires every user to constantly be alert for security bugs. So an updated package or snap would not just save us all lots of time, but also keep us all safer.

            – nealmcb
            Feb 16 at 18:38











          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "89"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1089505%2fis-there-a-ppa-or-snap-for-anki%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          2














          I couldn't find any PPA with anki either. And the solution to install system wide with
          the command:




          sudo make install




          is not the right way. I agree.



          Luckly Anki doesn't need to be installed system wide to work. You can install it locally to your user.



          This is what I did:





          1. Install and then uninstall the Ubuntu anki package to install all dependencies.




            apt install anki



            apt purge anki




          2. Download from Anki website



          3. Extract to your home folder




            tar xjf Downloads/anki-2.1.8-amd64.tar.bz2





          4. Add the extracted bin directory to your PATH




            export PATH=$PATH:~/anki-2.1.8-linux-amd64/bin









          share|improve this answer



















          • 1





            Thank you, it's helpful to know that can work. But this approach requires every user to constantly be alert for security bugs. So an updated package or snap would not just save us all lots of time, but also keep us all safer.

            – nealmcb
            Feb 16 at 18:38
















          2














          I couldn't find any PPA with anki either. And the solution to install system wide with
          the command:




          sudo make install




          is not the right way. I agree.



          Luckly Anki doesn't need to be installed system wide to work. You can install it locally to your user.



          This is what I did:





          1. Install and then uninstall the Ubuntu anki package to install all dependencies.




            apt install anki



            apt purge anki




          2. Download from Anki website



          3. Extract to your home folder




            tar xjf Downloads/anki-2.1.8-amd64.tar.bz2





          4. Add the extracted bin directory to your PATH




            export PATH=$PATH:~/anki-2.1.8-linux-amd64/bin









          share|improve this answer



















          • 1





            Thank you, it's helpful to know that can work. But this approach requires every user to constantly be alert for security bugs. So an updated package or snap would not just save us all lots of time, but also keep us all safer.

            – nealmcb
            Feb 16 at 18:38














          2












          2








          2







          I couldn't find any PPA with anki either. And the solution to install system wide with
          the command:




          sudo make install




          is not the right way. I agree.



          Luckly Anki doesn't need to be installed system wide to work. You can install it locally to your user.



          This is what I did:





          1. Install and then uninstall the Ubuntu anki package to install all dependencies.




            apt install anki



            apt purge anki




          2. Download from Anki website



          3. Extract to your home folder




            tar xjf Downloads/anki-2.1.8-amd64.tar.bz2





          4. Add the extracted bin directory to your PATH




            export PATH=$PATH:~/anki-2.1.8-linux-amd64/bin









          share|improve this answer













          I couldn't find any PPA with anki either. And the solution to install system wide with
          the command:




          sudo make install




          is not the right way. I agree.



          Luckly Anki doesn't need to be installed system wide to work. You can install it locally to your user.



          This is what I did:





          1. Install and then uninstall the Ubuntu anki package to install all dependencies.




            apt install anki



            apt purge anki




          2. Download from Anki website



          3. Extract to your home folder




            tar xjf Downloads/anki-2.1.8-amd64.tar.bz2





          4. Add the extracted bin directory to your PATH




            export PATH=$PATH:~/anki-2.1.8-linux-amd64/bin










          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Feb 15 at 9:58









          DavidDavid

          1214




          1214








          • 1





            Thank you, it's helpful to know that can work. But this approach requires every user to constantly be alert for security bugs. So an updated package or snap would not just save us all lots of time, but also keep us all safer.

            – nealmcb
            Feb 16 at 18:38














          • 1





            Thank you, it's helpful to know that can work. But this approach requires every user to constantly be alert for security bugs. So an updated package or snap would not just save us all lots of time, but also keep us all safer.

            – nealmcb
            Feb 16 at 18:38








          1




          1





          Thank you, it's helpful to know that can work. But this approach requires every user to constantly be alert for security bugs. So an updated package or snap would not just save us all lots of time, but also keep us all safer.

          – nealmcb
          Feb 16 at 18:38





          Thank you, it's helpful to know that can work. But this approach requires every user to constantly be alert for security bugs. So an updated package or snap would not just save us all lots of time, but also keep us all safer.

          – nealmcb
          Feb 16 at 18:38


















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Ask Ubuntu!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1089505%2fis-there-a-ppa-or-snap-for-anki%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          flock() on closed filehandle LOCK_FILE at /usr/bin/apt-mirror

          Mangá

           ⁒  ․,‪⁊‑⁙ ⁖, ⁇‒※‌, †,⁖‗‌⁝    ‾‸⁘,‖⁔⁣,⁂‾
”‑,‥–,‬ ,⁀‹⁋‴⁑ ‒ ,‴⁋”‼ ⁨,‷⁔„ ‰′,‐‚ ‥‡‎“‷⁃⁨⁅⁣,⁔
⁇‘⁔⁡⁏⁌⁡‿‶‏⁨ ⁣⁕⁖⁨⁩⁥‽⁀  ‴‬⁜‟ ⁃‣‧⁕‮ …‍⁨‴ ⁩,⁚⁖‫ ,‵ ⁀,‮⁝‣‣ ⁑  ⁂– ․, ‾‽ ‏⁁“⁗‸ ‾… ‹‡⁌⁎‸‘ ‡⁏⁌‪ ‵⁛ ‎⁨ ―⁦⁤⁄⁕