Debian 6 64-Bit |Python-Twisted installieren

07/17/2013 12:00 Cr41s3'#1
Hallo.

Ich benötige zurzeit das Paket python-twisted , welches laut deren Website unter diesem Namen zu finden ist, was aber nicht der Fall ist.

Jedenfalls weiß jemand, wie ich das installiere?

MfG-
07/17/2013 15:12 Kita_epvp#2
Einfach das hier ins Terminal schmeißen :

Code:
sudo apt-get install python-twisted
07/17/2013 15:16 Cr41s3'#3
sudo apt-get install python-twisted
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package python-twisted 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:
python-twisted-core

E: Package 'python-twisted' has no installation candidate


:)
07/17/2013 15:49 Kita_epvp#4
Code:
Sudo apt-get update
Code:
Sudo apt-get upgrade
Code:
sudo apt-get intall python-twisted-core
07/17/2013 17:40 Cr41s3'#5
Package python-twisted-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

E: Package 'python-twisted-core' has no installation candidate

^^
07/17/2013 18:09 RatexIndex#6
Mach einfach

Code:
nano sources.list
dort bei allen angaben ein

Code:
non free
da hinter.

[Only registered and activated users can see links. Click Here To Register...]

Dann kannst du nochmal versuchen es zu Laden

Code:
apt-get intall python-twisted-core
Du kannst diese Angaben auch erstellen lassen.
Bloß selber einfügen kommst du nicht drumherum.

[Only registered and activated users can see links. Click Here To Register...]
07/17/2013 19:27 Cr41s3'#7
Sorry.
Wo ist die Datei gespeichert, also kann ich die auch per Hand bearbeiten, da ich den Befehl nano nicht habe.
07/17/2013 19:37 RatexIndex#8
Code:
apt-get install nano
07/17/2013 19:45 Cr41s3'#9
Das habe ich schon versucht, aber nochmal für dich:
E: Unable to locate package nano
07/17/2013 20:48 RatexIndex#10
Dann am Besten das Image nochmal neu Installieren ;)
07/17/2013 21:15 Cr41s3'#11
Schon erledigt.
Ist ein vServer ;)
Sag mir wo die liegt
07/17/2013 22:02 Zypr#12
Code:
aptitude install vim
Code:
vim /etc/apt/sources.list
Inhalt löschen und folgendes hinzufügen:

Code:
deb http://ftp.de.debian.org/debian/ squeeze main contrib non-free
deb http://security.debian.org/ squeeze/updates main contrib non-free
deb http://ftp.de.debian.org/debian squeeze-updates main contrib non-free

#Dotdeb.org LAMP Packages:
deb http://packages.dotdeb.org squeeze all
deb-src http://packages.dotdeb.org squeeze all
Anschließend:

Code:
aptitude update
Nun kannst du dein Paket installieren:

Code:
aptitude install python-twisted
Pakte suchst du wie folgt:
Code:
aptitude search PAKETNAME

z. Bsp.: aptitude search python-twisted
vim Befehle findest du in dem Tutorial meiner Signatur

Grüße
07/18/2013 09:59 Cr41s3'#13
Vielen Dank.
Nano habe ich nun.

Lag nur an den Sources.

#clrq
07/28/2013 15:14 Cr41s3'#14
Neues Problem.

Ich habe python2.7 installiert und brauche die twisted Version dazu.
Wie mache ich dies.

MfG-
07/30/2013 20:49 >´¯`·)»Lazarus«(·´¯`<#15
apt-get install python-twisted