Sunteți pe pagina 1din 3

Login with SSO

Forum
Quick Links
UsefulForum
Links

Activity Page

FAQ

Please read before SSO login

Forum Community

Ubuntu Community

The Ubuntu Forum Community

Installation & Upgrades

Advanced Search
Social Media

Other Support

Ubuntu Official Flavours Support

[ubuntu] Install latest version of rdesktop


Results 1 to 2 of 2

Thread: Install latest version of rdesktop


Thread Tools

Display
#1

February 25th, 2015

Join Date:
Feb 2015

Luuk_Prins
First Cup of Ubuntu

Beans:
1

Install latest version of rdesktop


For anyone interested, this is how I managed to install the latest version of rdesktop with all options
enabled:
First of all get the latest version from: http://www.rdesktop.org/#download
At the time of writing 1.8.3!
Open a terminal and get to the folder where you downloaded rdesktop.
Code:

sudo apt-get update


sudo apt-get install build-essential libx11-dev libssl-dev libgssglue-dev libpcsclite-dev
tar zxvf rdesktop-1.8.3.tar.gz
cd rdesktop-1.8.3
./configure
make
sudo make install

I had to create a symlink from /usr/local/bin to /usr/bin to make it system wide accessible, but I think
that was because I had already installed an old version through apt-get.
Apt-get will install rdesktop but an old version which has problems with the cursor in Windows 7 and
up. I was able to fix the cursor problem installing the latest version.
Just wanted to share hope I can help others this way!

Adv Reply

September 15th, 2015

Reply With Quote

#2

Join Date:
Sep 2015

rnijenhu
First Cup of Ubuntu

Beans:
1

Re: Install latest version of rdesktop


Came across this post, had the same problem with win10, and made thankful use of it
Rdesktop
1.8.x is available in 15.04 but 15 has no LTS (yet) and breaking my current (14 LTS) is not an option for
me. So I did the install on a different location (/opt) and made a link in ~/bin with a slightly different
name, now I can choose between the old and new release each time without breaking the system.
Code:

cd /tmp
sudo apt-get update sudo apt-get install build-essential libx11-dev libssl-dev libgssglue-dev lib
wget https://github.com/rdesktop/rdesktop/releases/download/v1.8.3/rdesktop-1.8.3.tar.gz
tar zxvf rdesktop-1.8.3.tar.gz
cd rdesktop-1.8.3
./configure --prefix=/opt/rdesktop-1.8.3
make
sudo make install
mkdir ~/bin
cd ~/bin
ln -s /opt/rdesktop-1.8.3/bin/rdesktop rdesktop183

Last edited by rnijenhu; September 15th, 2015 at 10:07 AM.

Adv Reply

Quick Navigation

Reply With Quote

Installation & Upgrades

Top

Previous Thread | Next Thread

Tags for this Thread


latest, rdesktop, version
View Tag Cloud

Bookmarks

Posting Permissions
You may not post new
threads
You may not post replies
You may not post
attachments
You may not edit your posts

Digg
del.icio.us
StumbleUpon
Google

-- Ubuntu vB4.x

BB code is On
Smilies are On
[IMG] code is On
[VIDEO] code is Off
HTML code is Off
Ubuntu Forums
Code of Conduct

Ubuntu Forums Archive Top

All times are GMT +1. The time now is 03:50 AM.
vBulletin 2000 - 2015, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical Canonical Ltd. Tango Icons Tango Desktop
Project.
User contributions on this site are licensed under the Creative Commons Attribution Share Alike 4.0 International License. For details
and our forum data attribution, retention and privacy policy, see here

S-ar putea să vă placă și