Results 1 to 4 of 4

Thread: E:Unable to Locate Package

Hybrid View

  1. #1
    Join Date
    Apr 2013
    Beans
    2

    Question E:Unable to Locate Package

    I have noticed this thread before, but a solution was not found. I am getting the following error upon running a script:

    Install-LoL-on-Wine.sh: 33: Install-LoL-on-Wine.sh: gnutls-cli: not found
    "gnutls" not installed.

    Which leads me to try:
    sudo apt-get install gnutls

    Resulting in:
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    E: Unable to locate package gnutls

    I had several other packages missing, and I was able to install them using this method. gnutls however seems to pose a challenge. Any idea how to install it?

  2. #2
    Join Date
    May 2007
    Location
    The New Forest
    Beans
    Hidden!
    Distro
    Xubuntu

    Re: E:Unable to Locate Package

    Use the right package name

    From a terminal

    Code:
    apt-cache search gnutls
    or try a search for gnutls - first result from googlubuntu

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

    which would imply that

    Code:
    sudo apt-get install gnutls-bin
    will help.

    You can also search for packages here

    http://packages.ubuntu.com/

  3. #3
    Join Date
    Apr 2013
    Beans
    2

    Re: E:Unable to Locate Package

    Thank You! Excellent response. You have solved my problem and taught me how to avoid it.

  4. #4
    Join Date
    May 2007
    Location
    The New Forest
    Beans
    Hidden!
    Distro
    Xubuntu

    Re: E:Unable to Locate Package

    welcome

    you can have a look here to see how to mark thread as solved

    http://ubuntuforums.org/showthread.p...1#post12536730

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
  •