Hello, I want to delete my OCS inventory 2.6 from my Ubuntu 18.04.2 LTS, how would it be done?
if the ocs-server was installed via apt-get you can do the follwing
sudo apt-get remove --auto-remove ocsinventory-server only configuration files are left to delete everything sudo apt-get purge --auto-remove ocsinventory-server Kind rgeards
Sorry, I do not know how to respond to your comment. I could not do it this way, I installed ocs from the web page and then unzipped it in my Ubuntu. Thank you anyway.