0

I have got around 15 Nos. DVDs from a friend of mine. These DVDs contain 14.04 (Trusty Tahr) amd64 Repository ck contains all the 64 bit programs available in the Ubuntu repositories - main, universe, multiverse and restricted - of the Ubuntu Trusty Tahr(Ubuntu 14.04) release.

Unfortunately, being a novice I do not know how I can install these packages from my DVD to my hard disk.

Can any one of my dear friends, kindly come up for my guidance, please.

with deep regards Anil kumar

mikewhatever
  • 32,638
  • See this, http://askubuntu.com/questions/974/how-can-i-install-software-or-packages-without-internet-offline – devGeek Oct 15 '14 at 03:25

1 Answers1

2

use

$sudo apt-cdrom add

to add these DVD to repository list

and then use

$sudo apt-get update

and then

$sudo apt-get install {package name}
Aravir
  • 36