How to uninstall JEDWare Integration on Debian

Login to your Debian server using shh

(You can use a software as for example Putty to connect.)

Execute the following commands as sudo.

Navigate to installation folder:

cd /opt/

Delete everything starting with JEDWare

sudo rm -rf JEDWare*

Delete everything starting with LinuxInstaller

sudo rm -rf LinuxInstaller*

Navigate to systemd folder:

cd /etc/systemd/system/

Delete everything starting with JEDWare

sudo rm -rf JEDWare*

Navigate to Nginx folder:

cd /etc/nginx/

Now remove the JEDWare config file

sudo rm -rf jedware.conf

Now remove the link to jedware.conf from the nginx config file.

sudo sed -i 's+include "/etc/nginx/jedware.conf";++' /etc/nginx/sites-enabled/3cxpbx

Remove existing Microsoft prodlist.

sudo rm -rf /etc/apt/sources.list.d/microsoft-prod.list

Reboot Server:

sudo reboot

Your JEDWare integration is now uninstalled.

We do hope to see you back😉

Find more Installation info in the posts below

Change Log

JEDWare Change Log The mentioned Build History / Change Log reflects all the major changes. Some updates, additions, and fixes

Read More »