View previous topic :: View next topic |
Author |
Message |
silvius Guru
Joined: 16 May 2006 Posts: 364
|
Posted: Mon May 29, 2006 1:16 pm Post subject: dubbi emerge |
|
|
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 |
|
|
Luca89 Advocate
Joined: 27 Apr 2005 Posts: 2107 Location: Agrigento (Italy)
|
Posted: Mon May 29, 2006 1:23 pm Post subject: |
|
|
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 |
|
|
ProT-0-TypE Veteran
Joined: 20 Dec 2003 Posts: 1624 Location: Cagliari
|
Posted: Mon May 29, 2006 1:23 pm Post subject: |
|
|
ti conviene emergere eix. velocizzi gli emerge search e vedi tutti i pacchetti _________________ [Vuoi guadagnare navigando?] |
|
Back to top |
|
|
silvius Guru
Joined: 16 May 2006 Posts: 364
|
Posted: Mon May 29, 2006 1:41 pm Post subject: |
|
|
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 |
|
|
Scen Retired Dev
Joined: 29 Jul 2003 Posts: 2470 Location: Padova, Italy
|
Posted: Mon May 29, 2006 1:47 pm Post subject: |
|
|
Lascia perdere l'òpzione --search di emerge, utilizza eix.
Per installarlo:
Per creare il database (e aggiornarlo dopo ogni emerge --sync)
per ogni altra informazione
_________________ 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 |
|
|
Onip Advocate
Joined: 02 Sep 2004 Posts: 2912 Location: Parma (Italy)
|
|
Back to top |
|
|
silvius Guru
Joined: 16 May 2006 Posts: 364
|
Posted: Mon May 29, 2006 2:11 pm Post subject: |
|
|
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 |
|
|
Onip Advocate
Joined: 02 Sep 2004 Posts: 2912 Location: Parma (Italy)
|
Posted: Mon May 29, 2006 2:19 pm Post subject: |
|
|
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 |
|
|
silvius Guru
Joined: 16 May 2006 Posts: 364
|
Posted: Mon May 29, 2006 4:18 pm Post subject: |
|
|
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 |
|
|
|