473,405 Members | 2,344 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,405 software developers and data experts.

Debian dpkg problem

296 100+
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 1826
sicarie
4,677 Expert Mod 4TB
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
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
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
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
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
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
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
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
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
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
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
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
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
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
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
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,...

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.