Siri Proxy unter Linux - Fehlermeldung

Merle

Fleet Admiral
Registriert
März 2009
Beiträge
11.619
Hi Community,

ich habe bisher wenig Berührung mit Linux gehabt. Genauer ist es in dem Fall Ubuntu 11.10.
Ich versuche einen Proxy zum laufen zu bekommen.
Hier der Befehl und der Output:
Code:
xxx@ubuntu:~$ sudo apt-get install dnsmasq ruby build-essential openssl libreadline6 libreadline6-dev curl git-core zlib1g zlib1g-dev libssl-dev libyaml-dev libsqlite3-0 libsqlite3-dev sqlite3 libxml2-dev libxslt-dev autoconf libc6-dev ncurses-dev automake libtool bison subversion
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package curl is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

Package automake is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

Package autoconf is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

Package libtool is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

Package sqlite3 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

Package zlib1g-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

Package build-essential is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

Package subversion is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

Package bison is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

Package libssl-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

Package git-core is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
  git-gui

Package ruby is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

Package libxml2-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

Package libsqlite3-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

Package libreadline6-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

Package libyaml-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

Package ncurses-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'ruby' has no installation candidate
E: Package 'build-essential' has no installation candidate
E: Package 'libreadline6-dev' has no installation candidate
E: Package 'curl' has no installation candidate
E: Package 'git-core' has no installation candidate
E: Package 'zlib1g-dev' has no installation candidate
E: Package 'libssl-dev' has no installation candidate
E: Package 'libyaml-dev' has no installation candidate
E: Package 'libsqlite3-dev' has no installation candidate
E: Package 'sqlite3' has no installation candidate
E: Package 'libxml2-dev' has no installation candidate
E: Unable to locate package libxslt-dev
E: Package 'autoconf' has no installation candidate
E: Package 'ncurses-dev' has no installation candidate
E: Package 'automake' has no installation candidate
E: Package 'libtool' has no installation candidate
E: Package 'bison' has no installation candidate
E: Package 'subversion' has no installation candidate
xxx@ubuntu:~$

Problem ist mir klar, er findet ein verlinktes Package (vmtl von nem anderen Package) nicht. Alles danach könnte ja darauf aufbauen.

Was mache ich hier? Wie gehe ich vor? Muss man die Updatequelle manuell vorher setzen?
Um genau zu sein, geht es um folgendes Tut: http://methoddk.com/siriguide/

Vielleicht kann mir hier ja einer helfen ; ;

Danke.
Merle
 
Hi konkretor,

was ist eine sourcelist (ich nehme an die Updatequellpfade?) ?
Und nein, hatte ich nicht. Macht er dank dir aber im Moment.

=> Gebracht hats leider nix. Die schreiben alle, die haben an der VM NICHTS gemacht... Aber irgendwas muss da ja passiert sein. Bei der letzten Version (vor 11.10) gings auch so. Da gibts Youtube Videos von...

*edit1:
Falls es noch jemanden interessiert: VMWare Player mit EasyInstall waren vermutlich das Problem.
Der Updateserver wurde auf einen US Server anstatt dem MAIN SERVER gestellt und Paketkategorien ausgeblendet.
Danach sudo apt-get update und alles war OK.
 
Zuletzt bearbeitet:
Zurück
Oben