Davinci resolve arch linux

Arch Linux User Repository

ATTENTION: Please don’t flag this package as out-of-date before beta version has been released as stable!

This is a current stable Package!

Latest Comments

Redstonerayy commented on 2023-07-11 09:09 (UTC)

using the helpful comment from @jshcmpbli the PKGBUILD could be altered (as provided here) to allow installation. installation worked fine on my arch-derivative.

jshcmpbll commented on 2023-07-11 02:30 (UTC)

Looks like Blackmagic added a street field to the existing payload request.

phoenix17 commented on 2023-07-11 01:43 (UTC) (edited on 2023-07-11 01:43 (UTC) by phoenix17)

Looks like their website isn’t letting you download directly without filling out their form.

Here’s a modified PKGBUILD that assumes the file (DaVinci_Resolve_18.1.4_Linux.zip) is in the current directory, this can be installed using makepkg -si :

# Maintainer: Alex S. # Contributor: Jonathon Fernyhough # Hardware support is limited. Nvidia cards should work fine. # If you're running a hybrid setup, try with primusrun/optirun. pkgname=davinci-resolve _pkgname=resolve resolve_app_name=com.blackmagicdesign.resolve pkgver=18.1.4 pkgrel=1 arch=('x86_64') url="https://www.blackmagicdesign.com/support/family/davinci-resolve-and-fusion" license=('Commercial') depends=('glu' 'gtk2' 'libpng12' 'fuse2' 'opencl-driver' 'qt5-x11extras' 'qt5-svg' 'qt5-webkit' 'qt5-webengine' 'qt5-websockets' 'qt5-quickcontrols2' 'qt5-multimedia' 'libxcrypt-compat' 'xmlsec' 'java-runtime' 'ffmpeg4.4' 'gst-plugins-bad-libs' 'python-numpy' 'tbb' 'apr-util' 'luajit') makedepends=('libarchive' 'xdg-user-dirs' 'patchelf') options=('!strip') if [ $ == "davinci-resolve-studio" ]; then # Variables for STUDIO edition pkgdesc='Professional A/V post-production software suite from Blackmagic Design. Studio edition, requires license key or license dongle.' _archive_name=DaVinci_Resolve_Studio_$_Linux sha256sums=('af3a698b4f7c28286fd9678f95ab73a1a73f3025996e76d9ca5ba3eec0d97481') conflicts=('davinci-resolve' 'davinci-resolve-beta' 'davinci-resolve-studio-beta') else # Variables for FREE edition pkgdesc='Professional A/V post-production software suite from Blackmagic Design' _archive_name=DaVinci_Resolve_$_Linux sha256sums=('6d7c3ba49c73c7d4d4da26482eb2f7248c956ea035fcc0bd62b600a2f579e522') conflicts=('davinci-resolve-studio' 'davinci-resolve-beta' 'davinci-resolve-studio-beta') fi _archive=$.zip _installer_binary=$.run source=("$") # Local source prepare() < pushd "$" chmod u+x "$/$" "$/$" --appimage-extract popd # Fix permission to all files and dirs chmod -R u+rwX,go+rX,go-w "$/squashfs-root" pushd "$/squashfs-root/share/panels" tar -zxvf dvpanel-framework-linux-x86_64.tgz chmod -R u+rwX,go+rX,go-w "$/squashfs-root/share/panels/lib" mv *.so "$/squashfs-root/libs" mv lib/* "$/squashfs-root/libs" popd rm -rf "$"/squashfs-root/installer "$"/squashfs-root/installer* "$"/squashfs-root/AppRun "$"/squashfs-root/AppRun* while IFS= read -r -d '' i; do chmod 0755 "$" done < <(find "$/squashfs-root" -type d -print0) while IFS= read -r -d '' i; do [[ -f "$" && $(od -t x1 -N 4 "$") == *"7f 45 4c 46"* ]] || continue chmod 0755 "$" done < <(find "$/squashfs-root" -type f -print0) while IFS= read -r -d '' i; do [[ -f "$" && $(od -t x1 -N 4 "$") == *"7f 45 4c 46"* ]] || continue patchelf --set-rpath \ '/opt/'"$"'/libs:'\ '/opt/'"$"'/libs/plugins/sqldrivers:'\ '/opt/'"$"'/libs/plugins/xcbglintegrations:'\ '/opt/'"$"'/libs/plugins/imageformats:'\ '/opt/'"$"'/libs/plugins/platforms:'\ '/opt/'"$"'/libs/Fusion:'\ '/opt/'"$"'/plugins:'\ '/opt/'"$"'/bin:'\ '/opt/'"$"'/BlackmagicRAWSpeedTest/BlackmagicRawAPI:'\ '/opt/'"$"'/BlackmagicRAWSpeedTest/plugins/platforms:'\ '/opt/'"$"'/BlackmagicRAWSpeedTest/plugins/imageformats:'\ '/opt/'"$"'/BlackmagicRAWSpeedTest/plugins/mediaservice:'\ '/opt/'"$"'/BlackmagicRAWSpeedTest/plugins/audio:'\ '/opt/'"$"'/BlackmagicRAWSpeedTest/plugins/xcbglintegrations:'\ '/opt/'"$"'/BlackmagicRAWSpeedTest/plugins/bearer:'\ '/opt/'"$"'/BlackmagicRAWPlayer/BlackmagicRawAPI:'\ '/opt/'"$"'/BlackmagicRAWPlayer/plugins/mediaservice:'\ '/opt/'"$"'/BlackmagicRAWPlayer/plugins/imageformats:'\ '/opt/'"$"'/BlackmagicRAWPlayer/plugins/audio:'\ '/opt/'"$"'/BlackmagicRAWPlayer/plugins/platforms:'\ '/opt/'"$"'/BlackmagicRAWPlayer/plugins/xcbglintegrations:'\ '/opt/'"$"'/BlackmagicRAWPlayer/plugins/bearer:'\ '/opt/'"$"'/Onboarding/plugins/xcbglintegrations:'\ '/opt/'"$"'/Onboarding/plugins/qtwebengine:'\ '/opt/'"$"'/Onboarding/plugins/platforms:'\ '/opt/'"$"'/Onboarding/plugins/imageformats:'\ '/opt/'"$"'/DaVinci Control Panels Setup/plugins/platforms:'\ '/opt/'"$"'/DaVinci Control Panels Setup/plugins/imageformats:'\ '/opt/'"$"'/DaVinci Control Panels Setup/plugins/bearer:'\ '/opt/'"$"'/DaVinci Control Panels Setup/AdminUtility/PlugIns/DaVinciKeyboards:'\ '/opt/'"$"'/DaVinci Control Panels Setup/AdminUtility/PlugIns/DaVinciPanels:'\ '$ORIGIN' "$" done < <(find "$/squashfs-root" -type f -size -32M -print0) while IFS= read -r -d '' i; do sed -i "s|RESOLVE_INSTALL_LOCATION|/opt/$|g" "$" done < <(find . -type f '(' -name "*.desktop" -o -name "*.directory" -o -name "*.directory" -o -name "*.menu" ')' -print0) ln -s "$/squashfs-root/BlackmagicRAWPlayer/BlackmagicRawAPI" "$/squashfs-root/bin/" echo "StartupWMClass=resolve" >> "$/squashfs-root/share/DaVinciResolve.desktop" echo 'SUBSYSTEM=="usb", ENV=="usb_device", ATTRS=="096e", MODE="0666"' > "$/squashfs-root/share/etc/udev/rules.d/99-DavinciPanel.rules" > package() < mkdir -p -m 0755 "$/opt/$/" # Install the squashfs-root cp -rf "$"/squashfs-root/* "$/opt/$" # Distribute files into other directories pushd "$/opt/$/" install -Dm0644 share/default-config.dat -t "$/opt/$/configs" install -Dm0644 share/log-conf.xml -t "$/opt/$/configs" install -Dm0644 share/default_cm_config.bin -t "$/opt/$/DolbyVision" install -Dm0644 share/DaVinciResolve.desktop -t "$/usr/share/applications" install -Dm0644 share/DaVinciControlPanelsSetup.desktop -t "$/usr/share/applications" install -Dm0644 share/DaVinciResolveInstaller.desktop -t "$/usr/share/applications" install -Dm0644 share/DaVinciResolveCaptureLogs.desktop -t "$/usr/share/applications" install -Dm0644 share/blackmagicraw-player.desktop -t "$/usr/share/applications" install -Dm0644 share/blackmagicraw-speedtest.desktop -t "$/usr/share/applications" install -Dm0644 share/DaVinciResolve.directory -t "$/usr/share/desktop-directories" install -Dm0644 share/DaVinciResolve.menu -t "$/etc/xdg/menus" install -Dm0644 graphics/DV_Resolve.png -t "$/usr/share/icons/hicolor/64x64/apps" install -Dm0644 graphics/DV_ResolveProj.png -t "$/usr/share/icons/hicolor/64x64/apps" install -Dm0644 share/resolve.xml -t "$/usr/share/mime/packages" install -Dm0644 share/etc/udev/rules.d/99-BlackmagicDevices.rules -t "$/usr/lib/udev/rules.d" install -Dm0644 share/etc/udev/rules.d/99-ResolveKeyboardHID.rules -t "$/usr/lib/udev/rules.d" install -Dm0644 share/etc/udev/rules.d/99-DavinciPanel.rules -t "$/usr/lib/udev/rules.d" popd > # vim: fileencoding=utf-8 sts=4 sw=4 noet

tym007 commented on 2023-07-10 20:57 (UTC)

Hello, its seems there are a problem with the source. The link is dead and when I try to install I have this error ==> ERROR: DaVinci_Resolve_18.1.4_Linux.zip was not found in the build directory and is not a URL.

tinfoil_doctrine commented on 2023-07-10 06:27 (UTC)

Variable _srcurl has the following value: «Error: Must register to be able to perform the download».

CorvetteCole commented on 2023-03-23 03:39 (UTC)

hummird commented on 2023-03-21 16:02 (UTC)

updating to onetbb breaks davinci resolve so at this moment users should install tbb2020

zangoku commented on 2023-03-16 02:40 (UTC)

Getting the following when trying to update

error: could not extract /opt/resolve/Fairlight Studio Utility/libQt5XcbQpa.so.5 (Truncated zstd input) error: problem occurred while upgrading davinci-resolve error: could not commit transaction error: failed to commit transaction (transaction aborted) Errors occurred, no packages were upgraded. 

pedrogabriel commented on 2023-02-11 03:44 (UTC)

Makepkg to 18.1.3 # Maintainer: Alex S. # Contributor: Jonathon Fernyhough # Contributor: Pedro Gabriel Drumond Pereira

# Hardware support is limited. Nvidia cards should work fine. # If you're running a hybrid setup, try with primusrun/optirun. # This was originally written by Daniel Bermond in blackmagic-decklink-sdk pkgbuild # It is sufficient to just replace _downloadid to correspond new release version # It can be obtained from chromium -> Developer Tools -> Network -> XHR -> click latest-version and copy downloadId _downloadid='44be7e694b4e440db5d2f70ad732d3b2' _referid='77ef91f67a9e411bbbe299e595b4cfcc' _siteurl="https://www.blackmagicdesign.com/api/register/us/download/$" _useragent="User-Agent: Mozilla/5.0 (X11; Linux $) \ AppleWebKit/537.36 (KHTML, like Gecko) \ Chrome/77.0.3865.75 \ Safari/537.36" _reqjson="< \ \"firstname\": \"Arch\", \ \"lastname\": \"Linux\", \ \"email\": \"someone@archlinux.org\", \ \"phone\": \"202-555-0194\", \ \"country\": \"us\", \ \"state\": \"New York\", \ \"city\": \"AUR\", \ \"product\": \"DaVinci Resolve\" \ >" _reqjson="$( printf '%s' "$_reqjson" | sed 's/[[:space:]]\+/ /g')" _useragent="$(printf '%s' "$_useragent" | sed 's/[[:space:]]\+/ /g')" _useragent_escaped="$" _srcurl="$(curl \ -s \ -H 'Host: www.blackmagicdesign.com' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Origin: https://www.blackmagicdesign.com' \ -H "$_useragent" \ -H 'Content-Type: application/json;charset=UTF-8' \ -H "Referer: https://www.blackmagicdesign.com/support/download/$/Linux" \ -H 'Accept-Encoding: gzip, deflate, br' \ -H 'Accept-Language: en-US,en;q=0.9' \ -H 'Authority: www.blackmagicdesign.com' \ -H 'Cookie: _ga=GA1.2.1849503966.1518103294; _gid=GA1.2.953840595.1518103294' \ --data-ascii "$_reqjson" \ --compressed \ "$_siteurl")" DLAGENTS=("https::/usr/bin/curl \ -gqb '' -C - --retry 3 --retry-delay 3 \ -H Host:\ sw.blackmagicdesign.com \ -H Upgrade-Insecure-Requests:\ 1 \ -H $ \ -H Accept:\ text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8 \ -H Accept-Language:\ en-US,en;q=0.9 \ -o %o \ --compressed \ %u") pkgname=davinci-resolve _pkgname=resolve resolve_app_name=com.blackmagicdesign.resolve pkgver=18.1.3 pkgrel=1 arch=('x86_64') url="https://www.blackmagicdesign.com/support/family/davinci-resolve-and-fusion" license=('Commercial') depends=('glu' 'gtk2' 'libpng12' 'fuse2' 'opencl-driver' 'qt5-x11extras' 'qt5-svg' 'qt5-webkit' 'qt5-webengine' 'qt5-websockets' 'qt5-quickcontrols2' 'qt5-multimedia' 'libxcrypt-compat' 'xmlsec' 'java-runtime' 'ffmpeg4.4' 'gst-plugins-bad-libs''python-numpy' 'tbb' 'apr-util' 'luajit') makedepends=('libarchive' 'xdg-user-dirs' 'patchelf') options=('!strip') # Variables for FREE edition pkgdesc='Professional A/V post-production software suite from Blackmagic Design' _archive_name=DaVinci_Resolve_$_Linux sha256sums=('37a66cec936c104e11a1a87921228b89f92d521a8315ecc42a328f8f363e860a') conflicts=('davinci-resolve-studio' 'davinci-resolve-beta' 'davinci-resolve-studio-beta') _archive=$.zip _installer_binary=$.run source=("$"::"$_srcurl") prepare() < pushd "$" chmod u+x "$/$" "$/$" --appimage-extract popd # Fix permission to all files and dirs chmod -R u+rwX,go+rX,go-w "$/squashfs-root" pushd "$/squashfs-root/share/panels" tar -zxvf dvpanel-framework-linux-x86_64.tgz chmod -R u+rwX,go+rX,go-w "$/squashfs-root/share/panels/lib" mv *.so "$/squashfs-root/libs" mv lib/* "$/squashfs-root/libs" popd rm -rf "$"/squashfs-root/installer "$"/squashfs-root/installer* "$"/squashfs-root/AppRun "$"/squashfs-root/AppRun* while IFS= read -r -d '' i; do chmod 0755 "$" done < <(find "$/squashfs-root" -type d -print0) while IFS= read -r -d '' i; do [[ -f "$" && $(od -t x1 -N 4 "$") == *"7f 45 4c 46"* ]] || continue chmod 0755 "$" done < <(find "$/squashfs-root" -type f -print0) while IFS= read -r -d '' i; do [[ -f "$" && $(od -t x1 -N 4 "$") == *"7f 45 4c 46"* ]] || continue patchelf --set-rpath \ '/opt/'"$"'/libs:'\ '/opt/'"$"'/libs/plugins/sqldrivers:'\ '/opt/'"$"'/libs/plugins/xcbglintegrations:'\ '/opt/'"$"'/libs/plugins/imageformats:'\ '/opt/'"$"'/libs/plugins/platforms:'\ '/opt/'"$"'/libs/Fusion:'\ '/opt/'"$"'/plugins:'\ '/opt/'"$"'/bin:'\ '/opt/'"$"'/BlackmagicRAWSpeedTest/BlackmagicRawAPI:'\ '/opt/'"$"'/BlackmagicRAWSpeedTest/plugins/platforms:'\ '/opt/'"$"'/BlackmagicRAWSpeedTest/plugins/imageformats:'\ '/opt/'"$"'/BlackmagicRAWSpeedTest/plugins/mediaservice:'\ '/opt/'"$"'/BlackmagicRAWSpeedTest/plugins/audio:'\ '/opt/'"$"'/BlackmagicRAWSpeedTest/plugins/xcbglintegrations:'\ '/opt/'"$"'/BlackmagicRAWSpeedTest/plugins/bearer:'\ '/opt/'"$"'/BlackmagicRAWPlayer/BlackmagicRawAPI:'\ '/opt/'"$"'/BlackmagicRAWPlayer/plugins/mediaservice:'\ '/opt/'"$"'/BlackmagicRAWPlayer/plugins/imageformats:'\ '/opt/'"$"'/BlackmagicRAWPlayer/plugins/audio:'\ '/opt/'"$"'/BlackmagicRAWPlayer/plugins/platforms:'\ '/opt/'"$"'/BlackmagicRAWPlayer/plugins/xcbglintegrations:'\ '/opt/'"$"'/BlackmagicRAWPlayer/plugins/bearer:'\ '/opt/'"$"'/Onboarding/plugins/xcbglintegrations:'\ '/opt/'"$"'/Onboarding/plugins/qtwebengine:'\ '/opt/'"$"'/Onboarding/plugins/platforms:'\ '/opt/'"$"'/Onboarding/plugins/imageformats:'\ '/opt/'"$"'/DaVinci Control Panels Setup/plugins/platforms:'\ '/opt/'"$"'/DaVinci Control Panels Setup/plugins/imageformats:'\ '/opt/'"$"'/DaVinci Control Panels Setup/plugins/bearer:'\ '/opt/'"$"'/DaVinci Control Panels Setup/AdminUtility/PlugIns/DaVinciKeyboards:'\ '/opt/'"$"'/DaVinci Control Panels Setup/AdminUtility/PlugIns/DaVinciPanels:'\ '$ORIGIN' "$" done < <(find "$/squashfs-root" -type f -size -32M -print0) while IFS= read -r -d '' i; do sed -i "s|RESOLVE_INSTALL_LOCATION|/opt/$|g" "$" done < <(find . -type f '(' -name "*.desktop" -o -name "*.directory" -o -name "*.directory" -o -name "*.menu" ')' -print0) ln -s "$/squashfs-root/BlackmagicRAWPlayer/BlackmagicRawAPI" "$/squashfs-root/bin/" echo "StartupWMClass=resolve" >> "$/squashfs-root/share/DaVinciResolve.desktop" echo 'SUBSYSTEM=="usb", ENV=="usb_device", ATTRS=="096e", MODE="0666"' > "$/squashfs-root/share/etc/udev/rules.d/99-DavinciPanel.rules" > package() < mkdir -p -m 0755 "$/opt/$/" # Install the squashfs-root cp -rf "$"/squashfs-root/* "$/opt/$" # Distribute files into other directories pushd "$/opt/$/" install -Dm0644 share/default-config.dat -t "$/opt/$/configs" install -Dm0644 share/log-conf.xml -t "$/opt/$/configs" install -Dm0644 share/default_cm_config.bin -t "$/opt/$/DolbyVision" install -Dm0644 share/DaVinciResolve.desktop -t "$/usr/share/applications" install -Dm0644 share/DaVinciControlPanelsSetup.desktop -t "$/usr/share/applications" install -Dm0644 share/DaVinciResolveInstaller.desktop -t "$/usr/share/applications" install -Dm0644 share/DaVinciResolveCaptureLogs.desktop -t "$/usr/share/applications" install -Dm0644 share/blackmagicraw-player.desktop -t "$/usr/share/applications" install -Dm0644 share/blackmagicraw-speedtest.desktop -t "$/usr/share/applications" install -Dm0644 share/DaVinciResolve.directory -t "$/usr/share/desktop-directories" install -Dm0644 share/DaVinciResolve.menu -t "$/etc/xdg/menus" install -Dm0644 graphics/DV_Resolve.png -t "$/usr/share/icons/hicolor/64x64/apps" install -Dm0644 graphics/DV_ResolveProj.png -t "$/usr/share/icons/hicolor/64x64/apps" install -Dm0644 share/resolve.xml -t "$/usr/share/mime/packages" install -Dm0644 share/etc/udev/rules.d/99-BlackmagicDevices.rules -t "$/usr/lib/udev/rules.d" install -Dm0644 share/etc/udev/rules.d/99-ResolveKeyboardHID.rules -t "$/usr/lib/udev/rules.d" install -Dm0644 share/etc/udev/rules.d/99-DavinciPanel.rules -t "$/usr/lib/udev/rules.d" popd > # vim: fileencoding=utf-8 sts=4 sw=4 noet 

Copyright © 2004-2023 aurweb Development Team.

Источник

Arch Linux User Repository

ATTENTION: Please don’t flag this package as out-of-date before beta version has been released as stable!

This is a current stable Package!

Latest Comments

mari5ha commented on 2021-05-22 05:59 (UTC)

loulou921222 commented on 2021-05-21 15:00 (UTC)

Every update since v17.1 still has the symlink issue for me, and I have to go manually fix it every time.

satriani commented on 2021-05-21 08:10 (UTC)

The update is coming tonight. Sorry for the inconvenience.

guitaristtom commented on 2021-05-21 00:30 (UTC)

Hmm, doing the change that @nirp suggested seems to have fixed it. But now the validity check fails.

guitaristtom commented on 2021-05-20 23:53 (UTC)

I’m having the same curl issue as the last couple people:

curl: (3) URL using bad/illegal format or missing URL curl: (6) Could not resolve host: '' Warning: Problem : timeout. Will retry in 3 seconds. 3 retries left. curl: (6) Could not resolve host: '' Warning: Problem : timeout. Will retry in 3 seconds. 2 retries left. curl: (6) Could not resolve host: '' Warning: Problem : timeout. Will retry in 3 seconds. 1 retries left. curl: (6) Could not resolve host: '' curl: (3) URL using bad/illegal format or missing URL curl: (3) URL using bad/illegal format or missing URL curl: (3) URL using bad/illegal format or missing URL curl: (3) URL using bad/illegal format or missing URL curl: (3) URL using bad/illegal format or missing URL curl: (3) URL using bad/illegal format or missing URL curl: (3) URL using bad/illegal format or missing URL curl: (3) URL using bad/illegal format or missing URL curl: (3) URL using bad/illegal format or missing URL curl: (3) URL using bad/illegal format or missing URL curl: (3) URL using bad/illegal format or missing URL curl: (6) Could not resolve host: DaVinci_Resolve_17.2_Linux.zip.part Warning: Problem : timeout. Will retry in 3 seconds. 3 retries left. curl: (6) Could not resolve host: DaVinci_Resolve_17.2_Linux.zip.part Warning: Problem : timeout. Will retry in 3 seconds. 2 retries left. curl: (6) Could not resolve host: DaVinci_Resolve_17.2_Linux.zip.part Warning: Problem : timeout. Will retry in 3 seconds. 1 retries left. curl: (6) Could not resolve host: DaVinci_Resolve_17.2_Linux.zip.part curl: (3) URL using bad/illegal format or missing URL curl: (3) URL using bad/illegal format or missing URL 

nirp commented on 2021-05-20 20:30 (UTC) (edited on 2021-05-20 20:35 (UTC) by nirp)

Seems to fail downloading as others commented (URL bad/illegal. ).

After some experiments, if I delete the spaces in DLAGENTS=. — it works file. I think the spaces get passed to curl (so instead of «-H» arg for example, it gets something like » -H» — and some such arg confuses it). Not sure how it works for some but not others.

I’m using stock curl and all the rest for testing (nothing from aur except for this package itself). I’m trying to build using makepkg itself (and with stock makepkg.conf as installed by default).

Try going to DLAGENTS=. and in all following lines, remove the heading spaces:

DLAGENTS=("https::/usr/bin/curl \ -gqb '' -C - --retry 3 --retry-delay 3 \ -H Host:\ sw.blackmagicdesign.com \ -H Upgrade-Insecure-Requests:\ 1 \ -H $ \ -H Accept:\ text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8 \ -H Accept-Language:\ en-US,en;q=0.9 \ -o %o \ --compressed \ %u") 

lightprince commented on 2021-05-20 20:11 (UTC)

curl: (3) URL using bad/illegal format or missing URL curl: (3) URL using bad/illegal format or missing URL ==> ERROR: Failure while downloading

bartus commented on 2021-05-20 08:18 (UTC)

7854015812c8 breaks build in container as appimage installer requires fuse kernel module.

==> Extracting from bundle. Please wait, this take a while. fuse: device not found, try 'modprobe fuse' first Cannot mount AppImage, please check your FUSE setup. You might still be able to extract the contents of this AppImage if you run it with the --appimage-extract option. 

Could we roll this back and keep only chmod u+x ./$ please.

Источник

Читайте также:  Linux command output error
Оцените статью
Adblock
detector