Phatch no longer in repositories, is there another safe location for ubuntu?












0














Phatch no longer in repositories, is there another safe location for Ubuntu?
I cannot find it in synaptic and no results in Terminal.










share|improve this question


















  • 1




    last stable version is from 2010, no wonder that Ubuntu doesn't have it in the repos anymore.
    – RoVo
    Dec 14 '18 at 15:20
















0














Phatch no longer in repositories, is there another safe location for Ubuntu?
I cannot find it in synaptic and no results in Terminal.










share|improve this question


















  • 1




    last stable version is from 2010, no wonder that Ubuntu doesn't have it in the repos anymore.
    – RoVo
    Dec 14 '18 at 15:20














0












0








0







Phatch no longer in repositories, is there another safe location for Ubuntu?
I cannot find it in synaptic and no results in Terminal.










share|improve this question













Phatch no longer in repositories, is there another safe location for Ubuntu?
I cannot find it in synaptic and no results in Terminal.







photo-management






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Dec 14 '18 at 15:16









Vincent Invincable

43




43








  • 1




    last stable version is from 2010, no wonder that Ubuntu doesn't have it in the repos anymore.
    – RoVo
    Dec 14 '18 at 15:20














  • 1




    last stable version is from 2010, no wonder that Ubuntu doesn't have it in the repos anymore.
    – RoVo
    Dec 14 '18 at 15:20








1




1




last stable version is from 2010, no wonder that Ubuntu doesn't have it in the repos anymore.
– RoVo
Dec 14 '18 at 15:20




last stable version is from 2010, no wonder that Ubuntu doesn't have it in the repos anymore.
– RoVo
Dec 14 '18 at 15:20










2 Answers
2






active

oldest

votes


















0














As of now Phatch is available for 14.04 and 16.04. But you can download its file from Phatch Download (DEB, RPM, TXZ) and install it using:



sudo dpkg -i phatch_0.2.7.1-3.1_all.deb


or right click on downloaded and open with 'Software Install'.






share|improve this answer





























    0














    The packages are available in older LTS releases - 14.04 and 16.04 - see packages.ubuntu.com.
    You need to get all necessary dependencies with:



    cd ~/Downloads
    wget http://security.ubuntu.com/ubuntu/pool/universe/p/pillow/python-imaging_3.1.2-0ubuntu1.1_all.deb
    wget http://mirrors.kernel.org/ubuntu/pool/universe/p/phatch/phatch-cli_0.2.7.1-3.1_all.deb
    wget http://mirrors.kernel.org/ubuntu/pool/universe/p/phatch/phatch_0.2.7.1-3.1_all.deb
    sudo apt-get install ./python-imaging_3.1.2-0ubuntu1.1_all.deb ./phatch*.deb


    And you will get it working:



    $ phatch --version
    Phatch 0.2.7





    share|improve this answer





















      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%2f1100902%2fphatch-no-longer-in-repositories-is-there-another-safe-location-for-ubuntu%23new-answer', 'question_page');
      }
      );

      Post as a guest















      Required, but never shown

























      2 Answers
      2






      active

      oldest

      votes








      2 Answers
      2






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes









      0














      As of now Phatch is available for 14.04 and 16.04. But you can download its file from Phatch Download (DEB, RPM, TXZ) and install it using:



      sudo dpkg -i phatch_0.2.7.1-3.1_all.deb


      or right click on downloaded and open with 'Software Install'.






      share|improve this answer


























        0














        As of now Phatch is available for 14.04 and 16.04. But you can download its file from Phatch Download (DEB, RPM, TXZ) and install it using:



        sudo dpkg -i phatch_0.2.7.1-3.1_all.deb


        or right click on downloaded and open with 'Software Install'.






        share|improve this answer
























          0












          0








          0






          As of now Phatch is available for 14.04 and 16.04. But you can download its file from Phatch Download (DEB, RPM, TXZ) and install it using:



          sudo dpkg -i phatch_0.2.7.1-3.1_all.deb


          or right click on downloaded and open with 'Software Install'.






          share|improve this answer












          As of now Phatch is available for 14.04 and 16.04. But you can download its file from Phatch Download (DEB, RPM, TXZ) and install it using:



          sudo dpkg -i phatch_0.2.7.1-3.1_all.deb


          or right click on downloaded and open with 'Software Install'.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Dec 14 '18 at 15:21









          Kulfy

          3,45841039




          3,45841039

























              0














              The packages are available in older LTS releases - 14.04 and 16.04 - see packages.ubuntu.com.
              You need to get all necessary dependencies with:



              cd ~/Downloads
              wget http://security.ubuntu.com/ubuntu/pool/universe/p/pillow/python-imaging_3.1.2-0ubuntu1.1_all.deb
              wget http://mirrors.kernel.org/ubuntu/pool/universe/p/phatch/phatch-cli_0.2.7.1-3.1_all.deb
              wget http://mirrors.kernel.org/ubuntu/pool/universe/p/phatch/phatch_0.2.7.1-3.1_all.deb
              sudo apt-get install ./python-imaging_3.1.2-0ubuntu1.1_all.deb ./phatch*.deb


              And you will get it working:



              $ phatch --version
              Phatch 0.2.7





              share|improve this answer


























                0














                The packages are available in older LTS releases - 14.04 and 16.04 - see packages.ubuntu.com.
                You need to get all necessary dependencies with:



                cd ~/Downloads
                wget http://security.ubuntu.com/ubuntu/pool/universe/p/pillow/python-imaging_3.1.2-0ubuntu1.1_all.deb
                wget http://mirrors.kernel.org/ubuntu/pool/universe/p/phatch/phatch-cli_0.2.7.1-3.1_all.deb
                wget http://mirrors.kernel.org/ubuntu/pool/universe/p/phatch/phatch_0.2.7.1-3.1_all.deb
                sudo apt-get install ./python-imaging_3.1.2-0ubuntu1.1_all.deb ./phatch*.deb


                And you will get it working:



                $ phatch --version
                Phatch 0.2.7





                share|improve this answer
























                  0












                  0








                  0






                  The packages are available in older LTS releases - 14.04 and 16.04 - see packages.ubuntu.com.
                  You need to get all necessary dependencies with:



                  cd ~/Downloads
                  wget http://security.ubuntu.com/ubuntu/pool/universe/p/pillow/python-imaging_3.1.2-0ubuntu1.1_all.deb
                  wget http://mirrors.kernel.org/ubuntu/pool/universe/p/phatch/phatch-cli_0.2.7.1-3.1_all.deb
                  wget http://mirrors.kernel.org/ubuntu/pool/universe/p/phatch/phatch_0.2.7.1-3.1_all.deb
                  sudo apt-get install ./python-imaging_3.1.2-0ubuntu1.1_all.deb ./phatch*.deb


                  And you will get it working:



                  $ phatch --version
                  Phatch 0.2.7





                  share|improve this answer












                  The packages are available in older LTS releases - 14.04 and 16.04 - see packages.ubuntu.com.
                  You need to get all necessary dependencies with:



                  cd ~/Downloads
                  wget http://security.ubuntu.com/ubuntu/pool/universe/p/pillow/python-imaging_3.1.2-0ubuntu1.1_all.deb
                  wget http://mirrors.kernel.org/ubuntu/pool/universe/p/phatch/phatch-cli_0.2.7.1-3.1_all.deb
                  wget http://mirrors.kernel.org/ubuntu/pool/universe/p/phatch/phatch_0.2.7.1-3.1_all.deb
                  sudo apt-get install ./python-imaging_3.1.2-0ubuntu1.1_all.deb ./phatch*.deb


                  And you will get it working:



                  $ phatch --version
                  Phatch 0.2.7






                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Dec 14 '18 at 20:33









                  N0rbert

                  21.3k547100




                  21.3k547100






























                      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.





                      Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


                      Please pay close attention to the following guidance:


                      • 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%2f1100902%2fphatch-no-longer-in-repositories-is-there-another-safe-location-for-ubuntu%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

                      Quarter-circle Tiles

                      build a pushdown automaton that recognizes the reverse language of a given pushdown automaton?

                      Mont Emei