Question

I am very new to both Ubuntu and rdesktop. For our project, we are using rdesktop on Ubuntu 10.04, which I think is quite old, may need update.

As we could use terminal to use desktop

rdesktop RemoteServerIpAddress

Could anyone tell me how to check the version of the desktop that we are using?

Thank you very much!

Was it helpful?

Solution

Try:

$ rdesktop 2>&1| grep Version

or

$ apt-cache showpkg rdesktop

I hope this can help you!

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top