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!

有帮助吗?

解决方案

Try:

$ rdesktop 2>&1| grep Version

or

$ apt-cache showpkg rdesktop

I hope this can help you!

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top