DaVinci Resolve: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 2: | Line 2: | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
./DaVinci_Resolve_19.0b4_Linux.run --appimage-extract | ./DaVinci_Resolve_19.0b4_Linux.run --appimage-extract | ||
cd ./squashfs-root | cd ./squashfs-root | ||
sudo ./AppRun -i | |||
:' | :' | ||
[sudo] password for academia: | [sudo] password for academia: | ||
Line 14: | Line 15: | ||
sudo apt install --no-install-recommends libapr1t64 libaprutil1t64 libasound2t64 libglib2.0-0t64 | sudo apt install --no-install-recommends libapr1t64 libaprutil1t64 libasound2t64 libglib2.0-0t64 | ||
sudo apt install --no-install-recommends libxcb-composite0 libxcb-cursor0 libxcb-xinerama0 | sudo apt install --no-install-recommends libxcb-composite0 libxcb-cursor0 libxcb-xinerama0 | ||
sudo apt install --no-install-recommends libxcb-xinput0 ocl-icd-libopencl1 | |||
sudo ./AppRun -i | |||
:' | |||
Error: Missing or outdated system packages detected. | |||
Please install the following missing packages: | |||
libapr1 libaprutil1 libasound2 libglib2.0-0 | |||
(zenity:42390): Gtk-WARNING **: 22:17:23.983: Unable to acquire session bus: Failed to execute child process "dbus-launch" (No such file or directory) | |||
Use SKIP_PACKAGE_CHECK=1 to bypass the system package check. | |||
*********************** | |||
Installation cancelled. | |||
' | |||
</syntaxhighlight> | </syntaxhighlight> | ||
Revision as of 08:20, 7 July 2024
Install » DaVinci » 19
./DaVinci_Resolve_19.0b4_Linux.run --appimage-extract
cd ./squashfs-root
sudo ./AppRun -i
:'
[sudo] password for academia:
Error: Missing or outdated system packages detected.
Please install the following missing packages:
libapr1 libaprutil1 libasound2 libglib2.0-0
libxcb-composite0 libxcb-cursor0 libxcb-xinerama0
libxcb-xinput0 ocl-icd-libopencl1
'
sudo apt install --no-install-recommends libapr1t64 libaprutil1t64 libasound2t64 libglib2.0-0t64
sudo apt install --no-install-recommends libxcb-composite0 libxcb-cursor0 libxcb-xinerama0
sudo apt install --no-install-recommends libxcb-xinput0 ocl-icd-libopencl1
sudo ./AppRun -i
:'
Error: Missing or outdated system packages detected.
Please install the following missing packages:
libapr1 libaprutil1 libasound2 libglib2.0-0
(zenity:42390): Gtk-WARNING **: 22:17:23.983: Unable to acquire session bus: Failed to execute child process "dbus-launch" (No such file or directory)
Use SKIP_PACKAGE_CHECK=1 to bypass the system package check.
***********************
Installation cancelled.
'
Playground
mkdir -p ~/Documents/davinci-playground
cd ~/Documents/davinci-playground
|
||
| ||
References
| ||