

- Uninstall vnc server debian how to#
- Uninstall vnc server debian install#
- Uninstall vnc server debian software#
- Uninstall vnc server debian windows#

Then you can issue the following command to remove the debian xrdp and xorgxrdp package created by the checkinstall from your system. checkinstall will basically create a debian package and you can use the standard dpkg command to remove or re-install xrdp software… Using the checkinstall command when compiling from source makes really easy to remove and re-install the compiled package. If you have been adventurous and you have tried this approach ( see this post), the uninstall process is quite easy. Remove it when Custom installation (with checkinstall) has been performed Reboot your system so you have a really clean system at this stage…. Then, you can remove the systemd service for xrdp by issuing the following command Then you can issue the following command to delete the xrdp files from your system rm -r /etc/xrdp rm -r /usr/local/sbin/xrdp rm /var/run/xrdp.pid rm /var/run/xrdp-sesman.pid So, again, before uninstalling the xrdp software, you should first stop the service using the command sudo systemctl stop xrdp You will not use the built in apt-get remove or apt-get purge command to remove it. To get rid of the xrdp package on your system, you simply need to remove the following files and directories from your system.Īnd you would need to clean up the systemd services for xRDP by issuing the following command
Uninstall vnc server debian how to#
You have performed a custom installation of xRDP by running the install-xrdp.sh script (see xRDP – How to perform a custom installation – Scripted Install), it’s still possible to remove the xrdp package from your system. Remove it when Custom installation has been performed You can then either, try to re-install it if you had problems or use another remote desktop solution….
Uninstall vnc server debian software#
You can then reboot your machine and you should not have any xRDP software solution available on your system. In the screenshot, you can clearly see that configuration files are deleted as well. To remove packages and any configuration files, you should run the following command sudo apt-get purge xrdp This command will remove the packages but configuration files will not be deleted. The command that you have to issue is basically the following sudo apt-get remove xrdp When using the standard installation procedure, it’s really easy to remove the xRDP package from your computer.
Uninstall vnc server debian install#
XRDP – How to Install on Ubuntu 17.10 – Automated Installīefore removing xrdp package, the first step would be to stop the service by issuing the following command in a terminal console sudo systemctl stop xrdp XRDP – How to Install on Ubuntu 17.10 -Manual Installation If you need more information about how to perform a standard installation of xRDP on Ubuntu 17.10, have a look at the following posts A fully compiled and package software solution is provided by Canonical and you simply need to execute the apt-get install command to perform the installation. So, What’s a standard installation process for xRDP ? A standard installation means that the standard xrdp package available within the Ubuntu repository has been used to perform the installation. Let’s quickly see how to perform such easy task….! Removing xRDP based on installation process Remove it when Standard installation has been performed


This question arise usually when there is a problem with the xRDP installation and people want to try from scratch or when they give up… This post will explain how to remove the xRDP software based on the way you have performed the installation. However, some of our readers are also wondering how to remove the xRDP software from their machine. If you are a regular reader of this blog, you problaby know that have been explaining in simple ways how to perform the xRDP installation.
Uninstall vnc server debian windows#
This means that a user working on Windows can access remotely a linux desktop with no need to install any additional software. After installing the xRDP software layer on a Linux based computer, a user can access the desktop remotely through the RDP protocol. xRDP is a Linux based software solution that provide remote desktop services capabilities. Today’s post is again about xRDP software solution.
