I installed Ubuntu 18.04 some time ago on a computer and I don't remember exactly what I chose, but it must have been something like a basic/minimal installation, because some packages are missing (I had to install libreoffice-gnome for example). I was wondering if it's possible to install all the other packages I'm missing but that are available in the "full" configuration without completely reinstalling Ubuntu?
Asked
Active
Viewed 37 times
sudo apt update
and thensudo apt install packagename1 packagename2
and so on. Do you know what packages you want that you don't have? If you installed the minimal system and you want all of the default packages, the easiest and fastest way is probably to just start over and reinstall your whole system, rather than picking through the list of already installed packages. But before you do that, what is the end goal? Right now you can just install what you need.. – Nmath Jun 27 '19 at 17:34