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:
- Open DC Local
- At the top, go to Settings
- Note down your settings, for example by taking a screenshot
- Close DC Local
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\<your-username>\plauti\dclocal
- Delete 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\<your-username>\plauti\dclocal
- Delete 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_server folder.
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_server - Copy the configuration files to a different location for safekeeping, in particular the application.properties file.
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_server
orC:\Windows\System32\config\systemprofile\plauti\dclocal_server
- Delete 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 thepurge
command -
On RHEL/CentOS/Fedora:
Usednf
oryum
to remove the package. This will also handle dependencies.
-
On Debian/Ubuntu: