V
V
vangod2016-04-19 17:28:06
linux
vangod, 2016-04-19 17:28:06

Debian 8.4. What programs are included in the installation discs?

Where can I find information about the applications included in the first installation disk and subsequent ones? I'm interested in applications, not complete lists of thousands of packages.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Ivan Bogachev, 2016-04-19
@sfi0zy

I doubt there is such a list anywhere - the easiest way is to run debian in virtualbox and see what's there. But there is one more thing: you say that you will not have the Internet, but you can insert storage media into your computer on which the installation will take place, which means you can separately download the packages you are interested in with their dependencies in debian with the Internet

sudo apt-get clean
sudo apt-get --download-only install <package_name>

your packages will be in /var/cache/apt/archives/
and then install them on another computer "offline" with
sudo dpkg -i --force-depends *.deb

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question