Page 1 of 8 123 ... LastLast
Results 1 to 10 of 71

Thread: Requires installation of untrusted packages

  1. #1
    Join Date
    Oct 2009
    Beans
    8
    Distro
    Ubuntu 9.10 Karmic Koala

    Requires installation of untrusted packages

    Hey out there in the void of the ether,

    I want to install application using the ubuntu software centre;
    but all i get is this error message:

    Requires installation of untrusted packages
    "The action would require the installation of packages from not authenticated sources."

    can anyone explain in simple words (and commands) how to solve the issue?

    thanks!

  2. #2
    Join Date
    Sep 2008
    Location
    Palm Harbor, FL
    Beans
    430
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Requires installation of untrusted packages

    Seems that you are not the only one with this problem.

    https://bugs.launchpad.net/ubuntu/+s...er/+bug/475075
    My Ubuntu Blog
    My Android Blog

  3. #3
    Join Date
    Apr 2006
    Location
    Montana
    Beans
    Hidden!
    Distro
    Kubuntu Development Release

    Re: Requires installation of untrusted packages

    https://help.ubuntu.com/community/SecureApt

    Basically, packages are signed with a GPG key and most likely that message is because you need to import a key.

    We need more information, including the exact error message and the contents of /etc/apt/sources.list
    There are two mistakes one can make along the road to truth...not going all the way, and not starting.
    --Prince Gautama Siddharta

    #ubuntuforums web interface

  4. #4
    Join Date
    Oct 2009
    Beans
    8
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Requires installation of untrusted packages

    Now it works,

    well I checked the box for source code (in the ubuntu register)

    thanks for your help & sorry to have wasted your time ^_^
    Last edited by RoRoRed; November 27th, 2009 at 10:02 PM.

  5. #5
    Join Date
    Dec 2009
    Location
    Philippines
    Beans
    67
    Distro
    Ubuntu

    Re: Requires installation of untrusted packages

    I have the same problem... Can you make the solution simple? Sorry guys... Thanks!

  6. #6
    Join Date
    Apr 2006
    Location
    Montana
    Beans
    Hidden!
    Distro
    Kubuntu Development Release

    Re: Requires installation of untrusted packages

    Quote Originally Posted by stormsurge View Post
    I have the same problem... Can you make the solution simple? Sorry guys... Thanks!
    See the link I gave you. It works for the default repositories.

    If you need more specific assistance you need to provide us with more details. What repository are you trying to add ? what error message are you getting ?
    There are two mistakes one can make along the road to truth...not going all the way, and not starting.
    --Prince Gautama Siddharta

    #ubuntuforums web interface

  7. #7
    Join Date
    Jul 2009
    Beans
    176
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Requires installation of untrusted packages

    Same error here. Installing from Synaptic. Same error from Software Center. Repository Universe. I made some screens.
    Attached Images Attached Images
    The trouble with computers, of course, is that they are very sophisticated idiots.

  8. #8
    NoaHall is offline Iced Blended Vanilla Crème Ubuntu
    Join Date
    Mar 2009
    Beans
    1,562
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Requires installation of untrusted packages

    Quote Originally Posted by -=hazard=- View Post
    Same error here. Installing from Synaptic. Same error from Software Center. Repository Universe. I made some screens.
    Can you post the output of
    Code:
    cat /etc/apt/sources.list
    and then
    Code:
    gpg --list-keys
    from the terminal?

  9. #9
    Join Date
    Jul 2009
    Beans
    176
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Requires installation of untrusted packages

    Code:
    # deb cdrom:[Ubuntu 9.10 _Karmic Koala_ - Release i386 (20091028.5)]/ karmic main restricted
    # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
    # newer versions of the distribution.
    
    deb http://ubuntu.ynet.sk/ubuntu/ karmic main restricted universe
    deb-src http://ubuntu.ynet.sk/ubuntu/ karmic main restricted
    
    ## Major bug fix updates produced after the final release of the
    ## distribution.
    deb http://ubuntu.ynet.sk/ubuntu/ karmic-updates main restricted universe
    deb-src http://ubuntu.ynet.sk/ubuntu/ karmic-updates main restricted
    
    ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    ## team. Also, please note that software in universe WILL NOT receive any
    ## review or updates from the Ubuntu security team.
    
    ## 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 
    ## multiverse WILL NOT receive any review or updates from the Ubuntu
    ## security team.
    deb http://ubuntu.ynet.sk/ubuntu/ karmic multiverse
    deb-src http://ubuntu.ynet.sk/ubuntu/ karmic multiverse
    deb http://ubuntu.ynet.sk/ubuntu/ karmic-updates multiverse
    deb-src http://ubuntu.ynet.sk/ubuntu/ karmic-updates multiverse
    
    ## Uncomment the following two lines to add software from the 'backports'
    ## repository.
    ## N.B. software from this repository may not have been tested as
    ## extensively as that contained in the main release, although it includes
    ## newer versions of some applications which may provide useful features.
    ## Also, please note that software in backports WILL NOT receive any review
    ## or updates from the Ubuntu security team.
    # deb http://pl.archive.ubuntu.com/ubuntu/ karmic-backports main restricted universe multiverse
    # deb-src http://pl.archive.ubuntu.com/ubuntu/ karmic-backports main restricted universe multiverse
    
    ## Uncomment the following two lines to add software from Canonical's
    ## 'partner' repository.
    ## This software is not part of Ubuntu, but is offered by Canonical and the
    ## respective vendors as a service to Ubuntu users.
    deb http://archive.canonical.com/ubuntu karmic partner
    deb-src http://archive.canonical.com/ubuntu karmic partner
    
    deb http://ubuntu.ynet.sk/ubuntu/ karmic-security main restricted universe
    deb-src http://ubuntu.ynet.sk/ubuntu/ karmic-security main restricted
    deb http://ubuntu.ynet.sk/ubuntu/ karmic-security multiverse
    deb-src http://ubuntu.ynet.sk/ubuntu/ karmic-security multiverse
    deb http://packages.medibuntu.org/ karmic free non-free
    I have only 1 key, that is not the VLC one. I have added only mediubuntu repository, the others are just default.
    The trouble with computers, of course, is that they are very sophisticated idiots.

  10. #10
    Join Date
    Jul 2009
    Beans
    176
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Requires installation of untrusted packages

    Ok, problem solved by changing the repository to the main one.
    The trouble with computers, of course, is that they are very sophisticated idiots.

Page 1 of 8 123 ... LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •