Articles in this section

How to completely uninstall PrimeCenter

The uninstall procedure is different according to your operating system. In this article, you will find the different ways to completely uninstall PrimeCenter.

  Caution

Fully uninstalling PrimeCenter will remove your user data and configurations (license, image, cutter...). If you install again the software, you will start from scratch.

 

On Windows OS

From Windows interface

You can uninstall PrimeCenter thanks to classical Windows tools.

Uninstall PrimeCenter

From Windows programs panel:

  1. Uninstall PrimeCenter.
  2. Uninstall Calapisvc.

 

Additional steps to fully uninstall PrimeCenter

Keep in mind that you will lose your data.

This requires running file explorer in administrator mode and showing hidden elements.

  1. Remove the following directory: C:\Users\USERNAME\AppData\Local\calapisvc
  2. Remove the following directory: C:\Users\USERNAME\AppData\Roaming\PrimeCenter

 

From Windows console

Uninstall PrimeCenter

C:\Program Files\PrimeCenter\unins000.exe
C:\Program Files\CalApiSvc\unins001.exe

 

Additional steps to fully uninstall PrimeCenter

Keep in mind that you will lose your data.

rmdir /s %AppData%\..\Local\calapisvc
rmdir /s %AppData%\PrimeCenter

As Command Prompt admin:

rmdir /s C:\Program Files\PrimeCenter
rmdir /s C:\Program Files\CalApiSvc

Check also the user specific documents folder and remove the PrimeCenter folder.

Also remove the prime-center folder from C:\Users\name_of_user\AppData\Roaming\Caldera\prime-center

 

On macOS

Open a terminal and paste the following instructions:

Uninstall PrimeCenter

sudo /var/calapisvc/uninstall.sh

 

Additional steps to fully uninstall PrimeCenter

Keep in mind that you will lose your data.

sudo rm -fr /opt/CalApiSvc
sudo rm -fr /Applications/caldera/PrimeCenter.app
sudo rm -fr /Users/caldera/Library/Application\ Support/PrimeCenter/
sudo rm -fr /var/calapisvc

  Caution

Replace "caldera" with the Mac user's name if the default name "caldera" is not used

 

On Linux OS

Uninstall PrimeCenter

apt remove primecenter

 

Fully uninstall PrimeCenter

Keep in mind that you will lose your data.

apt remove --purge primecenter

 

Additional steps to fully uninstall PrimeCenter

$ sudo rm -rf /home/username/.config/PrimeCenter/
$ sudo rm -rf /var/calapisvc/
Was this article helpful?
1 out of 5 found this helpful