F5F Stay Refreshed Software Operating Systems 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.

Yes, you can include Linux packages in a file and instruct the command prompt to fetch them.

Pages (2): 1 2 Next
R
ripa5000
Posting Freak
884
02-07-2016, 12:27 PM
#1
You can download the necessary packages from the internet, save them into a folder called "download," then open the command prompt and run sudo apt install <package-name> to install them.
R
ripa5000
02-07-2016, 12:27 PM #1

You can download the necessary packages from the internet, save them into a folder called "download," then open the command prompt and run sudo apt install <package-name> to install them.

G
Goldenshmiley
Member
60
02-09-2016, 01:49 AM
#2
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.
G
Goldenshmiley
02-09-2016, 01:49 AM #2

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.

C
ChristineD
Member
69
02-16-2016, 12:21 AM
#3
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.
C
ChristineD
02-16-2016, 12:21 AM #3

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.

M
Magaju
Junior Member
32
03-08-2016, 07:08 PM
#4
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.
M
Magaju
03-08-2016, 07:08 PM #4

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.

W
Waffle_____
Junior Member
13
03-09-2016, 11:51 PM
#5
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.
W
Waffle_____
03-09-2016, 11:51 PM #5

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.

_
_SiebePlayz_
Junior Member
40
03-10-2016, 04:07 AM
#6
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?
_
_SiebePlayz_
03-10-2016, 04:07 AM #6

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?

K
KlayDog1
Senior Member
685
03-10-2016, 04:49 AM
#7
What is vm?
K
KlayDog1
03-10-2016, 04:49 AM #7

What is vm?

M
mjt2789
Senior Member
483
03-10-2016, 05:30 AM
#8
Virtual machine. Allows you to execute an OS inside another OS. Consider trying it for a smoother Ubuntu installation.
M
mjt2789
03-10-2016, 05:30 AM #8

Virtual machine. Allows you to execute an OS inside another OS. Consider trying it for a smoother Ubuntu installation.

L
Lindinger
Member
208
03-10-2016, 07:55 AM
#9
It seems the video demonstrated the steps to proceed, but whenever I tried to open it, the Ubuntu system couldn't locate my storage. The scan would fail, and even when I attempted to cancel the installation, it wouldn't let me do so.
L
Lindinger
03-10-2016, 07:55 AM #9

It seems the video demonstrated the steps to proceed, but whenever I tried to open it, the Ubuntu system couldn't locate my storage. The scan would fail, and even when I attempted to cancel the installation, it wouldn't let me do so.

J
Jerryx01
Posting Freak
870
03-12-2016, 08:54 AM
#10
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.
J
Jerryx01
03-12-2016, 08:54 AM #10

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.

Pages (2): 1 2 Next