Uninstall DC Local or DC Local Server Mode
To fully uninstall DC Local or DC Local Server:
- Uninstall the app
- Delete the app-related data
Uninstalling DC Local
Switching to Plauti Desktop
If you are uninstalling DC Local because of the switch to Plauti Desktop, first copy your DC Local settings:
Go to
C:\Users\\plauti\dclocal\config(Windows) orUsers\\plauti\dclocal\config(Mac)Copy and save the app.properties file
This way you can easily configure Plauti Desktop to be set up the same way as DC Local.
Uninstalling DC Local from Windows
On your Windows machine, go to Start > Settings > Apps > Installed Apps
Find Duplicate Check Local in the list of installed apps
At right, click the three-dot icon … and select Uninstall
Once the app is uninstalled, go to
C:\Users\\plauti\dclocalDelete all DC Local data that you do not wish to retain from the folder
Uninstalling DC Local from macOS
On your Mac machine, go to the Applications folder
Find Duplicate Check Local.app in the list of applications
Rightclick the app and select Move to Bin
Once the app is removed, go to
Users\\plauti\dclocalDelete all DC Local data that you do not wish to retain from the folder
Uninstalling DC Local Server Mode
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\\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: