473,513 Members | 2,391 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Debian dpkg problem

296 Contributor
Hello,

I am installing a package by the following command -->

dpkg -i firefox/swiftfox_2.0-1_pentium4.deb


But I am getting errors -->

(Reading database ... 104014 files and directories currently installed.)
Preparing to replace swiftfox 2.0-1 (using .../swiftfox_2.0-1_pentium4.deb) ...
Unpacking replacement swiftfox ...
dpkg: dependency problems prevent configuration of swiftfox:
swiftfox depends on libcairo2; however:
Package libcairo2 is not installed.
swiftfox depends on libglib2.0-0 (>= 2.8.0); however:
Version of libglib2.0-0 on system is 2.6.4-1.
swiftfox depends on libgtk2.0-0 (>= 2.8.1); however:
Version of libgtk2.0-0 on system is 2.6.4-3.
swiftfox depends on libpango1.0-0 (>= 1.10.0); however:
Version of libpango1.0-0 on system is 1.8.1-1.
swiftfox depends on libxinerama1; however:
Package libxinerama1 is not installed.
dpkg: error processing swiftfox (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
swiftfox


Please tell me what to do ?
Feb 19 '07 #1
1 1830
sicarie
4,677 Recognized Expert Moderator Specialist
Hello,

I am installing a package by the following command -->

dpkg -i firefox/swiftfox_2.0-1_pentium4.deb


But I am getting errors -->

(Reading database ... 104014 files and directories currently installed.)
Preparing to replace swiftfox 2.0-1 (using .../swiftfox_2.0-1_pentium4.deb) ...
Unpacking replacement swiftfox ...
dpkg: dependency problems prevent configuration of swiftfox:
swiftfox depends on libcairo2; however:
Package libcairo2 is not installed.
swiftfox depends on libglib2.0-0 (>= 2.8.0); however:
Version of libglib2.0-0 on system is 2.6.4-1.
swiftfox depends on libgtk2.0-0 (>= 2.8.1); however:
Version of libgtk2.0-0 on system is 2.6.4-3.
swiftfox depends on libpango1.0-0 (>= 1.10.0); however:
Version of libpango1.0-0 on system is 1.8.1-1.
swiftfox depends on libxinerama1; however:
Package libxinerama1 is not installed.
dpkg: error processing swiftfox (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
swiftfox


Please tell me what to do ?
This looks like two packages aren't installed, and the others listed need to be upgraded. I'm not too familiar with dpkg, but if you use:

Expand|Select|Wrap|Line Numbers
  1. sudo apt-get update
  2.  
that should update the installed packages, and then you can run
Expand|Select|Wrap|Line Numbers
  1. sudo apt-cache search swiftfox
  2.  
to find the version in the Debian repository, and then
Expand|Select|Wrap|Line Numbers
  1. apt-get install swiftfox****
  2.  
to install the correct program where **** is the version, or replace the whole thing by what apt-cache search returned.
Feb 19 '07 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

1
2595
by: Guillaume Gervais | last post by:
Hello there, I'm using Debian GNU/Linux testing/unstable (sarge) as an operating system. About a month ago, I installed python 2.3 on my machine, from the sources. And it worked perfectly. ...
15
4096
by: Colin J. Williams | last post by:
The distutils download page has: -------------------------------------------------------- Current stable release The current stable release is Distutils 1.0.2; you can download it as: *...
3
1873
by: Alex Stapleton | last post by:
Whenever I run python I get "Warning! you are running an untested version of Python." prepended to the start of any output on stdout. This is with Debian and python 2.3 (running the debian...
0
1198
by: Matthew Crouch | last post by:
Trying to put mysql on a Mepis(Debian) box. I use apt-get install mysql-server. What happens next is weird: the Sun license agreement appears, and informs me I need to click on "Accept" to...
9
2750
by: amhoov | last post by:
Hi all, I'm trying to install wxPython on Debian using 'apt-get install python-wxgtk2.4.' I've got both Python 2.3 and 2.4 installed with 2.4 set as my default. For whatever reason, wxPython...
1
2456
by: Cameron Laird | last post by:
How is Freeze--freeze.py <URL: http://wiki.python.org/moin/Freeze >--packaged for Debian? *Is* it packaged for Debian?
6
1821
by: BartlebyScrivener | last post by:
If there is a wxPython on Debian user in the house? I am using the version of the demo that came with the apt-get download of wxPython. I thought I'd followed the instructions for installing and...
1
2493
by: Steven Samuel Cole | last post by:
Hi all, I am trying to build a debian package for my python modules using stdeb and dpkg-buildpackage. The package building itself works, I also managed to have an entry point created and I can...
0
1899
by: Steven Samuel Cole | last post by:
Hi Stephane, thanks for your reply! :-) I do not get any notification or warning or whatever from dpkg, all output I get when running # sudo dpkg -i python-<package name>_0.0.1-4927-1_all.deb...
0
7171
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7388
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7545
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
7539
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5692
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
3240
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
1605
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
807
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
461
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.