Results 1 to 3 of 3
Let me apologize in advance if I don't use the proper terms for Linux, but I am a first timer. I have a laptop with Linux installed with Ubuntu (I ...
- 04-27-2009 #1Just Joined!
- Join Date
- Sep 2004
- Posts
- 3
extracting .deb files
Let me apologize in advance if I don't use the proper terms for Linux, but I am a first timer. I have a laptop with Linux installed with Ubuntu (I assume that is the GUI). I tried to download Juice Podcaster, and it downloaded a .deb file. When I went to extract it, it tried to use Gdebi, I think. I get an error, "Error: Dependency is not satisfiable
ython-xmms." What am I doing wrong?
- 04-27-2009 #2
I think what you're trying to do here is install, not extract. You do not extract DEB files; they're pre-packaged binaries similar to a MS Windows EXE file. That error is telling you that in order to install the program you want, you also need to install the package called "python-xmms."
Registered Linux user #270181
TechieMoe's Tech Rants
- 04-27-2009 #3
I searched through the ubuntu packages for python-xmms, and the last release under that name was for Dapper. Currently, they have a package called python-xmmsclient, but I don't know if that provides what Juice requires. You can try installed it and see.
May I suggest gpodder as a very good podcast catcher that is in the Ubuntu repos? To installCode:sudo apt-get install python-xmmsclient
More on installing software in Ubuntu here.Code:sudo apt-get install gpodder
And more on Ubuntu for people coming from Windows here.


Reply With Quote

