DebianThis forum is for the discussion of Debian Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Introduction to Linux - A Hands on Guide
This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter.
For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own.
Click Here to receive this Complete Guide absolutely free.
Hello,
I would like to install mod_python on my debian sid.
I have found the package called libapache2-mod-python, but it depends on python (>=2.5).
As far as I can see, the package called python in debian sid is stuck to version 2.4.4-6.
Anyway, I also have the packages python2.4 (2.4.5-1) and python2.5 (2.5.2-2) installed.
How can I install mod_python?
(other than installing from source)
I have a list of uninstallable package in sid and there is not a single problem with this package or anything related to apache. A few problems with python but not what you are using.
Somehow I wonder if you are not mixing stable/unstable etc.. ?
Can you try this:
apt-cache policy python-fuse
And usually you should post the complete error messages, not the last lines. Here it doesn't mean anything, only because you said "unmet dep" that we can figure out which kind of problem you have.
Maybe also your list of repository (sources.list) is not correct?
debian:~# LC_MESSAGES=POSIX apt-get -s upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run `apt-get -f install' to correct these.
The following packages have unmet dependencies:
python-fuse: Depends: python (< 2.5) but 2.5.2-1 is installed
E: Unmet dependencies. Try using -f.
debian:~#
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.