CentOS 7, how to install rdesktop?

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












5















I would like to install rdesktop on CentOS 7.
If I run sudo yum -y install rdesktop, the system says:



No package rdesktop available.


What should I do?



[EDIT]: my os version is CentOS Linux release 7.2.1511 (Core)










share|improve this question
























  • Check additional repos for CentOS 7, I think nux-desktop will help you.

    – taliezin
    Feb 1 '16 at 22:19











  • github.com/rdesktop/rdesktop lists a rdesktop.spec file so in theory should be buildable via yum -y install rpm-build and building a local RPM via rpmbuild, which then could be installed, or placed into a local YUM repo.

    – thrig
    Feb 1 '16 at 22:24












  • I installed rpm-build but nothing works :-(

    – DavideChicco.it
    Feb 2 '16 at 14:28















5















I would like to install rdesktop on CentOS 7.
If I run sudo yum -y install rdesktop, the system says:



No package rdesktop available.


What should I do?



[EDIT]: my os version is CentOS Linux release 7.2.1511 (Core)










share|improve this question
























  • Check additional repos for CentOS 7, I think nux-desktop will help you.

    – taliezin
    Feb 1 '16 at 22:19











  • github.com/rdesktop/rdesktop lists a rdesktop.spec file so in theory should be buildable via yum -y install rpm-build and building a local RPM via rpmbuild, which then could be installed, or placed into a local YUM repo.

    – thrig
    Feb 1 '16 at 22:24












  • I installed rpm-build but nothing works :-(

    – DavideChicco.it
    Feb 2 '16 at 14:28













5












5








5


1






I would like to install rdesktop on CentOS 7.
If I run sudo yum -y install rdesktop, the system says:



No package rdesktop available.


What should I do?



[EDIT]: my os version is CentOS Linux release 7.2.1511 (Core)










share|improve this question
















I would like to install rdesktop on CentOS 7.
If I run sudo yum -y install rdesktop, the system says:



No package rdesktop available.


What should I do?



[EDIT]: my os version is CentOS Linux release 7.2.1511 (Core)







rdesktop






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Feb 2 '16 at 15:21







DavideChicco.it

















asked Feb 1 '16 at 22:07









DavideChicco.itDavideChicco.it

1251210




1251210












  • Check additional repos for CentOS 7, I think nux-desktop will help you.

    – taliezin
    Feb 1 '16 at 22:19











  • github.com/rdesktop/rdesktop lists a rdesktop.spec file so in theory should be buildable via yum -y install rpm-build and building a local RPM via rpmbuild, which then could be installed, or placed into a local YUM repo.

    – thrig
    Feb 1 '16 at 22:24












  • I installed rpm-build but nothing works :-(

    – DavideChicco.it
    Feb 2 '16 at 14:28

















  • Check additional repos for CentOS 7, I think nux-desktop will help you.

    – taliezin
    Feb 1 '16 at 22:19











  • github.com/rdesktop/rdesktop lists a rdesktop.spec file so in theory should be buildable via yum -y install rpm-build and building a local RPM via rpmbuild, which then could be installed, or placed into a local YUM repo.

    – thrig
    Feb 1 '16 at 22:24












  • I installed rpm-build but nothing works :-(

    – DavideChicco.it
    Feb 2 '16 at 14:28
















Check additional repos for CentOS 7, I think nux-desktop will help you.

– taliezin
Feb 1 '16 at 22:19





Check additional repos for CentOS 7, I think nux-desktop will help you.

– taliezin
Feb 1 '16 at 22:19













github.com/rdesktop/rdesktop lists a rdesktop.spec file so in theory should be buildable via yum -y install rpm-build and building a local RPM via rpmbuild, which then could be installed, or placed into a local YUM repo.

– thrig
Feb 1 '16 at 22:24






github.com/rdesktop/rdesktop lists a rdesktop.spec file so in theory should be buildable via yum -y install rpm-build and building a local RPM via rpmbuild, which then could be installed, or placed into a local YUM repo.

– thrig
Feb 1 '16 at 22:24














I installed rpm-build but nothing works :-(

– DavideChicco.it
Feb 2 '16 at 14:28





I installed rpm-build but nothing works :-(

– DavideChicco.it
Feb 2 '16 at 14:28










3 Answers
3






active

oldest

votes


















6














How about trying the included RDP client, FreeRDP?



$ sudo yum -y install freerdp
$ xfreerdp <server>


Weigh the pros and cons here: What are the differences between rdesktop and xfreerdp?






share|improve this answer

























  • There so freedrp package available :-(

    – DavideChicco.it
    Feb 2 '16 at 14:28











  • I thought that was on a fresh load, but I may have had EPEL loaded. Checking...

    – Steve Bonds
    Feb 2 '16 at 15:10











  • It was available for me via yum in the default configuration after loading CentOS 7.1.1503 (Core). EPEL was not installed. Perhaps you have some YUM problems?

    – Steve Bonds
    Feb 2 '16 at 15:18











  • I don't know... I'm using a CentOS Linux release 7.2.1511 (Core) version

    – DavideChicco.it
    Feb 2 '16 at 15:20






  • 2





    You have the 'd' misplaced in the package name: yum -y install freerdp

    – Adri C.S.
    Jul 26 '16 at 9:33


















1














For CentOS, the rdesktop package is in the nux-dextop repository. You need to install the repo and then rdesktop:



sudo rpm --import http://li.nux.ro/download/nux/RPM-GPG-KEY-nux.ro 
sudo rpm -Uvh http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-1.el7.nux.noarch.rpm
sudo yum install rdesktop





share|improve this answer






























    0














    It appears that RHEL7 and CentOS 7 don't include rdesktop. Instead, they include vinagre, which appears to work well enough.






    share|improve this answer






















      Your Answer








      StackExchange.ready(function()
      var channelOptions =
      tags: "".split(" "),
      id: "106"
      ;
      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: false,
      noModals: true,
      showLowRepImageUploadWarning: true,
      reputationToPostImages: null,
      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%2funix.stackexchange.com%2fquestions%2f259180%2fcentos-7-how-to-install-rdesktop%23new-answer', 'question_page');

      );

      Post as a guest















      Required, but never shown

























      3 Answers
      3






      active

      oldest

      votes








      3 Answers
      3






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes









      6














      How about trying the included RDP client, FreeRDP?



      $ sudo yum -y install freerdp
      $ xfreerdp <server>


      Weigh the pros and cons here: What are the differences between rdesktop and xfreerdp?






      share|improve this answer

























      • There so freedrp package available :-(

        – DavideChicco.it
        Feb 2 '16 at 14:28











      • I thought that was on a fresh load, but I may have had EPEL loaded. Checking...

        – Steve Bonds
        Feb 2 '16 at 15:10











      • It was available for me via yum in the default configuration after loading CentOS 7.1.1503 (Core). EPEL was not installed. Perhaps you have some YUM problems?

        – Steve Bonds
        Feb 2 '16 at 15:18











      • I don't know... I'm using a CentOS Linux release 7.2.1511 (Core) version

        – DavideChicco.it
        Feb 2 '16 at 15:20






      • 2





        You have the 'd' misplaced in the package name: yum -y install freerdp

        – Adri C.S.
        Jul 26 '16 at 9:33















      6














      How about trying the included RDP client, FreeRDP?



      $ sudo yum -y install freerdp
      $ xfreerdp <server>


      Weigh the pros and cons here: What are the differences between rdesktop and xfreerdp?






      share|improve this answer

























      • There so freedrp package available :-(

        – DavideChicco.it
        Feb 2 '16 at 14:28











      • I thought that was on a fresh load, but I may have had EPEL loaded. Checking...

        – Steve Bonds
        Feb 2 '16 at 15:10











      • It was available for me via yum in the default configuration after loading CentOS 7.1.1503 (Core). EPEL was not installed. Perhaps you have some YUM problems?

        – Steve Bonds
        Feb 2 '16 at 15:18











      • I don't know... I'm using a CentOS Linux release 7.2.1511 (Core) version

        – DavideChicco.it
        Feb 2 '16 at 15:20






      • 2





        You have the 'd' misplaced in the package name: yum -y install freerdp

        – Adri C.S.
        Jul 26 '16 at 9:33













      6












      6








      6







      How about trying the included RDP client, FreeRDP?



      $ sudo yum -y install freerdp
      $ xfreerdp <server>


      Weigh the pros and cons here: What are the differences between rdesktop and xfreerdp?






      share|improve this answer















      How about trying the included RDP client, FreeRDP?



      $ sudo yum -y install freerdp
      $ xfreerdp <server>


      Weigh the pros and cons here: What are the differences between rdesktop and xfreerdp?







      share|improve this answer














      share|improve this answer



      share|improve this answer








      edited Apr 13 '17 at 12:36









      Community

      1




      1










      answered Feb 1 '16 at 23:15









      Steve BondsSteve Bonds

      97669




      97669












      • There so freedrp package available :-(

        – DavideChicco.it
        Feb 2 '16 at 14:28











      • I thought that was on a fresh load, but I may have had EPEL loaded. Checking...

        – Steve Bonds
        Feb 2 '16 at 15:10











      • It was available for me via yum in the default configuration after loading CentOS 7.1.1503 (Core). EPEL was not installed. Perhaps you have some YUM problems?

        – Steve Bonds
        Feb 2 '16 at 15:18











      • I don't know... I'm using a CentOS Linux release 7.2.1511 (Core) version

        – DavideChicco.it
        Feb 2 '16 at 15:20






      • 2





        You have the 'd' misplaced in the package name: yum -y install freerdp

        – Adri C.S.
        Jul 26 '16 at 9:33

















      • There so freedrp package available :-(

        – DavideChicco.it
        Feb 2 '16 at 14:28











      • I thought that was on a fresh load, but I may have had EPEL loaded. Checking...

        – Steve Bonds
        Feb 2 '16 at 15:10











      • It was available for me via yum in the default configuration after loading CentOS 7.1.1503 (Core). EPEL was not installed. Perhaps you have some YUM problems?

        – Steve Bonds
        Feb 2 '16 at 15:18











      • I don't know... I'm using a CentOS Linux release 7.2.1511 (Core) version

        – DavideChicco.it
        Feb 2 '16 at 15:20






      • 2





        You have the 'd' misplaced in the package name: yum -y install freerdp

        – Adri C.S.
        Jul 26 '16 at 9:33
















      There so freedrp package available :-(

      – DavideChicco.it
      Feb 2 '16 at 14:28





      There so freedrp package available :-(

      – DavideChicco.it
      Feb 2 '16 at 14:28













      I thought that was on a fresh load, but I may have had EPEL loaded. Checking...

      – Steve Bonds
      Feb 2 '16 at 15:10





      I thought that was on a fresh load, but I may have had EPEL loaded. Checking...

      – Steve Bonds
      Feb 2 '16 at 15:10













      It was available for me via yum in the default configuration after loading CentOS 7.1.1503 (Core). EPEL was not installed. Perhaps you have some YUM problems?

      – Steve Bonds
      Feb 2 '16 at 15:18





      It was available for me via yum in the default configuration after loading CentOS 7.1.1503 (Core). EPEL was not installed. Perhaps you have some YUM problems?

      – Steve Bonds
      Feb 2 '16 at 15:18













      I don't know... I'm using a CentOS Linux release 7.2.1511 (Core) version

      – DavideChicco.it
      Feb 2 '16 at 15:20





      I don't know... I'm using a CentOS Linux release 7.2.1511 (Core) version

      – DavideChicco.it
      Feb 2 '16 at 15:20




      2




      2





      You have the 'd' misplaced in the package name: yum -y install freerdp

      – Adri C.S.
      Jul 26 '16 at 9:33





      You have the 'd' misplaced in the package name: yum -y install freerdp

      – Adri C.S.
      Jul 26 '16 at 9:33













      1














      For CentOS, the rdesktop package is in the nux-dextop repository. You need to install the repo and then rdesktop:



      sudo rpm --import http://li.nux.ro/download/nux/RPM-GPG-KEY-nux.ro 
      sudo rpm -Uvh http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-1.el7.nux.noarch.rpm
      sudo yum install rdesktop





      share|improve this answer



























        1














        For CentOS, the rdesktop package is in the nux-dextop repository. You need to install the repo and then rdesktop:



        sudo rpm --import http://li.nux.ro/download/nux/RPM-GPG-KEY-nux.ro 
        sudo rpm -Uvh http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-1.el7.nux.noarch.rpm
        sudo yum install rdesktop





        share|improve this answer

























          1












          1








          1







          For CentOS, the rdesktop package is in the nux-dextop repository. You need to install the repo and then rdesktop:



          sudo rpm --import http://li.nux.ro/download/nux/RPM-GPG-KEY-nux.ro 
          sudo rpm -Uvh http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-1.el7.nux.noarch.rpm
          sudo yum install rdesktop





          share|improve this answer













          For CentOS, the rdesktop package is in the nux-dextop repository. You need to install the repo and then rdesktop:



          sudo rpm --import http://li.nux.ro/download/nux/RPM-GPG-KEY-nux.ro 
          sudo rpm -Uvh http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-1.el7.nux.noarch.rpm
          sudo yum install rdesktop






          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Oct 3 '17 at 13:00









          ChrisDRChrisDR

          2371312




          2371312





















              0














              It appears that RHEL7 and CentOS 7 don't include rdesktop. Instead, they include vinagre, which appears to work well enough.






              share|improve this answer



























                0














                It appears that RHEL7 and CentOS 7 don't include rdesktop. Instead, they include vinagre, which appears to work well enough.






                share|improve this answer

























                  0












                  0








                  0







                  It appears that RHEL7 and CentOS 7 don't include rdesktop. Instead, they include vinagre, which appears to work well enough.






                  share|improve this answer













                  It appears that RHEL7 and CentOS 7 don't include rdesktop. Instead, they include vinagre, which appears to work well enough.







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Sep 23 '16 at 20:40









                  ChristopherChristopher

                  1539




                  1539



























                      draft saved

                      draft discarded
















































                      Thanks for contributing an answer to Unix & Linux Stack Exchange!


                      • 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%2funix.stackexchange.com%2fquestions%2f259180%2fcentos-7-how-to-install-rdesktop%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

                      How to check contact read email or not when send email to Individual?

                      Bahrain

                      Postfix configuration issue with fips on centos 7; mailgun relay