mirror of
https://github.com/odooerpdevelopers/davinci-resolve.git
synced 2025-12-05 14:30:00 +01:00
23 lines
315 B
Markdown
23 lines
315 B
Markdown
|
|
# Davinci Resolve 19 Ubuntu 24.04
|
|
|
|
## Command List
|
|
|
|
### Extract Image
|
|
``` bash
|
|
# extract appImage
|
|
./Davinci19.AppImage --appimage-extract
|
|
|
|
```
|
|
### Remove obsolete libs
|
|
``` bash
|
|
sed -i '/libapr1/d; /libaprutil1/d; /libasound2/d; /libglib2.0-0/d' ./AppRun
|
|
|
|
```
|
|
|
|
### Execute Installer
|
|
``` bash
|
|
sudo ./AppRun -i
|
|
|
|
```
|