45Drives / cockpit-file-sharing

A Cockpit plugin to easily manage samba and NFS file sharing.
GNU General Public License v3.0
556 stars 30 forks source link

How to uninstall the application which installed by makefile #102

Closed 8ar10der closed 5 months ago

8ar10der commented 5 months ago

Hi, I am ready to remove the application. I installed by the make install.

I read the makefile looks like all the files are copied to the /usr/share/cockpit/file-sharing/ and no more.

So, I just need to rm this dictionary and restart the cockpit service, right?

I need to confirm this with you. Thanks.

bkelly16 commented 5 months ago

Correct.

rm -rf /usr/share/cockpit/file-sharing/
systemctl restart cockpit.socket
8ar10der commented 5 months ago

Correct.

rm -rf /usr/share/cockpit/file-sharing/
systemctl restart cockpit.socket

Thanks a lot!