retspen / webvirtcloud

WebVirtCloud is virtualization web interface for admins and users
1.63k stars 362 forks source link

HOW TO UNINSTALL WEBVIRTCLOUD? #495

Closed Wotan6891 closed 1 year ago

Wotan6891 commented 2 years ago

Hello,

for reasons of lack of capacity of my pc, I have to remove webvirtcloud.

I have an Ubuntu machine.

how to uninstall it?

Thank you

catborise commented 2 years ago

webvirtcloud is a small application. it does not much effect on storage. it about 500mb to 700mb with all libraries. may be you want to delete a virtual machine?

Wotan6891 commented 2 years ago

hello, thanks for your answer.

the problem was the port it used, and that port is used by another application.

I had to delete the files. but I never found a way to remove it by terminal.

lmsdscav commented 2 years ago

delete its supervior service and nginx web config. Then the port'll be free. :)

lmsdscav commented 2 years ago

/etc/supervisor/ () and /etc/nginx/conf.d/ ()

Nephiaust commented 1 year ago

If you wish to purge it from your system, BE WARNED THIS IS A ONE WAY STREET, you can run sudo apt purge supervisor nginx && sudo apt autoremove. This will remove anything that was installed relating to the supervisor & nginx packages. But as noted, it is a one way street... So if you are using Ngnix for something else it will remove that.

If you are having port issues, maybe look at either changing the port being used for the new program OR change the port nginx listens to.

Would also suggest maybe closing issue, as its now over 1 year old and not an actual bug for the system