[GH-ISSUE #495] HOW TO UNINSTALL WEBVIRTCLOUD? #299

Closed
opened 2026-02-27 15:58:10 +03:00 by kerem · 5 comments
Owner

Originally created by @Wotan6891 on GitHub (Apr 19, 2022).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/495

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

Originally created by @Wotan6891 on GitHub (Apr 19, 2022). Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/495 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
kerem closed this issue 2026-02-27 15:58:10 +03:00
Author
Owner

@catborise commented on GitHub (Apr 21, 2022):

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?

<!-- gh-comment-id:1105064745 --> @catborise commented on GitHub (Apr 21, 2022): 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?
Author
Owner

@Wotan6891 commented on GitHub (Apr 27, 2022):

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.

<!-- gh-comment-id:1110442241 --> @Wotan6891 commented on GitHub (Apr 27, 2022): 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.
Author
Owner

@lmsdscav commented on GitHub (Jun 26, 2022):

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

<!-- gh-comment-id:1166458284 --> @lmsdscav commented on GitHub (Jun 26, 2022): delete its supervior service and nginx web config. Then the port'll be free. :)
Author
Owner

@lmsdscav commented on GitHub (Jun 26, 2022):

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

<!-- gh-comment-id:1166458475 --> @lmsdscav commented on GitHub (Jun 26, 2022): /etc/supervisor/ () and /etc/nginx/conf.d/ ()
Author
Owner

@Nephiaust commented on GitHub (Jun 12, 2023):

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

<!-- gh-comment-id:1586696874 --> @Nephiaust commented on GitHub (Jun 12, 2023): 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
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/webvirtcloud#299
No description provided.