문제

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