Tagged Questions
1
vote
1answer
139 views
There is Trac, there is Babel, but I don't see “language”
I've installed on a Debian system Trac 0.12 (thanks to easy_install install Trac 0.11, but I want 0.12 ) and know I want to get the localization (for French).
So I've installed Babel, but that ...
2
votes
1answer
269 views
easy_install install Trac 0.11, but I want 0.12
I run the following on Debian:
(#:~)- easy_install Trac
Searching for Trac
Best match: Trac 0.11.1
Adding Trac 0.11.1 to easy-install.pth file
Installing trac-admin script to /usr/bin
Installing ...
4
votes
2answers
1k views
In Ubuntu/Debian, how do I mark a package as non-auto removable?
Suppose I have a package (a Python package in this case) that I install using Synaptic. Because the version of this package is somewhat outdated, I remove it in Synaptic and then install it using ...