LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 10-10-2007, 02:42 AM   #1
glacy_gla
LQ Newbie
 
Registered: Oct 2007
Posts: 3

Rep: Reputation: 0
Smile download ubuntu softwares manually


I only use my mobile phone as modem for my internet connection, I cant update my softwares for ubuntu 7.04, is there anyway I can download it manually? I can only download large files in my workplace.
 
Old 10-10-2007, 03:50 AM   #2
b0uncer
LQ Guru
 
Registered: Aug 2003
Distribution: CentOS, OS X
Posts: 5,131

Rep: Reputation: Disabled
Yes, you could download all the needed .deb files and install them with dpkg. It's the same apt does, but apt resolves dependencies, and automatically downloads all needed files for you; if you do it manually, you're the one who has to make sure all the dependencies are downloaded. You could probably (if apt just supports it) ask apt to do a "fake" upgrade process, meaning that it would show what should be downloaded but wouldn't then do it. Sort of gave you a list of things to be downloaded. Then you could use that list as your "guide" when downloading them manually (they're on the Ubuntu reposities anyway, though it's not quite as easy getting them without apt doing it for you).

When you've downloaded the packages (put them into the same dir for easiness),
Code:
dpkg -i packagename.deb
for each package, or probably just
Code:
dpkg -i *.deb
in the directory.

EDIT: you could probably also do
Code:
dpkg -Ri /path/to/package/directory/
to have dpkg install (upgrade, if already installed) all the packages in /path/to/package/directory/ recursively; -R means "recursive", and with it you give dpkg the directory path under which all the packages to be installed are, rather than package names.

Last edited by b0uncer; 10-10-2007 at 03:54 AM.
 
Old 10-10-2007, 08:53 AM   #3
glacy_gla
LQ Newbie
 
Registered: Oct 2007
Posts: 3

Original Poster
Rep: Reputation: 0
Smile

Quote:
Originally Posted by b0uncer View Post
Yes, you could download all the needed .deb files and install them with dpkg. It's the same apt does, but apt resolves dependencies, and automatically downloads all needed files for you; if you do it manually, you're the one who has to make sure all the dependencies are downloaded. You could probably (if apt just supports it) ask apt to do a "fake" upgrade process, meaning that it would show what should be downloaded but wouldn't then do it. Sort of gave you a list of things to be downloaded. Then you could use that list as your "guide" when downloading them manually (they're on the Ubuntu reposities anyway, though it's not quite as easy getting them without apt doing it for you).

When you've downloaded the packages (put them into the same dir for easiness),
Code:
dpkg -i packagename.deb
for each package, or probably just
Code:
dpkg -i *.deb
in the directory.

EDIT: you could probably also do
Code:
dpkg -Ri /path/to/package/directory/
to have dpkg install (upgrade, if already installed) all the packages in /path/to/package/directory/ recursively; -R means "recursive", and with it you give dpkg the directory path under which all the packages to be installed are, rather than package names.
so in linux installing softwares are different, i thought its the same with windows way of double click after download.anyway its like going back to the basics of computing.what's dpkg? never mind i'll just read the threads how to do it. Thank you.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
download ubuntu softwares jeyram Linux - Software 5 07-16-2007 01:01 AM
Manually download virus definitions for ClamAV? Harry Seldon Linux - Enterprise 1 01-31-2007 01:00 PM
Where To Get Linux Softwares To Download xxmannxx Linux - Software 3 03-04-2006 09:40 AM
Just installed my first program manually, how do I open it? (Ubuntu) xLunatiK Linux - Newbie 4 01-31-2006 12:35 AM
Howto manually download and install Mandrake bugfixes? Fnurr Mandriva 2 01-18-2005 03:27 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 05:32 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration