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,392
  • 12
  • 115
  • 163
Alice
  • 1,640
  • 3
  • 18
  • 36

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
  • 97,162
  • 34
  • 239
  • 423
Patient32Bit
  • 121
  • 7
  • it does not return helpful info `[sudo] password for me: Sorting... Done Full Text Search... Done ` – Alice Jan 11 '19 at 10:26