Start a Conversation

Unsolved

Closed

G

1 Message

1165

April 7th, 2023 23:00

MacOs Ventura, unistall Dell Display And Peripheral Manager

Hi,

I have installed the software Dell Display and Peripheral Manager on MacOs Ventura using the installer DDPM_Installer.pkg.

Now I want to unistall the software because not used any longer.

 

How do you unistall this pkg ?

 

Regards

May 23rd, 2023 06:00

This is what I used but it may not be for the faint of heart but it works. Looks scary but it’s OK. Dell has been very naughty in the way they did this for Ventura. Can’t answer for previous MacOS versions but this might be good for Big Sur & Monterey.

You must be the user who installed the DDM or have System privileges.

Be careful if you copy and paste from this reply.  Think this system inserts carriage returns into lines too long for it.  Paste into a text editor to check the commands

Open the Terminal app and enter the following line:

  sudo find /System/Volumes/Data/Users -iname Qisda.DDPM* -ls

Enter your password if it asks for it. You will see a bunch of lines that end with: Operation not permitted You can ignore these.

You should see some lines that look like this but have more spaces in them in fact they will probably wrap around depending on how big you Terminal app window is:

6178752 8 -rw-r--r-- 1 mike staff 563 23 May 13:57 /System/Volumes/Data/Users/mike/Library/HTTPStorages/Qisda.DDPM.binarycookies

6146614 0 drwxr-xr-x 5 mike staff 160 23 May 13:56 /System/Volumes/Data/Users/mike/Library/HTTPStorages/Qisda.DDPM Lines with

There should be 5 lines like either of the above.

Enter the following command.

sudo find ~ -path'*/Qisda.DDPM*' -delete

Enter the first command to verify that the files have been deleted. Two up arrows should recall it.

Reboot and the DDPM app should be gone.

(edited)

May 23rd, 2023 08:00

Found another item to delete.  There is an actual app in /Applications/DDPM/ folder along with a few other  items.  First time I've seen an app installed into a folder.  Just delete the folder.

No Events found!

Top