5

After installing Davinci Resolve 17 last week on my Dell Precision 4600 Nvidia 1000M 2GB Graphics, I observed that the software was not detecting my GPU hardware; after some hacks, I was able to bypass that.

Now, a new issue came up, after editing a video, when I click on the Deliver tab; the app freezes immediately. After multiple efforts to resolve that, nothing worked, it continues to hang when I click on the Deliver tab.

Now I picked KDenLive and that seemed to work great.

My issue is now is:: How do I uninstall DaVinci Resolve, I actually installed it using the .run file and building a .deb install using MakeResolveDeb.

2 Answers2

9
  1. Open the terminal with Ctrl+T

  2. Simply run this command

    /opt/resolve/installer
    

then just follow the Uninstaller.
For folks coming in the future who want an easy solution.

zx485
  • 2,865
1

I was able to find a terminal command for identifying the exact name of the application in the system app repo

+To query installed packages we can use powerful search functions from DPKG package management:

dpkg-query --list 'part_of_package_name*' lists all packages that have not been purged

That returned the exact name of the davinci-code application in the system, and then I used sudo apt-get remove app-name to remove the application.

Thanks all for your input.

Regards.