Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

How to install packages with the 3 DVD set?

Ask for help with issues regarding the Installations of the Debian O/S.
Post Reply
Message
Author
robidebb10
Posts: 4
Joined: 2020-09-07 13:59

How to install packages with the 3 DVD set?

#1 Post by robidebb10 »

How to install packages with the 3 DVD set?
Where is the list of the 3 DVD content for Buster?
I downloaded the 3 DVD set and installed Debian with them offline.
sources.list, 3 lines:
deb cdrom:[Debian GNU/Linro.bi.deb10ux 10.2.0 _Buster_ - Official amd64 DVD Binary-1&2&3...
Could not find the list for Buster, so I read in:
debian-9.0.0-amd64-xfce-CD-1.list
Tried with this package as an example: xfce4-clipman_1.4.1-1_amd64.deb
sudo apt remove xfce4-clipman
sudo apt install xfce4-clipman
E: Package 'xfce4-clipman' has no installation candidate
Where are the instructions to install the packages with the 3 DVD set?
Where is the ...amd64-xfce-CD-1.list files that list the content of the 3 DVD set for Buster?

arochester
Emeritus
Emeritus
Posts: 2435
Joined: 2010-12-07 19:55
Has thanked: 14 times
Been thanked: 54 times

Re: How to install packages with the 3 DVD set?

#2 Post by arochester »

Only the first DVD is bootable. The second and third DVDs are only Repositories of additional packages.

So install from the first DVD only. If you need to add additional packages it should tell you to install another DVD.

It is not usual to add every package because you will end up with a whole load of stuff you don't want/use/need and packages will go out of date - to be updated online.

Contents of DVDs are e.g. here https://mirrors.ocf.berkeley.edu/debian ... /list-dvd/

User avatar
RU55EL
Posts: 546
Joined: 2014-04-07 03:42
Location: /home/russel

Re: How to install packages with the 3 DVD set?

#3 Post by RU55EL »

Read the instructions on the download page: https://cdimage.debian.org/debian-cd/cu ... 64/bt-dvd/

Or here if you don't use bittorrent: https://cdimage.debian.org/debian-cd/cu ... 4/iso-dvd/

robidebb10
Posts: 4
Joined: 2020-09-07 13:59

Re: How to install packages with the 3 DVD set?

#4 Post by robidebb10 »

Debian Buster is already installed.
I want to install extra packages from the 3 set DVDs.
Is this the suggestion?
sources.list pointing to: deb cdrom:...
Boot from DVD-1
In Debian Installer Main Menu,
What option should I choose?
1- Detect and mount CD-ROM
2- Load Installer components from CD

User avatar
4D696B65
Site admin
Site admin
Posts: 2696
Joined: 2009-06-28 06:09
Been thanked: 86 times

Re: How to install packages with the 3 DVD set?

#5 Post by 4D696B65 »

robidebb10 wrote:Debian Buster is already installed.
I want to install extra packages from the 3 set DVDs.
Is this the suggestion?
sources.list pointing to: deb cdrom:...
https://manpages.debian.org/buster/apt/ ... .8.en.html


robidebb10
Posts: 4
Joined: 2020-09-07 13:59

Re: How to install packages with the 3 DVD set?

#7 Post by robidebb10 »

apt-cdrom is used to add a new CD-ROM to APT's list of available sources.
My sources.list is already pointing to the 3 DVD.

User avatar
RU55EL
Posts: 546
Joined: 2014-04-07 03:42
Location: /home/russel

Re: How to install packages with the 3 DVD set?

#8 Post by RU55EL »

Sorry, the information I posted wasn't what you were looking for.

But, I am happy that I learned something new today!

robidebb10
Posts: 4
Joined: 2020-09-07 13:59

Re: How to install packages with the 3 DVD set?

#9 Post by robidebb10 »

This is how I could install an extra package from the 3DVD sets. Here for an example, I use the “Clipman” package ( uninstalled first...) from the DVD-1:
debian-9.0.0-amd64-xfce-CD-1.list
From what DVD? A fellow above give the address to find the 3 .list files.
To check if the package is available:
sudo apt update
sudo apt search clipman
File manager Thunar: left click on cdrom to open terminal;
I have this path and use the find command:
/media/cdrom0$ find . -type f -iname "*clipman*"
2 results from the DVD no1:
./pool/main/x/xfce4-clipman-plugin/xfce4-clipman-plugin_1.4.3-1_amd64.deb
./pool/main/x/xfce4-clipman-plugin/xfce4-clipman_1.4.3-1_amd64.deb
Copy this package on the drive:
xfce4-taskmanager_1.2.2-1_amd64.deb
Then:
sudo apt install ./xfce4-clipman-plugin_1.4.3-1_amd64.deb
Voilà!
Could you suggest a more elegant way to do it?

User avatar
sunrat
Administrator
Administrator
Posts: 6457
Joined: 2006-08-29 09:12
Location: Melbourne, Australia
Has thanked: 116 times
Been thanked: 472 times

Re: How to install packages with the 3 DVD set?

#10 Post by sunrat »

robidebb10 wrote: Could you suggest a more elegant way to do it?
You should be able to install it directly from the DVD without copying first if your sources are correct. But a more elegant way would be to install it from the online Debian repositories. Plus software on the DVDs may get outdated eventually whereas the online repos always have the latest available versions.
“ computer users can be divided into 2 categories:
Those who have lost data
...and those who have not lost data YET ”
Remember to BACKUP!

Post Reply