I was trying to get Lynx (a text browser) installed using the suggested route from this article.
$ sudo apt install lynx
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package lynx is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'lynx' has no installation candidate
$
I get the same response using apt-get install
so there is something fundamentally wrong here.
Maybe the article was written before the lynx package was removed from apt ?
lynx
package is in the Ubuntu 'universe' repository. See How do I enable the "Universe" repository? – user535733 Sep 05 '22 at 19:27