How to uninstall QB?

Hello,

How can i remove it completely QB?

QuickBox is technically just a wrapper GUI for installing various applications. You can remove the dashboard aspect at any time by removing the /srv/rutorrent/home directory.

You can delete the pulled repo by removing the /etc/QuickBox directory.

You can remove all added QuickBox commands by removing the /usr/local/bin/quickbox directory.

Type the following in your terminal to restore a default .bashrc file,

/bin/cp /etc/skel/.bashrc ~/

It will replace your current (QuickBox altered) ~/.bashrc with a fresh one. After that you need to source the ~/.bashrc so that the change take place immediately, write in terminal,

source ~/.bashrc
2 Likes

Thank you,

Is there anything I need to do for apache and lets encrypt configuration?