Warning

 

Close
Confirm Action

Are you sure you wish to do this?

Cancel Confirm
AR15.COM
1/10/2013 6:02:37 AM EDT
I am a complete Linux noob.

How do I install a .deb package that I have downloaded?  The program is not in my package manager, so I downloaded the .deb package.

Where do I need to save the package, and do I need to extract the files first before installing?  and how do I install it?
1/10/2013 6:08:38 AM EDT
[#1]
(as root):






dpkg -i package.deb




EDIT: Save the package wherever you'd like. Assuming you save it to your home directory, you could use:




dpkg -i ~/package.deb

 
1/10/2013 6:14:05 AM EDT
[#2]
Quoted:
(as root):

dpkg -i package.deb

EDIT: Save the package wherever you'd like. Assuming you save it to your home directory, you could use:

dpkg -i ~/package.deb
 


This. And this for using Debian -->
1/10/2013 6:16:00 AM EDT
[#3]
Normally, a .deb can just be double clicked to install.  There is also "dpkg"

Typical command line stuff to take note of.

These are for packages in your repositories.  (you can also add to your list of repositories)
sudo apt-get update     -     updates your computers list of what packages are available
sudo apt-get upgrade   -     upgrades your currently installed software to the most current versions.
sudo apt-get install ********     -       Where package name is the *********     such as    "sudo apt-get install mozilla-firefox"


1/10/2013 6:35:59 AM EDT
[#4]
Any luck?
1/10/2013 7:54:03 AM EDT
[#5]
Haven't tried it yet; just got back in office.  I'll update you around 2pm.
1/10/2013 7:55:01 AM EDT
[#6]
Once I have installed the package, do I need to keep the downloaded .deb file or can I toss it?
1/10/2013 7:55:28 AM EDT
[#7]



Quoted:


Once I have installed the package, do I need to keep the downloaded .deb file or can I toss it?


You can toss it.

 
1/10/2013 7:57:01 AM EDT
[#8]
YAY FOR LINUX

1/10/2013 9:07:22 AM EDT
[#9]
.deb is damn close to a .exe install file.  Debian FTW.  Transitioned over to Debian strictly since Etch.
1/11/2013 7:12:27 AM EDT
[#10]
Quoted:
(as root):

dpkg -i package.deb

EDIT: Save the package wherever you'd like. Assuming you save it to your home directory, you could use:

dpkg -i ~/package.deb
 


OK - I figured that out.  I got a message that jitsi depends on libxalan2 -java package but that package is not installed.

So I went to Synaptic Package Mgr to add that package (and the other ones that SPM said would also be required with that package).  downloading those packages now.....
1/11/2013 7:21:38 AM EDT
[#11]

You "can" use apt, aptitude or synaptic to install local deb files as well.


To resolve dependencies automatically you can use
apt-get -f install package.deb 



disclaimer, I could be terribly wrong I haven't used apt to install a deb package in a very long time.
1/11/2013 7:29:32 AM EDT
[#12]
Ubuntu is essentially debian enhanced.  Their software center allows search of any package you may need and easy one click install.  I have used debian before, but like Ubuntu better.

And the OP probably found out, any dependent software reports on missing dependencies, just search and install those and all will be fine.
1/11/2013 7:42:34 AM EDT
[#13]
Quoted:
Ubuntu is essentially debian enhanced.  Their software center allows search of any package you may need and easy one click install.  I have used debian before, but like Ubuntu better.

And the OP probably found out, any dependent software reports on missing dependencies, just search and install those and all will be fine.


ok, groping my way toward enlightenment

discovered teh missing dependencies.
got those packages and installed them via Synaptic
got jitsi installed.

Now which file do I click on to start the program?  Is there a particular extension I am looking for?
1/11/2013 7:44:33 AM EDT
[#14]
In my day, we used configure/make/make install and we were grateful!


ps - I still install everything from source that doesn't come with my distro.  It's not hard.
1/11/2013 8:56:10 AM EDT
[#15]
Got Jitsi to work, but cannot get to work with getonsip or sip2sip.   I'll save it for a later day.

Thanks for everyone's help.  I felt like I was 9 years old again, teaching myself BASIC on my Commodore 64.
1/11/2013 12:32:56 PM EDT
[#16]



Quoted:


Got Jitsi to work, but cannot get to work with getonsip or sip2sip.   I'll save it for a later day.



Thanks for everyone's help.  I felt like I was 9 years old again, teaching myself BASIC on my Commodore 64.


I have no idea what either of those applications are, but as a telephony geek (by trade and by hobby), I'm intrigued. Off to Google...

 
1/11/2013 12:35:52 PM EDT
[#17]
Quoted:

Quoted:
Got Jitsi to work, but cannot get to work with getonsip or sip2sip.   I'll save it for a later day.

Thanks for everyone's help.  I felt like I was 9 years old again, teaching myself BASIC on my Commodore 64.

I have no idea what either of those applications are, but as a telephony geek (by trade and by hobby), I'm intrigued. Off to Google...  


Those are not applications but providers; Unless you are actually talking about SIP, if so then you should surrender your telephony geek badge immediately.

1/11/2013 12:40:14 PM EDT
[#18]



Quoted:



Quoted:




Quoted:

Got Jitsi to work, but cannot get to work with getonsip or sip2sip.   I'll save it for a later day.



Thanks for everyone's help.  I felt like I was 9 years old again, teaching myself BASIC on my Commodore 64.


I have no idea what either of those applications are, but as a telephony geek (by trade and by hobby), I'm intrigued. Off to Google...  




Those are not applications but providers; Unless you are actually talking about SIP, if so then you should surrender your telephony geek badge immediately.



I am talking about SIP, and I love it. My home phone is a SIP trunk, terminated on a Cisco 2811 ISR. Geek badge firmly attached to shirt.





 
1/18/2013 9:36:17 AM EDT
[#19]
Many thanks to all who replied.  Greatly appreciate the help!

On another note, I have now dual-booted my main laptop with Windows 7 and Ubuntu.  Coming from windows, Ubuntu isn't too hard to figure out.  I like it.