How do you uninstall roundcube?

17,259

First, you need to find the extact package name from the list of installed packages using the command:

dpkg --get-selections | grep -i roundcube

Then, you can remove it using the commnand:

apt-get remove <package name>

Where <package name> is the name you got from the first command.

Share:
17,259

Related videos on Youtube

krishna verma
Author by

krishna verma

https://www.linkedin.com/in/codler/

Updated on September 17, 2022

Comments