Uninstall the old DC Local Server app
To fully uninstall the old DC Local Server app:
- Uninstall the app
- Delete the app-related data
Switching to Plauti Server
If you are uninstalling DC Local Server because of the switch to Plauti Server, first copy your DC Local Server settings:
Find the configuration files in the
plauti/dclocal_serverfolder.Usually this folder is located in the root directory. If you changed the running user, find it in the user directory instead.
Windows - Root
c:\Windows\System32\config\systemprofile\plauti\dclocal_server
Windows - User
c:\Users\username\plauti\dclocal_server
Linux - Root
/root/plauti/dclocal_server
Linux - User
/home/username/plauti/dclocal_serverCopy the configuration files to a different location for safekeeping, in particular the
application.propertiesfile.
This way you can easily configure Plauti Server to be set up the same way as DC Local Server.
Uninstalling DC Local Server from Windows
On your Windows machine, go to Start > Settings > Apps > Installed Apps
Find Duplicate Check Local Server in the list of installed apps
At right, click the three-dot icon … and select Uninstall
Once the app is uninstalled, go to the DC Local Server data folder. It is usually located at
C:\Users\<your-username>\plauti\dclocal_serveror
C:\Windows\System32\config\systemprofile\plauti\dclocal_serverDelete all DC Local Server data that you do not wish to retain from the folder
Uninstalling DC Local Server from Linux
- Stop the running service and disable it to prevent it from trying to start on boot.
- Use your distribution's package manager to remove the application.
- On Debian/Ubuntu:
To remove the package and all its configuration files, use thepurgecommand - On RHEL/CentOS/Fedora:
Usednforyumto remove the package. This will also handle dependencies.
- On Debian/Ubuntu: