Tagged Questions

1
vote
3answers
94 views

Script to make the debian package managers less worthless

On my linux (Ubuntu 11.04) development machine. I often need to install libraries from source. This always causes problems for me because the package manager doesn't consider packages installed from ...
1
vote
3answers
478 views

How can I list the minimal set of Debian packages needed to recreate a set of installed packages?

Is there a way of getting dpkg, apt-get or aptitude to produce a list of the packages which need to be installed on a second machine to duplicate the packages installed on a first? i.e. If I've ...
1
vote
2answers
891 views

What is the centOS equivalent?

apt-get install devscripts What is the equivalent in centOS?
0
votes
0answers
1k views

Lost connection to MySQL server at 'reading initial communication packet', system error: 113

I have two Debian boxes: used apt-get to install mysql-server mysql-client phpmyadmin used apt-get to install apache2 apache2-mod-php5 I'm trying to connect to the MySQL server using the Apache ...
0
votes
1answer
55 views

Preventing aptitude of upgrading compiled apps

I've been struggling for quite a time now. Each time I build and install an app, after running aptitude, it wants to upgrade it even if it is on the same version. I tried to build with apt-src and ...