Page 2 of 2 FirstFirst 12
Results 11 to 18 of 18

Thread: problem with update manager

  1. #11
    Join Date
    Oct 2012
    Location
    Chicago, Illinois
    Beans
    125

    Re: problem with update manager

    Dear Buddies
    Hi
    Eventually I succeed to ran these directives :

    Code:
    sudo aptitude -o Acquire::http::No-Cache=True -o Acquire::BrokenProxy=true update   sudo apt-get update
    However, The error:
    PHP Code:
     Requires installation of untrusted packages 
    is still appearing, I think its because of Deluge Bittorrent client application
    Because this is seen in details of error:

    PHP Code:
    deluge deluge-common deluge-gtk libgdata-common libgdata13 
    What can I do for this application for solving this problem with update manager?

  2. #12
    Join Date
    Jul 2007
    Location
    Poland
    Beans
    4,499
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: problem with update manager

    do you get deluge from PPA? Looks like you have it unsigned
    https://launchpad.net/+help-soyuz/ppa-sources-list.html
    if your question is answered, mark the thread as [SOLVED]. Thx.
    To post code or command output, use [code] tags.
    Check your bash script here // BashFAQ // BashPitfalls

  3. #13
    Join Date
    Oct 2012
    Location
    Chicago, Illinois
    Beans
    125

    Re: problem with update manager

    Hi vaphell
    What you have posted seems interesting, Nevertheless I am still novice with ubuntu and I got problem with this line:
    PHP Code:
    On the PPA's overview page, look for the       heading that reads Adding this PPA to your system. Make a note       of the PPA's locationwhich looks like:                  ppa:gwibber-daily/ppa 
    Where is PPA overview page and how can I find it?

    Regards
    Bobi

  4. #14
    Join Date
    Jul 2007
    Location
    Poland
    Beans
    4,499
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: problem with update manager

    that info page meant the main page of the ppa one is interested in.
    in case of deluge it would be this: https://launchpad.net/~deluge-team/+archive/ppa (repository maintained by deluge team in case you are not happy with the version found in official repositories). It shows this string: ppa:deluge-team/ppa

    But did you add deluge repository to the list of repositories your system pulls packages from? Check in 'Software sources' (Software Center->Edit->Software Sources->Other Sources)
    Last edited by Vaphell; April 14th, 2013 at 11:30 PM.
    if your question is answered, mark the thread as [SOLVED]. Thx.
    To post code or command output, use [code] tags.
    Check your bash script here // BashFAQ // BashPitfalls

  5. #15
    Join Date
    Oct 2012
    Location
    Chicago, Illinois
    Beans
    125

    Re: problem with update manager

    Hi vaphell
    First, I checked the route you had mentioned: Software Center->Edit->Software Sources->Other Sources

    The checkmark of http://ppa.launchpad.net/deluge-team was ON.

    Then I did exactly as it said in
    HTML Code:
    How do I use software from a PPA?
    however I still have this in terminal:
    Code:
    Fetched 2,265 kB in 4min 30s (8,362 B/s)
    Reading package lists... Done
    W: GPG error: http://ppa.launchpad.net oneiric Release: The following signatures were invalid: BADSIG C5E6A5ED249AD24C Launchpad PPA for Deluge Team
    W: GPG error: http://ir.archive.ubuntu.com oneiric Release: The following signatures were invalid: BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing Key <ftpmaster@ubuntu.com>
    W: A error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://extras.ubuntu.com oneiric Release: The following signatures were invalid: BADSIG 16126D3A3E5C1192 Ubuntu Extras Archive Automatic Signing Key <ftpmaster@ubuntu.com>
    
    W: GPG error: http://ir.archive.ubuntu.com oneiric-backports Release: The following signatures were invalid: BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing Key <ftpmaster@ubuntu.com>
    W: GPG error: http://ppa.launchpad.net oneiric Release: The following signatures were invalid: BADSIG 3BDAAC08614C4B38 Launchpad otto06217
    W: GPG error: http://ppa.launchpad.net oneiric Release: The following signatures were invalid: BADSIG 86D36DFDE6A250EA Launchpad PPA for skypewrapper
    W: Failed to fetch http://extras.ubuntu.com/ubuntu/dists/oneiric/Release  
    
    W: Some index files failed to download. They have been ignored, or old ones used instead.
    As it can be seen the ubuntu did not Fetch the deluge PPA key. So there is still my problem in update manager with Other Updates
    Last edited by babakflame; April 17th, 2013 at 01:01 PM.

  6. #16
    Join Date
    Jun 2006
    Location
    Nux Jam
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

  7. #17
    Join Date
    Jul 2007
    Location
    Poland
    Beans
    4,499
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: problem with update manager

    does it update when you disable everything but the standard repo?

    maybe something like this
    http://www.maketecheasier.com/solve-...ntu/2012/01/13
    if your question is answered, mark the thread as [SOLVED]. Thx.
    To post code or command output, use [code] tags.
    Check your bash script here // BashFAQ // BashPitfalls

  8. #18
    Join Date
    Oct 2012
    Location
    Chicago, Illinois
    Beans
    125

    Re: problem with update manager

    Hi buddies
    I think that eventually my problem solved and I ran the
    Code:
    sudo apt-get upade
    without any BADSIG error.

    Best Regards

    Bobi

Page 2 of 2 FirstFirst 12

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
  •