0

I am using Oneiric Beta 2.

Installed it yesterday. Then downloaded 350+ MB of updates and installed it.

Then when I tried to auto-mount my drives using Storage manager, I screwed up and the system will boot right up to the Ubuntu Splash screen, then turn off.

Anyways planning to reinstall Ubuntu again. But I do not want to have to download the updates again. I have a copy of all the downloaded update files with me.

Can anyone tell me how I can install the updates from the hard drive without downloading them again ??

Thanks in advance.....

aj31
  • 11

1 Answers1

2

sudo dpkg -i *.deb will install all the .deb packages on the current directory in to your system.

Open a terminal, change the directory to where you saved your downloaded packages and use the command to install the packages that you previously saved.

If you have copied the packages to a USB pen, plug it in, open a terminal and change directory to where the USB pen was mounted (it should be a mount point under /media).

After you located the files you saved use the command to install the files.

Bruno Pereira
  • 73,643