How to force a reinstall of the system
Oliver Grawert
ogra at ubuntu.com
Wed Oct 24 08:05:30 UTC 2018
hi,
Am Mittwoch, den 24.10.2018, 10:46 +0700 schrieb Olivier:
> Hello,
>
> I am running a minimal version of Ubuntu on a single board
> computer. There is no complete version of Ubuntu available for that
> SBC.
>
> I have spent some time trying to install all I need to turn it into a
> normal Ubuntu, but some bits and parts are missing that I cannot
> manage
> to locate.
>
> Is there a way to force a complete installation of Ubuntu (desktop
> version) on a system? Like
> "apt-get insall all-that-is-missing-to-make-normal-Ubuntu"
>
ubuntu uses tasks (represented by the little caret below) to build the
official images, for the basic system you'd do something like:
sudo apt update # (to make sure your package lists are up to date)
sudo apt install ubuntu-minimal^ ubuntu-standard^
if you want the whole UI installed on top of it:
sudo apt install ubuntu-desktop^
ciao
oli
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: This is a digitally signed message part
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20181024/4519f541/attachment.sig>
More information about the ubuntu-users
mailing list