apt-get install gnutls fails
Bug #1293949 reported by
Jeffrey Walton
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
gnutls26 (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
$ sudo apt-get install gnutls
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package gnutls
It would be great if Ubuntu provided a package alias for gnutls -> gnutls-bin (or perhaps all the gnutls related packages).
Try this one, it works for me.
$ apt-cache search gnutls
...
libgnutls-dev - GNU TLS library - development files
...
$ sudo apt install libgnutls-dev