Visualizzazione dei risultati da 1 a 10 su 10
  1. #1

    Ubuntu e apt-get che non va

    Ciao raga

    Sto provando la Ubuntu (che tra l'altro mi piace), ma sto avendo dei problemi con apt-get, cioè non funziona.

    Ho modificato /etc/apt/sources.list sbloccando universe, ma quando faccio per esempio "apt-get install xmms" mi restituisce questo:

    Reading package lists... Done
    Building dependency tree... Done
    Package xmms 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 xmms has no installation candidate

    Idem se provo ad installare altri pacchetti come smbfs. Dove sbaglio?


    Thanks
    If it looks like computer graphics, it is not good computer graphics.

    http://www.CGReality.com

  2. #2
    decommenta anche le altre repository



    incolla il sources.list

  3. #3
    Moderatore di Linux e software L'avatar di francofait
    Registrato dal
    Aug 2001
    Messaggi
    13,559
    se non rifai l'update decommentare le repistri non basta
    apt-get update
    apt-get install tutto il resto - è sufficente la universe

  4. #4
    Ecco, dimenticavo, avevo fatto anche apt-get update (cosi come facevo con la Slack, swaret --update). Aggiorna la lista ma quando vado a cercare qualcosa (tipo xmms, smbfs o qualsiasi altra cosa) mi dà quel messaggio. Ho provato a fare apt-get install gnome-bluetooth e anzichè quel messaggio mi dà dei problemi con le dipendenze che non riesce a risolvere. Ma apt-get non doveva risolvere sti problemi?

    Cmq ecco il mio file:


    deb cdrom:[Ubuntu 5.04 _Hoary Hedgehog_ - Release i386 (20050407)]/ hoary main restricted


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

    ## Uncomment the following two lines to fetch major bug fix updates produced
    ## after the final release of the distribution.
    # deb http://us.archive.ubuntu.com/ubuntu hoary-updates main restricted
    # deb-src http://us.archive.ubuntu.com/ubuntu hoary-updates 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://us.archive.ubuntu.com/ubuntu hoary universe
    deb-src http://us.archive.ubuntu.com/ubuntu hoary universe

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

    deb http://security.ubuntu.com/ubuntu hoary-security universe
    deb-src http://security.ubuntu.com/ubuntu hoary-security universe
    If it looks like computer graphics, it is not good computer graphics.

    http://www.CGReality.com

  5. #5
    Moderatore di Linux e software L'avatar di francofait
    Registrato dal
    Aug 2001
    Messaggi
    13,559
    Originariamente inviato da Dias
    Ecco, dimenticavo, avevo fatto anche apt-get update (cosi come facevo con la Slack, swaret --update). Aggiorna la lista ma quando vado a cercare qualcosa (tipo xmms, smbfs o qualsiasi altra cosa) mi dà quel messaggio. Ho provato a fare apt-get install gnome-bluetooth e anzichè quel messaggio mi dà dei problemi con le dipendenze che non riesce a risolvere. Ma apt-get non doveva risolvere sti problemi?

    Cmq ecco il mio file:


    deb cdrom:[Ubuntu 5.04 _Hoary Hedgehog_ - Release i386 (20050407)]/ hoary main restricted


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

    ## Uncomment the following two lines to fetch major bug fix updates produced
    ## after the final release of the distribution.
    # deb http://us.archive.ubuntu.com/ubuntu hoary-updates main restricted
    # deb-src http://us.archive.ubuntu.com/ubuntu hoary-updates 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://us.archive.ubuntu.com/ubuntu hoary universe
    deb-src http://us.archive.ubuntu.com/ubuntu hoary universe

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

    deb http://security.ubuntu.com/ubuntu hoary-security universe
    deb-src http://security.ubuntu.com/ubuntu hoary-security universe
    <Come errore + madornale di così non lo potevi fare , invece di decommentarle le repositri primarie le hai commentate lasciando attive le sole security.

    Cosi pacchetti sarà difficile trovarne

  6. #6
    Moderatore di Linux e software L'avatar di francofait
    Registrato dal
    Aug 2001
    Messaggi
    13,559
    mettilo così e vedrai che trovi tutto senza problemi

    deb cdrom:[Ubuntu 5.04 _Hoary Hedgehog_ - Release i386 (20050407)]/ hoary main restricted


    deb http://it.archive.ubuntu.com/ubuntu hoary main restricted
    deb-src http://it.archive.ubuntu.com/ubuntu hoary main restricted

    ## Major bug fix updates produced after the final release of the
    ## distribution.
    deb http://it.archive.ubuntu.com/ubuntu breezy universe multiverse
    deb-src http://it.archive.ubuntu.com/ubuntu hoary-updates 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://it.archive.ubuntu.com/ubuntu hoary universe
    # deb-src http://it.archive.ubuntu.com/ubuntu hoary universe

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

    # deb http://security.ubuntu.com/ubuntu hoary-security universe
    # deb-src http://security.ubuntu.com/ubuntu hoary-security universe

  7. #7
    Non comprendo, ho decommentato hoary universe e hoary-security universe, non avevate detto che universe bastava?

    Cmq ora decommento ogni cosa, voglio vedere se non va.
    If it looks like computer graphics, it is not good computer graphics.

    http://www.CGReality.com

  8. #8
    Grazie, ora provo.
    If it looks like computer graphics, it is not good computer graphics.

    http://www.CGReality.com

  9. #9
    Moderatore di Linux e software L'avatar di francofait
    Registrato dal
    Aug 2001
    Messaggi
    13,559
    Originariamente inviato da Dias
    Grazie, ora provo.
    Nell' universe multiverse metti breezy in sostituzione di hoary.
    Hoary è passata a versione stabile

  10. #10
    Download di roba varia partito, problema risolto.

    Grazie mille, vado a smanettare un po'.
    If it looks like computer graphics, it is not good computer graphics.

    http://www.CGReality.com

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved.