The intrepid tag has no wiki summary.
1
vote
1answer
632 views
libdb4.6-dev vs libdb4.7-dev
I want to install PHP 5.3 on Ubuntu Intrepid. To install apxs, I need to install libaprutil1-dev, which depends on libdb4.6-dev. When I look at installing that, apt-get wants to remove the currently ...
9
votes
3answers
4k views
How can I make a fake “active session” for gconf?
I've automated my Ubuntu installation - I've got Python code that runs automatically (after a clean install, but before the first user login - it's in a temporary /etc/init.d/ script) that sets up ...