Ubuntu Feisty

Aus VDR Wiki
(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
(Installation)
(Installation)
Zeile 23: Zeile 23:
 
  W: GPG error: http://e-tobi.net etch Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY DB90D8FC306B6783
 
  W: GPG error: http://e-tobi.net etch Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY DB90D8FC306B6783
 
  W: You may want to run apt-get update to correct these problems
 
  W: You may want to run apt-get update to correct these problems
 +
 +
Daher den Keyring von Tobi installieren:
 +
sudo apt-get install e-tobi-keyring
  
 
Weiter geht es mit:
 
Weiter geht es mit:
 
  sudo apt-get install vdr
 
  sudo apt-get install vdr
Da der öffentliche Schlüssel hierfür nicht eingebunden wurde, ist die folgende Abfrage zu bestätigen:
+
 
Recommended packages:
+
  lirc
+
The following NEW packages will be installed:
+
  vdr
+
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
+
Need to get 759kB of archives.
+
After unpacking 2241kB of additional disk space will be used.
+
WARNING: The following packages cannot be authenticated!
+
  vdr
+
Install these packages without verification [y/N]? y''
+
 
[[Kategorie:Ubuntu]]
 
[[Kategorie:Ubuntu]]
 
[[Kategorie:Distributionen]]
 
[[Kategorie:Distributionen]]

Version vom 20. Mai 2007, 15:27 Uhr

VDR unter Ubuntu Feisty installieren.

Paketquellen

In Feisty ist der VDR 1.4.4 enthalten. Leider sind nur wenige Plugins verfügbar.

VDR 1.4.6-1ctvdr2 erhält man über das e-tobi Repository.

Ein Eintrag für dieses lässt sich z.B. per sudo nano -w /etc/apt/sources.list hinzufügen:

deb http://e-tobi.net/vdr-experimental/ etch base addons vdr-multipatch

Installation

sudo apt-get update

Folgende Warnung erscheint und würde auch nach erneutem Aufruf wieder auftreten:

Hit http://e-tobi.net etch/vdr-multipatch Packages
Fetched 6727B in 5s (1161B/s)
Reading package lists... Done
W: GPG error: http://e-tobi.net etch Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY DB90D8FC306B6783
W: You may want to run apt-get update to correct these problems

Daher den Keyring von Tobi installieren:

sudo apt-get install e-tobi-keyring

Weiter geht es mit:

sudo apt-get install vdr