how to install Conky Manager on Ubuntu 18.04?

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
2
down vote

favorite












Recently I installed Ubuntu 18.04. Installing Conky Manager with these commands failed with "Dependency is not satisfiable: realpath".



sudo apt install conky-all
cp /etc/conky/conky.conf ~/.conkyrc
sudo apt-add-repository -y ppa:teejee2008/ppa
sudo apt update
sudo apt install conky-manager
wget https://launchpad.net/~teejee2008/+archive/ubuntu/ppa/+files/conky-manager_2.4~136~ubuntu16.04.1_amd64.deb
sudo apt install gdebi
sudo gdebi conky-manager*.deb


Do you know how to resolve the dependency on "realpath"?







share|improve this question


















  • 3




    There has been no active development to conky-manager since 2016, and apparently one program realpath that was available in the repros then isn't available any longer. It will not be easy to recreate it either - see e.g. the discussion here. You may contact the developer through his Launchpad page.
    – Jos
    May 21 at 20:49






  • 1




    And you shouldn't, generally speaking, attempt to install software (from ppas or otherwise) that aren't available for your OS version.
    – DK Bose
    May 22 at 0:39






  • 1




    have installed conky on ubuntu 18.04 and it works fine! I don't understand why you want to install it via external ppa. It works fine with standard packages.
    – abu_bua
    Jul 5 at 15:41






  • 1




    @abu_bua Likely there's an expectation (correct or otherwise) that Conky Manager will shorten or eliminate the learning curve that accompanies attempts to customize Conky.
    – Zeiss Ikon
    Aug 14 at 16:33















up vote
2
down vote

favorite












Recently I installed Ubuntu 18.04. Installing Conky Manager with these commands failed with "Dependency is not satisfiable: realpath".



sudo apt install conky-all
cp /etc/conky/conky.conf ~/.conkyrc
sudo apt-add-repository -y ppa:teejee2008/ppa
sudo apt update
sudo apt install conky-manager
wget https://launchpad.net/~teejee2008/+archive/ubuntu/ppa/+files/conky-manager_2.4~136~ubuntu16.04.1_amd64.deb
sudo apt install gdebi
sudo gdebi conky-manager*.deb


Do you know how to resolve the dependency on "realpath"?







share|improve this question


















  • 3




    There has been no active development to conky-manager since 2016, and apparently one program realpath that was available in the repros then isn't available any longer. It will not be easy to recreate it either - see e.g. the discussion here. You may contact the developer through his Launchpad page.
    – Jos
    May 21 at 20:49






  • 1




    And you shouldn't, generally speaking, attempt to install software (from ppas or otherwise) that aren't available for your OS version.
    – DK Bose
    May 22 at 0:39






  • 1




    have installed conky on ubuntu 18.04 and it works fine! I don't understand why you want to install it via external ppa. It works fine with standard packages.
    – abu_bua
    Jul 5 at 15:41






  • 1




    @abu_bua Likely there's an expectation (correct or otherwise) that Conky Manager will shorten or eliminate the learning curve that accompanies attempts to customize Conky.
    – Zeiss Ikon
    Aug 14 at 16:33













up vote
2
down vote

favorite









up vote
2
down vote

favorite











Recently I installed Ubuntu 18.04. Installing Conky Manager with these commands failed with "Dependency is not satisfiable: realpath".



sudo apt install conky-all
cp /etc/conky/conky.conf ~/.conkyrc
sudo apt-add-repository -y ppa:teejee2008/ppa
sudo apt update
sudo apt install conky-manager
wget https://launchpad.net/~teejee2008/+archive/ubuntu/ppa/+files/conky-manager_2.4~136~ubuntu16.04.1_amd64.deb
sudo apt install gdebi
sudo gdebi conky-manager*.deb


Do you know how to resolve the dependency on "realpath"?







share|improve this question














Recently I installed Ubuntu 18.04. Installing Conky Manager with these commands failed with "Dependency is not satisfiable: realpath".



sudo apt install conky-all
cp /etc/conky/conky.conf ~/.conkyrc
sudo apt-add-repository -y ppa:teejee2008/ppa
sudo apt update
sudo apt install conky-manager
wget https://launchpad.net/~teejee2008/+archive/ubuntu/ppa/+files/conky-manager_2.4~136~ubuntu16.04.1_amd64.deb
sudo apt install gdebi
sudo gdebi conky-manager*.deb


Do you know how to resolve the dependency on "realpath"?









share|improve this question













share|improve this question




share|improve this question








edited Aug 16 at 21:36









K7AAY

3,73221443




3,73221443










asked May 21 at 19:48









Nikolay Kyurchiyski

1112




1112







  • 3




    There has been no active development to conky-manager since 2016, and apparently one program realpath that was available in the repros then isn't available any longer. It will not be easy to recreate it either - see e.g. the discussion here. You may contact the developer through his Launchpad page.
    – Jos
    May 21 at 20:49






  • 1




    And you shouldn't, generally speaking, attempt to install software (from ppas or otherwise) that aren't available for your OS version.
    – DK Bose
    May 22 at 0:39






  • 1




    have installed conky on ubuntu 18.04 and it works fine! I don't understand why you want to install it via external ppa. It works fine with standard packages.
    – abu_bua
    Jul 5 at 15:41






  • 1




    @abu_bua Likely there's an expectation (correct or otherwise) that Conky Manager will shorten or eliminate the learning curve that accompanies attempts to customize Conky.
    – Zeiss Ikon
    Aug 14 at 16:33













  • 3




    There has been no active development to conky-manager since 2016, and apparently one program realpath that was available in the repros then isn't available any longer. It will not be easy to recreate it either - see e.g. the discussion here. You may contact the developer through his Launchpad page.
    – Jos
    May 21 at 20:49






  • 1




    And you shouldn't, generally speaking, attempt to install software (from ppas or otherwise) that aren't available for your OS version.
    – DK Bose
    May 22 at 0:39






  • 1




    have installed conky on ubuntu 18.04 and it works fine! I don't understand why you want to install it via external ppa. It works fine with standard packages.
    – abu_bua
    Jul 5 at 15:41






  • 1




    @abu_bua Likely there's an expectation (correct or otherwise) that Conky Manager will shorten or eliminate the learning curve that accompanies attempts to customize Conky.
    – Zeiss Ikon
    Aug 14 at 16:33








3




3




There has been no active development to conky-manager since 2016, and apparently one program realpath that was available in the repros then isn't available any longer. It will not be easy to recreate it either - see e.g. the discussion here. You may contact the developer through his Launchpad page.
– Jos
May 21 at 20:49




There has been no active development to conky-manager since 2016, and apparently one program realpath that was available in the repros then isn't available any longer. It will not be easy to recreate it either - see e.g. the discussion here. You may contact the developer through his Launchpad page.
– Jos
May 21 at 20:49




1




1




And you shouldn't, generally speaking, attempt to install software (from ppas or otherwise) that aren't available for your OS version.
– DK Bose
May 22 at 0:39




And you shouldn't, generally speaking, attempt to install software (from ppas or otherwise) that aren't available for your OS version.
– DK Bose
May 22 at 0:39




1




1




have installed conky on ubuntu 18.04 and it works fine! I don't understand why you want to install it via external ppa. It works fine with standard packages.
– abu_bua
Jul 5 at 15:41




have installed conky on ubuntu 18.04 and it works fine! I don't understand why you want to install it via external ppa. It works fine with standard packages.
– abu_bua
Jul 5 at 15:41




1




1




@abu_bua Likely there's an expectation (correct or otherwise) that Conky Manager will shorten or eliminate the learning curve that accompanies attempts to customize Conky.
– Zeiss Ikon
Aug 14 at 16:33





@abu_bua Likely there's an expectation (correct or otherwise) that Conky Manager will shorten or eliminate the learning curve that accompanies attempts to customize Conky.
– Zeiss Ikon
Aug 14 at 16:33











3 Answers
3






active

oldest

votes

















up vote
2
down vote













Install realpath first and then install Conky Manager.



https://packages.ubuntu.com/artful/realpath






share|improve this answer






















  • Artful is 17.10, right? If realpath is in 17.10 but not in (bionic) 18.04, there's probably a good reason.
    – Zeiss Ikon
    Aug 14 at 16:35

















up vote
1
down vote













You can install it with a .run file from GitHub.



For 64 bit:



wget --no-check-certificate https://github.com/teejee2008/conky-manager/releases/download/v2.4/conky-manager-v2.4-amd64.run
chmod +x conky-manager-v2.4-amd64.run
sudo ./conky-manager-v2.4-amd64.run


For 32 bit:



wget --no-check-certificate https://github.com/teejee2008/conky-manager/releases/download/v2.4/conky-manager-v2.4-i386.run
chmod +x conky-manager-v2.4-i386.run
sudo ./conky-manager-v2.4-i386.run





share|improve this answer





























    up vote
    0
    down vote













    a tentative answer:



    1° install conky:



    sudo apt-install conky


    2° download realpath: link to realpath



    3° download the conky manager: this is the link



    4° install realpath and then conky:



    sudo dpkg realpath_8.26...(the rest of the name you can copy paste in the terminal)
    sudo dpkg conky...(id.)


    5° then:



    sudo apt -f install


    6°launch conky manager from activities.



    hope this works for you.



    leave long and prosper.






    share|improve this answer








    New contributor




    Johnny Bravo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.

















      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',
      convertImagesToLinks: true,
      noModals: false,
      showLowRepImageUploadWarning: true,
      reputationToPostImages: 10,
      bindNavPrevention: true,
      postfix: "",
      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%2f1038805%2fhow-to-install-conky-manager-on-ubuntu-18-04%23new-answer', 'question_page');

      );

      Post as a guest






























      3 Answers
      3






      active

      oldest

      votes








      3 Answers
      3






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes








      up vote
      2
      down vote













      Install realpath first and then install Conky Manager.



      https://packages.ubuntu.com/artful/realpath






      share|improve this answer






















      • Artful is 17.10, right? If realpath is in 17.10 but not in (bionic) 18.04, there's probably a good reason.
        – Zeiss Ikon
        Aug 14 at 16:35














      up vote
      2
      down vote













      Install realpath first and then install Conky Manager.



      https://packages.ubuntu.com/artful/realpath






      share|improve this answer






















      • Artful is 17.10, right? If realpath is in 17.10 but not in (bionic) 18.04, there's probably a good reason.
        – Zeiss Ikon
        Aug 14 at 16:35












      up vote
      2
      down vote










      up vote
      2
      down vote









      Install realpath first and then install Conky Manager.



      https://packages.ubuntu.com/artful/realpath






      share|improve this answer














      Install realpath first and then install Conky Manager.



      https://packages.ubuntu.com/artful/realpath







      share|improve this answer














      share|improve this answer



      share|improve this answer








      edited Jul 5 at 18:22









      Stephen Rauch

      1,1546716




      1,1546716










      answered Jul 5 at 14:46









      dopplerduck

      212




      212











      • Artful is 17.10, right? If realpath is in 17.10 but not in (bionic) 18.04, there's probably a good reason.
        – Zeiss Ikon
        Aug 14 at 16:35
















      • Artful is 17.10, right? If realpath is in 17.10 but not in (bionic) 18.04, there's probably a good reason.
        – Zeiss Ikon
        Aug 14 at 16:35















      Artful is 17.10, right? If realpath is in 17.10 but not in (bionic) 18.04, there's probably a good reason.
      – Zeiss Ikon
      Aug 14 at 16:35




      Artful is 17.10, right? If realpath is in 17.10 but not in (bionic) 18.04, there's probably a good reason.
      – Zeiss Ikon
      Aug 14 at 16:35












      up vote
      1
      down vote













      You can install it with a .run file from GitHub.



      For 64 bit:



      wget --no-check-certificate https://github.com/teejee2008/conky-manager/releases/download/v2.4/conky-manager-v2.4-amd64.run
      chmod +x conky-manager-v2.4-amd64.run
      sudo ./conky-manager-v2.4-amd64.run


      For 32 bit:



      wget --no-check-certificate https://github.com/teejee2008/conky-manager/releases/download/v2.4/conky-manager-v2.4-i386.run
      chmod +x conky-manager-v2.4-i386.run
      sudo ./conky-manager-v2.4-i386.run





      share|improve this answer


























        up vote
        1
        down vote













        You can install it with a .run file from GitHub.



        For 64 bit:



        wget --no-check-certificate https://github.com/teejee2008/conky-manager/releases/download/v2.4/conky-manager-v2.4-amd64.run
        chmod +x conky-manager-v2.4-amd64.run
        sudo ./conky-manager-v2.4-amd64.run


        For 32 bit:



        wget --no-check-certificate https://github.com/teejee2008/conky-manager/releases/download/v2.4/conky-manager-v2.4-i386.run
        chmod +x conky-manager-v2.4-i386.run
        sudo ./conky-manager-v2.4-i386.run





        share|improve this answer
























          up vote
          1
          down vote










          up vote
          1
          down vote









          You can install it with a .run file from GitHub.



          For 64 bit:



          wget --no-check-certificate https://github.com/teejee2008/conky-manager/releases/download/v2.4/conky-manager-v2.4-amd64.run
          chmod +x conky-manager-v2.4-amd64.run
          sudo ./conky-manager-v2.4-amd64.run


          For 32 bit:



          wget --no-check-certificate https://github.com/teejee2008/conky-manager/releases/download/v2.4/conky-manager-v2.4-i386.run
          chmod +x conky-manager-v2.4-i386.run
          sudo ./conky-manager-v2.4-i386.run





          share|improve this answer














          You can install it with a .run file from GitHub.



          For 64 bit:



          wget --no-check-certificate https://github.com/teejee2008/conky-manager/releases/download/v2.4/conky-manager-v2.4-amd64.run
          chmod +x conky-manager-v2.4-amd64.run
          sudo ./conky-manager-v2.4-amd64.run


          For 32 bit:



          wget --no-check-certificate https://github.com/teejee2008/conky-manager/releases/download/v2.4/conky-manager-v2.4-i386.run
          chmod +x conky-manager-v2.4-i386.run
          sudo ./conky-manager-v2.4-i386.run






          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited Aug 14 at 19:28









          zx485

          796614




          796614










          answered Aug 14 at 16:27









          Gökhan Gökkaya

          111




          111




















              up vote
              0
              down vote













              a tentative answer:



              1° install conky:



              sudo apt-install conky


              2° download realpath: link to realpath



              3° download the conky manager: this is the link



              4° install realpath and then conky:



              sudo dpkg realpath_8.26...(the rest of the name you can copy paste in the terminal)
              sudo dpkg conky...(id.)


              5° then:



              sudo apt -f install


              6°launch conky manager from activities.



              hope this works for you.



              leave long and prosper.






              share|improve this answer








              New contributor




              Johnny Bravo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
              Check out our Code of Conduct.





















                up vote
                0
                down vote













                a tentative answer:



                1° install conky:



                sudo apt-install conky


                2° download realpath: link to realpath



                3° download the conky manager: this is the link



                4° install realpath and then conky:



                sudo dpkg realpath_8.26...(the rest of the name you can copy paste in the terminal)
                sudo dpkg conky...(id.)


                5° then:



                sudo apt -f install


                6°launch conky manager from activities.



                hope this works for you.



                leave long and prosper.






                share|improve this answer








                New contributor




                Johnny Bravo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.



















                  up vote
                  0
                  down vote










                  up vote
                  0
                  down vote









                  a tentative answer:



                  1° install conky:



                  sudo apt-install conky


                  2° download realpath: link to realpath



                  3° download the conky manager: this is the link



                  4° install realpath and then conky:



                  sudo dpkg realpath_8.26...(the rest of the name you can copy paste in the terminal)
                  sudo dpkg conky...(id.)


                  5° then:



                  sudo apt -f install


                  6°launch conky manager from activities.



                  hope this works for you.



                  leave long and prosper.






                  share|improve this answer








                  New contributor




                  Johnny Bravo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.









                  a tentative answer:



                  1° install conky:



                  sudo apt-install conky


                  2° download realpath: link to realpath



                  3° download the conky manager: this is the link



                  4° install realpath and then conky:



                  sudo dpkg realpath_8.26...(the rest of the name you can copy paste in the terminal)
                  sudo dpkg conky...(id.)


                  5° then:



                  sudo apt -f install


                  6°launch conky manager from activities.



                  hope this works for you.



                  leave long and prosper.







                  share|improve this answer








                  New contributor




                  Johnny Bravo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.









                  share|improve this answer



                  share|improve this answer






                  New contributor




                  Johnny Bravo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.









                  answered Aug 19 at 19:44









                  Johnny Bravo

                  11




                  11




                  New contributor




                  Johnny Bravo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.





                  New contributor





                  Johnny Bravo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.






                  Johnny Bravo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.






















                       

                      draft saved


                      draft discarded


























                       


                      draft saved


                      draft discarded














                      StackExchange.ready(
                      function ()
                      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1038805%2fhow-to-install-conky-manager-on-ubuntu-18-04%23new-answer', 'question_page');

                      );

                      Post as a guest













































































                      Popular posts from this blog

                      How do so many people here on Academia.SE, and in general, afford lavish higher education programs?

                      Trouble downloading packages list due to a “Hash sum mismatch” error

                      How do I move numbers in filenames, in a batch renaming operation?