Cannot install RabbitVCS and SVN on ubuntu 16.04












1














I just upgraded my pc to ubuntu 16.04 and tried to make it ready for development but it has many issues. One unsolved issue is I tried every possible way but I cant installed RabbitVCS in pc:



    sudo apt-get install subversion
sudo apt-get install rabbitvcs*
sudo ln -s "/usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0" "/usr/lib/libpython2.7.so.1.0"
sudo add-apt-repository ppa:rabbitvcs/ppa
sudo apt-get install rabbitvcs-nautilus3


I have taken updates after trying everything I can find on google. Nothing worked and I repeatedly got following



enter image description here
Please suggest if there is any solution except returning back to 14.04.Thanks in advance










share|improve this question



























    1














    I just upgraded my pc to ubuntu 16.04 and tried to make it ready for development but it has many issues. One unsolved issue is I tried every possible way but I cant installed RabbitVCS in pc:



        sudo apt-get install subversion
    sudo apt-get install rabbitvcs*
    sudo ln -s "/usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0" "/usr/lib/libpython2.7.so.1.0"
    sudo add-apt-repository ppa:rabbitvcs/ppa
    sudo apt-get install rabbitvcs-nautilus3


    I have taken updates after trying everything I can find on google. Nothing worked and I repeatedly got following



    enter image description here
    Please suggest if there is any solution except returning back to 14.04.Thanks in advance










    share|improve this question

























      1












      1








      1







      I just upgraded my pc to ubuntu 16.04 and tried to make it ready for development but it has many issues. One unsolved issue is I tried every possible way but I cant installed RabbitVCS in pc:



          sudo apt-get install subversion
      sudo apt-get install rabbitvcs*
      sudo ln -s "/usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0" "/usr/lib/libpython2.7.so.1.0"
      sudo add-apt-repository ppa:rabbitvcs/ppa
      sudo apt-get install rabbitvcs-nautilus3


      I have taken updates after trying everything I can find on google. Nothing worked and I repeatedly got following



      enter image description here
      Please suggest if there is any solution except returning back to 14.04.Thanks in advance










      share|improve this question













      I just upgraded my pc to ubuntu 16.04 and tried to make it ready for development but it has many issues. One unsolved issue is I tried every possible way but I cant installed RabbitVCS in pc:



          sudo apt-get install subversion
      sudo apt-get install rabbitvcs*
      sudo ln -s "/usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0" "/usr/lib/libpython2.7.so.1.0"
      sudo add-apt-repository ppa:rabbitvcs/ppa
      sudo apt-get install rabbitvcs-nautilus3


      I have taken updates after trying everything I can find on google. Nothing worked and I repeatedly got following



      enter image description here
      Please suggest if there is any solution except returning back to 14.04.Thanks in advance







      ubuntu svn rabbitvcs






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Jun 23 '16 at 12:22









      DevOps

      297418




      297418
























          2 Answers
          2






          active

          oldest

          votes


















          3














          Old ticket but I've just had this problem and found a temporary if not ideal solution by using the trusty release file instead.



          cd /etc/apt/sources.list.d


          Then edit the contents in text file rabbitvcs-ubuntu-ppa-xenial.list.
          Edit the line



          deb http://ppa.launchpad.net/rabbitvcs/ppa/ubuntu xenial main


          to



          deb http://ppa.launchpad.net/rabbitvcs/ppa/ubuntu trusty main


          Then




          sudo apt-get update and sudo apt-get install --packages--







          share|improve this answer































            2














            I will also add an answer to this old question because the proposed change to "trusty" version didn't work for me.



            In fact, this was not needed at all since rabbitvcs is already part of the official repo for Ubuntu 16.04. Just remove the file /etc/apt/sources.list.d/rabbitvcs-ubuntu-ppa-xenial.list and do apt update followed by apt install rabbitvcs-nautilus rabbitvcs-cli






            share|improve this answer























            • This solution worked for me.
              – Sunny Shukla
              Aug 20 at 10:19











            Your Answer






            StackExchange.ifUsing("editor", function () {
            StackExchange.using("externalEditor", function () {
            StackExchange.using("snippets", function () {
            StackExchange.snippets.init();
            });
            });
            }, "code-snippets");

            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "1"
            };
            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%2fstackoverflow.com%2fquestions%2f37991496%2fcannot-install-rabbitvcs-and-svn-on-ubuntu-16-04%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









            3














            Old ticket but I've just had this problem and found a temporary if not ideal solution by using the trusty release file instead.



            cd /etc/apt/sources.list.d


            Then edit the contents in text file rabbitvcs-ubuntu-ppa-xenial.list.
            Edit the line



            deb http://ppa.launchpad.net/rabbitvcs/ppa/ubuntu xenial main


            to



            deb http://ppa.launchpad.net/rabbitvcs/ppa/ubuntu trusty main


            Then




            sudo apt-get update and sudo apt-get install --packages--







            share|improve this answer




























              3














              Old ticket but I've just had this problem and found a temporary if not ideal solution by using the trusty release file instead.



              cd /etc/apt/sources.list.d


              Then edit the contents in text file rabbitvcs-ubuntu-ppa-xenial.list.
              Edit the line



              deb http://ppa.launchpad.net/rabbitvcs/ppa/ubuntu xenial main


              to



              deb http://ppa.launchpad.net/rabbitvcs/ppa/ubuntu trusty main


              Then




              sudo apt-get update and sudo apt-get install --packages--







              share|improve this answer


























                3












                3








                3






                Old ticket but I've just had this problem and found a temporary if not ideal solution by using the trusty release file instead.



                cd /etc/apt/sources.list.d


                Then edit the contents in text file rabbitvcs-ubuntu-ppa-xenial.list.
                Edit the line



                deb http://ppa.launchpad.net/rabbitvcs/ppa/ubuntu xenial main


                to



                deb http://ppa.launchpad.net/rabbitvcs/ppa/ubuntu trusty main


                Then




                sudo apt-get update and sudo apt-get install --packages--







                share|improve this answer














                Old ticket but I've just had this problem and found a temporary if not ideal solution by using the trusty release file instead.



                cd /etc/apt/sources.list.d


                Then edit the contents in text file rabbitvcs-ubuntu-ppa-xenial.list.
                Edit the line



                deb http://ppa.launchpad.net/rabbitvcs/ppa/ubuntu xenial main


                to



                deb http://ppa.launchpad.net/rabbitvcs/ppa/ubuntu trusty main


                Then




                sudo apt-get update and sudo apt-get install --packages--








                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited Nov 1 '17 at 12:02









                Sangwin Gawande

                3,58472344




                3,58472344










                answered Aug 22 '16 at 13:21









                user3168961

                1539




                1539

























                    2














                    I will also add an answer to this old question because the proposed change to "trusty" version didn't work for me.



                    In fact, this was not needed at all since rabbitvcs is already part of the official repo for Ubuntu 16.04. Just remove the file /etc/apt/sources.list.d/rabbitvcs-ubuntu-ppa-xenial.list and do apt update followed by apt install rabbitvcs-nautilus rabbitvcs-cli






                    share|improve this answer























                    • This solution worked for me.
                      – Sunny Shukla
                      Aug 20 at 10:19
















                    2














                    I will also add an answer to this old question because the proposed change to "trusty" version didn't work for me.



                    In fact, this was not needed at all since rabbitvcs is already part of the official repo for Ubuntu 16.04. Just remove the file /etc/apt/sources.list.d/rabbitvcs-ubuntu-ppa-xenial.list and do apt update followed by apt install rabbitvcs-nautilus rabbitvcs-cli






                    share|improve this answer























                    • This solution worked for me.
                      – Sunny Shukla
                      Aug 20 at 10:19














                    2












                    2








                    2






                    I will also add an answer to this old question because the proposed change to "trusty" version didn't work for me.



                    In fact, this was not needed at all since rabbitvcs is already part of the official repo for Ubuntu 16.04. Just remove the file /etc/apt/sources.list.d/rabbitvcs-ubuntu-ppa-xenial.list and do apt update followed by apt install rabbitvcs-nautilus rabbitvcs-cli






                    share|improve this answer














                    I will also add an answer to this old question because the proposed change to "trusty" version didn't work for me.



                    In fact, this was not needed at all since rabbitvcs is already part of the official repo for Ubuntu 16.04. Just remove the file /etc/apt/sources.list.d/rabbitvcs-ubuntu-ppa-xenial.list and do apt update followed by apt install rabbitvcs-nautilus rabbitvcs-cli







                    share|improve this answer














                    share|improve this answer



                    share|improve this answer








                    edited Nov 11 at 20:12

























                    answered Apr 25 at 9:07









                    astax

                    1,147917




                    1,147917












                    • This solution worked for me.
                      – Sunny Shukla
                      Aug 20 at 10:19


















                    • This solution worked for me.
                      – Sunny Shukla
                      Aug 20 at 10:19
















                    This solution worked for me.
                    – Sunny Shukla
                    Aug 20 at 10:19




                    This solution worked for me.
                    – Sunny Shukla
                    Aug 20 at 10:19


















                    draft saved

                    draft discarded




















































                    Thanks for contributing an answer to Stack Overflow!


                    • 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%2fstackoverflow.com%2fquestions%2f37991496%2fcannot-install-rabbitvcs-and-svn-on-ubuntu-16-04%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







                    這個網誌中的熱門文章

                    Tangent Lines Diagram Along Smooth Curve

                    Yusuf al-Mu'taman ibn Hud

                    Zucchini