Using Debian DVD as software source in Ubuntu

Asked by Majid Navabi

Hi. I have a Debian large image (dvd) , can I use it as software source in Ubuntu so I can install many apps from that media instead of internet? If yes, plz tell me how. I tried to do this by clicking "add cdrom" in software source, but it didn't work. If I can't do it can you plz tell me how I can install apps in ubuntu with no internet connection? Thanks in advance.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu apt Edit question
Assignee:
No assignee Edit question
Solved by:
N1ck 7h0m4d4k15
Solved:
Last query:
Last reply:
Revision history for this message
Best N1ck 7h0m4d4k15 (nicktux) said :
#1

Hi ,

is little bit difficult to install apps without Internet , because lot of apps needs dependencies.. , so probably you will must struggling with dependencies , if are not satisfied.

It would be better if you had an Ubuntu DVD ...

Place the CD/DVD inside .. and then open a terminal and write

$ sudo apt-cdrom add
$ sudo apt-get update

and then try to install software with

$ sudo apt-get install <package name>

Thank you.

Revision history for this message
Majid Navabi (majidnavabi) said :
#2

Thanks. It did work.

Revision history for this message
Majid Navabi (majidnavabi) said :
#3

Thanks NikTh, that solved my question.