PDA

View Full Version : [AMULE - AIUTO INSTALLAZIONE SU UBUNTU 4.10]


noskilled
21-06-2005, 23:52
Salve a tutti sono nuovo del forum e giungo con una hot-question (almeno cosi par essere dato il numero di post nei forum visitati), ovvero come installare amule su linux ubuntu 4.10, premettendo che in vita mia - a parte questi ultimi tre giorni- non ho mai usato un os diverso da windows, potreste spiegarmi passo passo come procedere nel installazione e di quali librerie ho bisogno per farlo partire?
Perdonate la niubbaggine estrema, ma non riesco a trovare una soluzione al problema da nessuna parte e lo sclero ormai comincia a farsi sentire.... :muro: :bsod: .

Neon87
22-06-2005, 00:06
potresti provare a dare un

apt-get update && apt-get install amule

con il primo comando apt-get update aggiorni i pacchetti installabili tramite apt e con il secondo lo installi... il bello di apt-get è che non installa solo il pacchetto richiesto ma anche le dipendenze (come librerie o altri programmi da cui dipende) in questo modo sei certo che funzioni!

noskilled
22-06-2005, 00:33
Niente ho provato da terminale normale e mi nega dei permessi, da root crea l'albero delle dipendenze, ma conclude l'operazione dicendo che è impossibile trovare amule..ho scaricato il pacchetto amule-2.0.3.tar.gz dal sito, ma non sono assolutamente in grado di compilarlo, cosa devo fare?
Vi prego aiutatemi!!

crashd
22-06-2005, 00:36
vai in /etc/apt/sources.list e copia qui il contenuto

noskilled
22-06-2005, 00:46
come faccio? sposto la cartella nell directory che mi hai indicato? O devo digitare qualche comando tramite shell?
perdonate se le mie domande sono cosi banali, ma per me niente e scontato.thx!

noskilled
22-06-2005, 00:50
P.S. copio in /etc/apt/sources.list il contenuto della cartella 'src' di amule, oppure tutta la cartella 'amule-2.0.3'?

crashd
22-06-2005, 00:53
P.S. copio in /etc/apt/sources.list il contenuto della cartella 'src' di amule, oppure tutta la cartella 'amule-2.0.3'?
NO!
apri quel file con un editor di testo, come gedit...
praticamente vai in /etc/apt e clicca 2 volte su sources.list che si aprirà con gedit. seleziona tutto e fai copia.
poi incolla qui sul forum

noskilled
22-06-2005, 00:58
Ah ok, che pirla che sono....ecco qua il file:

deb cdrom:[Ubuntu 4.10 _Warty Warthog_ - Preview i386 Binary-1 (20041020)]/ unstable main restricted


## Uncomment the following two lines to fetch updated software from the network
# deb http://archive.ubuntu.com/ubuntu warty main restricted
# deb-src http://archive.ubuntu.com/ubuntu warty main restricted

## Uncomment the following two lines to add software from the 'universe'
## repository.
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
# deb http://archive.ubuntu.com/ubuntu warty universe
# deb-src http://archive.ubuntu.com/ubuntu warty universe

# deb http://security.ubuntu.com/ubuntu warty-security main restricted
# deb-src http://security.ubuntu.com/ubuntu warty-security main restricted

crashd
22-06-2005, 01:15
perfetto.
ora apri il terminale, scrivi:

sudo gedit /etc/apt/sources.list

cancella tutto quello che c'è dentro e mettici questo:


deb cdrom:[Ubuntu 4.10 _Warty Warthog_ - Preview i386 Binary-1 (20041020)]/ unstable main restricted


## Uncomment the following two lines to fetch updated software from the network
deb http://archive.ubuntu.com/ubuntu warty main restricted
deb-src http://archive.ubuntu.com/ubuntu warty main restricted

## Uncomment the following two lines to add software from the 'universe'
## repository.
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
deb http://archive.ubuntu.com/ubuntu warty universe
deb-src http://archive.ubuntu.com/ubuntu warty universe

deb http://security.ubuntu.com/ubuntu warty-security main restricted
deb-src http://security.ubuntu.com/ubuntu warty-security main restricted

deb http://it.archive.ubuntu.com/ubuntu/ warty multiverse
deb-src http://it.archive.ubuntu.com/ubuntu/ warty multiverse

# deb ftp://ftp.nerim.net/debian-marillat/ stable main
# deb ftp://ftp.nerim.net/debian-marillat/ testing main
# deb ftp://ftp.nerim.net/debian-marillat/ unstable main


ora puoi scrivere nel terminale

sudo apt-get update && apt-get install amule


se dovessero servirti i codec multimediali per i video o gli mp3, togli il # davanti ai tre repository marillat e installa i codec http://ubuntuguide.org/4.10/index.html#codecs

noskilled
22-06-2005, 01:39
Bella! ora funziona! dovevo cambiare (o aggiornare?) il source.list.
grazie mille