GSmartControl download.opensuse.org

Du kommst mit der Installation nicht voran oder willst noch was nachfragen? Schau auch in den "Tipps und Tricks"-Bereich.
Antworten
iwl
Beiträge: 1
Registriert: 29.12.2018 23:52:23

GSmartControl download.opensuse.org

Beitrag von iwl » 30.12.2018 00:01:39

Was muss ich machen um das neuere GSmartControl von download.opensuse.org zu installieren, möglichst ohne Key, statt dessen Rückfrage bei jeder Installation, meine Versuche hänge ich an:

Code: Alles auswählen

echo 'deb http://download.opensuse.org/repositories/home:/alex_sh/Debian_9.0/ /' > /etc/apt/sources.list.d/home:alex_sh.list

apt-get update
Ign:1 http://download.opensuse.org/repositories/home:/alex_sh/Debian_9.0  InRelease
Get:2 http://download.opensuse.org/repositories/home:/alex_sh/Debian_9.0  Release [988 B]
...
Get:5 http://download.opensuse.org/repositories/home:/alex_sh/Debian_9.0  Release.gpg [189 B]
...
Ign:5 http://download.opensuse.org/repositories/home:/alex_sh/Debian_9.0  Release.gpg
...
Get:10 http://download.opensuse.org/repositories/home:/alex_sh/Debian_9.0  Packages [964 B]
Fetched 2,141 B in 5s (389 B/s)
Reading package lists... Done
W: GPG error: http://download.opensuse.org/repositories/home:/alex_sh/Debian_9.0  Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY A41001039EC56A71
W: The repository 'http://download.opensuse.org/repositories/home:/alex_sh/Debian_9.0  Release' is not signed. 
...

apt-get install -t InRelease gsmartcontrol
... The value 'InRelease' is invalid ...
apt-get install -t Release gsmartcontrol
... E: The value 'Release' is invalid ...
apt-get install -t alex_sh gsmartcontrol
...E: The value 'alex_sh' is invalid...
Backports habe ich auch mal probiert, ist auch nur 0.8x drin, ohne -t nimmt er das auch aus den Debian Repos.

willy4711

Re: GSmartControl download.opensuse.org

Beitrag von willy4711 » 30.12.2018 00:30:52

Versuche mal die korrekte Versionsnummer heraus zu finden.
Am einfachsten mit dpkg

Code: Alles auswählen

dpkg -l gsmartcontrol*
oder

Code: Alles auswählen

apt-cache policy gsmartcontrol*
das "Beiwerk" inrelease oder sonst was ist auf jeden Fall nicht zielführend.

die korrekte Befehl wären dann (wahrscheinlich)

Code: Alles auswählen

apt install gsmartcontrol-[Version]
vielleicht klappt auch

Code: Alles auswählen

apt install gsmartcontrol-1.1*
Alternativ über Debiansynaptic: Dort, dort braucht man die Version in der Regel nur auswählen, bzw. über das Eigenschaften die Versionsnummer erzwingen.

Edit:
Hier gibt es doch auch Debian-Pakete:
https://software.opensuse.org/download. ... artcontrol

Runter laden und mit dpkg installieren:

Code: Alles auswählen

# dpkg -i gsmartcontrol_1.1.3+nmu1_amd64.deb
Dann kannst du dir das Repo sparen, musst allerdings dann selber nach Updates schauen.

Antworten