3

I would like to know what is the best way to install a minimal Ubuntu setup similar to Arch. Now seeing that the mini.iso is gone is the Ubuntu Server a good option or something else? Thanks in advance.

Thund3r
  • 33
  • 1
    If by "minimal" you mean "no-GUI", than Ubuntu Server is the most logical way to go. There are other versions, such as .iso files that are custom-made for various cloud vendors, but a stock Server installation will give you everything you need out of the box. – matigo Dec 15 '21 at 13:21
  • "Best" is subjective. What is "best" for you? – vanadium Dec 15 '21 at 13:21
  • By best i mean the iso which does the formatting and user creation for me but i choose which packages to install. Obviously i want an official iso that does this. Although creating user and formatting isnt mandatory since i can do this myself but its nice when the installer does it for me and saves me time. – Thund3r Dec 15 '21 at 13:28
  • @matigo Does the Server install adds some packages that are not needed for desktop use? Or does it let me choose what i want to install? – Thund3r Dec 15 '21 at 13:33
  • 1
    Have not installed server for a while, but it used this tasksel https://help.ubuntu.com/community/Tasksel. If you choose nothing then you have a minimal install. You then can install just a gui, or a full desktop which is gui & lots of apps, but varies by flavor. https://ubuntu.com/download/flavours – oldfred Dec 15 '21 at 15:30
  • You have apt: You can always choose what to install and what to remove. "Unused" packages seem impossible for us to predict, since we don't know your use. – user535733 Dec 15 '21 at 15:36
  • See this link if you want a portable network after installing. – sudodus Dec 15 '21 at 16:04

1 Answers1

5

You still can get mini.iso of Ubuntu 20.04 LTS from

http://archive.ubuntu.com/ubuntu/dists/focal/main/installer-amd64/current/legacy-images/netboot/

and then build any type of system on top of it using Aptitude and other CLI/TUI-based lightweight tools without huge massive Snaps and cloud init.

N0rbert
  • 99,918