2

I’m trying to install gnutls but get an error message:

$ sudo apt install gnutls
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package gnutls

I take us.ubuntu as source in software update setting.

How to install gnutls properly?

dessert
  • 39,982
Alice
  • 1,710

1 Answers1

5

You should use sudo apt search gnutls or visit packages.ubuntu.com before trying to install it.

I guess what you want to install is:

sudo apt install gnutls-bin

Hope that helps!

N0rbert
  • 99,918
  • it does not return helpful info [sudo] password for me: Sorting... Done Full Text Search... Done – Alice Jan 11 '19 at 10:26