Darn!, I want to install ubuntu, but, unfortunately I have not an internet connection..:(
Is that you question?!..
Err!, Worry not..here's a simple solution to your question..And all that you require is a "genuine friend" who has a system with Ubuntu + packages installed on it..
Use a computer where they have installed basic utility packages or where they have updated ubuntu. The packages will be in the folder “/var/cache/apt/archives”. Copy it to a removable disc or write them on to a CD/DVD (which ever makes you happy(!))”
Assume that the media name is Pen_Drive
Now, give this command in the terminal of that system which is updated(i.e from the place where you intend to copy the packages.
sudo cp -R /var/cache/apt/archives /media/Pen_Drive
Once the copy process is complete.
Unmount the removable device..and then insert this device in you computer..
and follow it up with these commands on the terminal:
cd /media/Pen_Drive/archives sudo cp -R * /var/cache/apt/archives
Now, if you want to install all the packages that is on your removeable device, then, type this command:
sudo dpkg -i *
However, if you want to install just selected packages, give this command:
sudo apt-get update
Then, go to Synaptic Package Manager and install the packages you want.
Update UBUNTU 8.04 without internet! (!)
Posted by
Bharath
on 22.12.08
Labels:
Linux,
Softwares,
Tips-Linux
2 comments:
Man!. this is some stuff..
I really needed this..lol lol..
How can debian expect us to update things every quarter..darn!!..
Me happpy for this..and more cos of you witty gritty and nutty way of explicating things..: :P :P
:D..
You're welcome!!
Post a Comment