Beiträge von verdooft im Thema „Deinstallation einer ".run-Installation"“

    Geht es um die Datei: SDRplay_RSP_API-Linux-3.14.0.run?

    Wie oben empfohlen, mal mit --help aufgerufen?

    bash ./SDRplay_RSP_API-Linux-3.14.0.run --help
    ./SDRplay_RSP_API-Linux-3.14.0.run --list   Print the list of files in the archive
     --noexec              Do not run embedded script
     --keep                Do not erase target directory after running
                           the embedded script
    --target dir          Extract directly to a target directory
    --tar arg1 [arg2 ...] Access the contents of the archive through the tar command

    In der entpackten install_lib.sh steht, was genau während der Installation passiert.

    Entpacken, ohne das Script auszuführen, geht z.B. so (sd vorher mit mkdir angelegt):

    bash ./SDRplay_RSP_API-Linux-3.14.0.run --target sd/ --noexec

    Welche Run-Datei, von wo? Ich würde den Hersteller fragen, wenn die Run-Datei keine Deinstallationsoption (--help mal probiert?) hat, man nicht in die Datei reinsehen kann (file datei.run). Manche run-Dateien bieten die Deinstallation an, wenn man sie nochmal ausführt und eine vorhandene Installation erkannt wird.