Tagged Questions
1
vote
1answer
87 views
Software Center not opening in Linux Mint
I'm a Linux Mint 14 user. I'm not able to open the software center.
$ software-center
ERROR:root:DebFileApplication import Traceback (most recent call last): File ...
3
votes
3answers
317 views
Why does installing python-minimal package also grab the python package on Debian?
From running:
apt-cache depends python2.6-minimal | grep Depends
and
apt-cache depends python2.6 | grep Depends
it looks like python2.6 depends on python2.6-minimal and a lot more.
However, ...
0
votes
3answers
192 views
*nix whose package manager DOES NOT split Python into multiple packages
Is there a *nix whose package manager doesn't split Python into multiple packages (typically something like python and python-devel). I'd really like to just get the entire standard library when I ...
3
votes
2answers
2k views
How to install Python 3.x on Debian?
Being new to Linux, I chose Debian for my Linode because it seemed stable and secure. Now I want to write some sysadmin-type scripts in Python to teach myself the language. Based on this SO question ...