Yes, you can include Linux packages in a file and instruct the command prompt to fetch them.
Yes, you can include Linux packages in a file and instruct the command prompt to fetch them.
You should save the packages to a folder instead of a single file. The installation process requires each package to be added in the right sequence—using the exact command "dpkg -i packagenameshere" won’t work unless they’re ordered properly, since it can’t handle dependency sorting automatically.
Consider exploring Arch Linux for your operating system installation. Connected Linux systems stay current and protected through a package manager. I strongly advise using them and their repositories to benefit from contributions by many developers.
They must follow a particular installation sequence and manage various dependencies that aren’t always straightforward. For example, Package A might depend on 5 items, while Dependency B and C each have 3 more, creating a complex chain. This can quickly lead to dependency issues. You mentioned wanting flexibility in choosing only essential components, as Ubuntu’s packages are pre-linked, limiting options. You’d likely need to rebuild each package separately to fit your requirements. What you’re asking relates to the architecture of Arch Linux.
I reviewed a tutorial about downloading an Ubuntu mini ISO. They showed how to build the OS from scratch using package downloads and setup steps tailored to their needs. I’m confused about why you’re hearing different instructions, since the video explained a different process. You just want to install specific packages into a file or directory and run the appropriate commands.
Are you aiming for fewer packages in Ubuntu? You can simply opt for the minimal installation and add items only when necessary. Alternatively, consider starting with an Ubuntu Server. Why not test it on a virtual machine or follow the tutorial?
If they were linked online and fetching from the repository via apt, dependency management is taken care of automatically. My earlier comments about packages were about your local setup, which makes sense because you're planning to store them in a folder. Static dependencies exist, but it's up to the package provider to decide which essentials are needed, especially in Ubuntu where simplicity is prioritized and non-essential parts are included by default. Whether you're interested in that detail matters. If you were happy with the outcome from the video, just go along with it.