Unable to locate package conky-manager

10,064

If you go the ppa's site, you can download this .deb for 32bit, or this .deb for 64bit, and install it.

Share:
10,064

Related videos on Youtube

Mehrdad Salimi
Author by

Mehrdad Salimi

حیدر بابا دونیا یالان دونیادی

Updated on September 18, 2022

Comments

  • Mehrdad Salimi
    Mehrdad Salimi over 1 year

    I want to install conky manager,I use 3 command to install it,

    sudo apt-add-repository -y ppa:teejee2008/ppa
    sudo apt-get update
    sudo apt-get install conky-manager
    

    for the first command, ouput is:

    gpg: keyring `/tmp/tmpfvhu7b/secring.gpg' created
    gpg: keyring `/tmp/tmpfvhu7b/pubring.gpg' created
    gpg: requesting key 2D0F61F0 from hkp server keyserver.ubuntu.com
    gpg: /tmp/tmpfvhu7b/trustdb.gpg: trustdb created
    gpg: key 2D0F61F0: public key "Launchpad PPA for Tony George" imported
    gpg: Total number processed: 1
    gpg:               imported: 1  (RSA: 1)
    OK
    

    and for the second command, output is:

    W: Failed to fetch http://ppa.launchpad.net/teejee2008/ppa/ubuntu/dists/nadia/main/source/Sources  404  Not Found
    
    W: Failed to fetch http://ppa.launchpad.net/teejee2008/ppa/ubuntu/dists/nadia/main/binary-amd64/Packages  404  Not Found
    
    W: Failed to fetch http://ppa.launchpad.net/teejee2008/ppa/ubuntu/dists/nadia/main/binary-i386/Packages  404  Not Found
    
    E: Some index files failed to download. They have been ignored, or old ones used instead.
    

    and for the thirdone output is:

    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    E: Unable to locate package conky-manager
    

    what is the problem? Is there another way to install conky manager?