Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
dubbi emerge
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
silvius
Guru
Guru


Joined: 16 May 2006
Posts: 364

PostPosted: Mon May 29, 2006 1:16 pm    Post subject: dubbi emerge Reply with quote

Sicuramente la domanda è banale, ma non trovo risposta nelle guide.

Come faccio con emerge a farmi dare la lista di tutti i pacchetti sia mascherati che non ad es. per firefox. ( ho già impostato le key per firefox -86).

io fatto così:
p.s. :Mettiamo caso che non sò che esiste la ver 1.5 per firefox:

Code:
emerge --search firefox

vedo che il nome corretto è: "www-client/mozilla-firefox"
allora tutte le volte aggiungo :
Code:
echo www-client/mozilla-firefox ~x86 >> /etc/portage/package.keywords

Poi rilancio :
Code:
emerge --search firefox

ed adesso lo vedo, ma non esiste un comando che mi da la lista di tutti i pacchetti sia mask, che in test e stabili e mi indica in che stato è un pacchetto ?

Inoltre perchè se faccio
Code:
emerge --search www-client/mozilla-firefox

mi dice che non esistono pacchetti, perchè?

Saluto[/code]
Back to top
View user's profile Send private message
Luca89
Advocate
Advocate


Joined: 27 Apr 2005
Posts: 2107
Location: Agrigento (Italy)

PostPosted: Mon May 29, 2006 1:23 pm    Post subject: Reply with quote

o ti fai un ls in /usr/portage/www-client/mozilla-firefox, oppure usi un tool tipo eix, esearch o equery.
_________________
Running Fast!
Back to top
View user's profile Send private message
ProT-0-TypE
Veteran
Veteran


Joined: 20 Dec 2003
Posts: 1624
Location: Cagliari

PostPosted: Mon May 29, 2006 1:23 pm    Post subject: Reply with quote

ti conviene emergere eix. velocizzi gli emerge search e vedi tutti i pacchetti
_________________
[Vuoi guadagnare navigando?]
Back to top
View user's profile Send private message
silvius
Guru
Guru


Joined: 16 May 2006
Posts: 364

PostPosted: Mon May 29, 2006 1:41 pm    Post subject: Reply with quote

ProT-0-TypE wrote:
ti conviene emergere eix. velocizzi gli emerge search e vedi tutti i pacchetti


Grazie dei consigli, ancora una cosa perchèse faccio

emerge --search www-client/mozilla-firefox

mi dice che non c'è nulla ?

Inoltre c'è qualche manuale per i vari tool disponibili tipo eix ecc....

Saluto
Back to top
View user's profile Send private message
Scen
Retired Dev
Retired Dev


Joined: 29 Jul 2003
Posts: 2470
Location: Padova, Italy

PostPosted: Mon May 29, 2006 1:47 pm    Post subject: Reply with quote

Lascia perdere l'òpzione --search di emerge, utilizza eix.

Per installarlo:
Code:

emerge eix

Per creare il database (e aggiornarlo dopo ogni emerge --sync)
Code:

update-eix

per ogni altra informazione
Code:

man eix

8)
_________________
I was born in a deep forest/I wish I could live here all my life/I am made from stones and roots/My home, these woods and roads
All my life I loved this sound/Of the woods all around/Eagles flies where the winds blows free
Journey is my destiny
Back to top
View user's profile Send private message
Onip
Advocate
Advocate


Joined: 02 Sep 2004
Posts: 2912
Location: Parma (Italy)

PostPosted: Mon May 29, 2006 2:05 pm    Post subject: Reply with quote

altrimenti puoi utilizzare uno di questi

http://packages.gentoo.org
http://www.gentoo-portage.com

Byez
_________________
Linux Registered User n. 373835

Titus Lucretius Carus, De Rerum Natura - Tantum religio potuit suadere malorum
Back to top
View user's profile Send private message
silvius
Guru
Guru


Joined: 16 May 2006
Posts: 364

PostPosted: Mon May 29, 2006 2:11 pm    Post subject: Reply with quote

Allora usando eix va meglio ma :

Code:
desktop / # eix firefox
* www-client/mozilla-firefox
     Available versions:  1.0.7-r4 1.0.8 1.5-r9 1.5-r11 1.5.0.1-r2 1.5.0.1-r3 1.5.0.1-r4 1.5.0.2 1.5.0.2-r1 1.5.0.3
     Installed:           1.0.8
     Homepage:            http://www.mozilla.org/projects/firefox/
     Description:         Firefox Web Browser

* www-client/mozilla-firefox-bin
     Available versions:  1.0.7 1.0.8 ~1.5.0.2 ~1.5.0.3
     Installed:           none
     Homepage:            http://www.mozilla.org/projects/firefox
     Description:         Firefox Web Browser


ma secondo eix "www-client/mozilla-firefox" ha tutte versioni stabili, solo "www-client/mozilla-firefox-bin" ha le ultime 2 mask perchè ?

che differenza c'è tra www-client/mozilla-firefox e www-client/mozilla-firefox-bin ?

SAluto
Back to top
View user's profile Send private message
Onip
Advocate
Advocate


Joined: 02 Sep 2004
Posts: 2912
Location: Parma (Italy)

PostPosted: Mon May 29, 2006 2:19 pm    Post subject: Reply with quote

il -bin è precompilato, mentre l'altro scarichi i sorgenti e lo compili tu.

Hai differenze nel masking perchè l'output di eix cambia in base ai vari /etc/portage/package.* . cioè riflette i cambiamenti che tu hai fatto in quanto a masking e un-masking.

Edit:
Come puoi vedere qui, infatti, le versioni 1.5* di firefox sono ancora in testing, solo che tu le hai smascherate e eix riporta il cambiamento
_________________
Linux Registered User n. 373835

Titus Lucretius Carus, De Rerum Natura - Tantum religio potuit suadere malorum
Back to top
View user's profile Send private message
silvius
Guru
Guru


Joined: 16 May 2006
Posts: 364

PostPosted: Mon May 29, 2006 4:18 pm    Post subject: Reply with quote

Onip wrote:
il -bin è precompilato, mentre l'altro scarichi i sorgenti e lo compili tu.

Hai differenze nel masking perchè l'output di eix cambia in base ai vari /etc/portage/package.* . cioè riflette i cambiamenti che tu hai fatto in quanto a masking e un-masking.

Edit:
Come puoi vedere qui, infatti, le versioni 1.5* di firefox sono ancora in testing, solo che tu le hai smascherate e eix riporta il cambiamento


Ok, ho controllato hai ragione. Grazie.

Saluto
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum