I was trying to instal joe
editor on my newly created VM Ubuntu but it fails.
buntu@ubuntu:~/Desktop$ sudo apt-get install -y joe
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package joe
ubuntu@ubuntu:~/Desktop$
universe
repository? – steeldriver Jan 25 '22 at 13:48joe
andjoe-jupp
packages. So you need to runsudo apt-get update
on supported Ubuntu release followed bysudo apt-get install joe
orsudo apt-get install joe-jupp
. – N0rbert Jan 25 '22 at 13:55