I guess that is a real noob question, but how can I translate such a package overview like that:
https://packages.ubuntu.com/source/xenial/openbox
into an appropriate sudo apt-add-repository
command ??
I am on a freshly install ubuntu 18.04 server an I like to install that package.
Thanks for help!
sources.list
?? – philipp Sep 07 '18 at 07:39[universe]
,[restricted]
or[multiverse]
and use those instead ofuniverse
in the commands from the linked post. – muru Sep 07 '18 at 08:36