Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

[SOLVED] install .deb package from download

New to Debian (Or Linux in general)? Ask your questions here!
Post Reply
Message
Author
raygo1975
Posts: 36
Joined: 2010-01-25 02:41

[SOLVED] install .deb package from download

#1 Post by raygo1975 »

I am running Debian Lenny on a Dell Vostro 1500. I have gotten the correct network card drivers up and running however I need to get a network manager working so I can configure my wireless card to use my network. I have downloaded the wicd deb package but how do I install it? Do I use apt-get install and if so how do I get it to see the downloaded file? I am at a loss here and need help.

Any help is appreciated.
Last edited by raygo1975 on 2010-07-05 19:50, edited 2 times in total.

User avatar
Raffles10
Posts: 191
Joined: 2008-12-09 16:36
Location: London, UK

Re: install .deb package from download

#2 Post by Raffles10 »

Install gdebi, it lets you install local deb packages resolving and installing their dependencies. :wink:
Debian Squeeze + KDE 4.4.4 + AMD Athlon™ 64 X2 Dual Core Processor 6000 + nVidia GeForce 8600

Burnside
Posts: 614
Joined: 2006-07-23 20:33
Location: Bend, OR

Re: install .deb package from download

#3 Post by Burnside »

To install individual .debs:

Code: Select all

dpkg -i <path/to/package.deb>
But, wicd probably has some dependencies that will need to be met before it will install. It'll be easier to connect via eithernet and apt-get the package or to set up your wireless network via /etc/network/interfaces:

http://wiki.debian.org/WiFi/HowToUse#wpasupplicant

raygo1975
Posts: 36
Joined: 2010-01-25 02:41

Re: install .deb package from download

#4 Post by raygo1975 »

Thanks dpkg works and you are right there are dependences. Is there anywhere I can go to get a list of all the dependences for wicd? In the mean time tomorrow I will read the man page for interfaces and see if I can figure that out.

User avatar
craigevil
Posts: 5391
Joined: 2006-09-17 03:17
Location: heaven
Has thanked: 28 times
Been thanked: 39 times

Re: install .deb package from download

#5 Post by craigevil »

You might try using Welcome to Sushi, huh? package downloader for offline GNU/Linux systems - http://sushi-huh.sourceforge.net/ or apt-zip

apt-zip Description: Update a non-networked computer using apt and removable media
These scripts simplify the process of using dselect and apt on a
non-networked Debian box, using removable media like ZIP floppies and
USB keys.
One generates a `fetch' script (supporting backends such as wget and
lftp, in a modular, extensible way) to be run on a host with better
connectivity, check space constraints of your removable media, and
then install the package on your Debian box.
Homepage: http://alioth.debian.org/projects/apt-zip

wicd http://packages.debian.org/lenny-backports/wicd
Raspberry PI 400 Distro: Raspberry Pi OS Base: Debian Sid Kernel: 5.15.69-v8+ aarch64 DE: MATE Ram 4GB
Debian - "If you can't apt install something, it isn't useful or doesn't exist"
My Giant Sources.list

Burnside
Posts: 614
Joined: 2006-07-23 20:33
Location: Bend, OR

Re: install .deb package from download

#6 Post by Burnside »

Code: Select all

apt-cache show wicd


will list dependencies as will searching for the package at packages.debian.org

raygo1975
Posts: 36
Joined: 2010-01-25 02:41

Re: install .deb package from download

#7 Post by raygo1975 »

craigevil wrote:You might try using Welcome to Sushi, huh? package downloader for offline GNU/Linux systems - http://sushi-huh.sourceforge.net/ or apt-zip

apt-zip Description: Update a non-networked computer using apt and removable media
These scripts simplify the process of using dselect and apt on a
non-networked Debian box, using removable media like ZIP floppies and
USB keys.
One generates a `fetch' script (supporting backends such as wget and
lftp, in a modular, extensible way) to be run on a host with better
connectivity, check space constraints of your removable media, and
then install the package on your Debian box.
Homepage: http://alioth.debian.org/projects/apt-zip

wicd http://packages.debian.org/lenny-backports/wicd
The only host I have that has internet is running Windows (I know that is a dirty word here) so I do not beleive this will help me.

raygo1975
Posts: 36
Joined: 2010-01-25 02:41

Re: install .deb package from download

#8 Post by raygo1975 »

Burnside wrote:

Code: Select all

apt-cache show wicd


will list dependencies as will searching for the package at packages.debian.org
only have internet when I boot into windows so this is no help either.

raygo1975
Posts: 36
Joined: 2010-01-25 02:41

Re: install .deb package from download

#9 Post by raygo1975 »

raygo1975 wrote:
Burnside wrote:

Code: Select all

apt-cache show wicd


will list dependencies as will searching for the package at packages.debian.org
only have internet when I boot into windows so this is no help either.
Sorry I went to packages.debian.org and I think I found what I need. Thanks

User avatar
craigevil
Posts: 5391
Joined: 2006-09-17 03:17
Location: heaven
Has thanked: 28 times
Been thanked: 39 times

Re: install .deb package from download

#10 Post by craigevil »

« Download - http://keryxproject.org/download/ runs in windows. :)
Keryx is a portable, cross-platform package manager for APT-based (Ubuntu, Debian) systems. It provides a graphical interface for gathering updates, packages, and dependencies for offline computers. Keryx is free and open source.
Raspberry PI 400 Distro: Raspberry Pi OS Base: Debian Sid Kernel: 5.15.69-v8+ aarch64 DE: MATE Ram 4GB
Debian - "If you can't apt install something, it isn't useful or doesn't exist"
My Giant Sources.list

Post Reply