Results 1 to 3 of 3
Hi everyone,
I am having some problems with apt and apache. I am trying to install a mod for apache that requires apache2 src files. So I used apt-get and ...
- 07-08-2007 #1
where are the files
Hi everyone,
I am having some problems with apt and apache. I am trying to install a mod for apache that requires apache2 src files. So I used apt-get and installed apache2-src. the problem is I have no idea where they are.
Where do they usually get put.
Another question I have is when you use apt-get --purge remove package it is suppose to (from my understanding) completely uninstall the package. But for some reason after running this command, there are still files belonging to this package around the system. Is there a better way to get rid of a package.
thanks in advance
- 07-08-2007 #2
Source packages are usually installed in /usr/src/<name of the package> , I don't know the answer to your second question but I'd try removing the package using DPKG wtih the packages in /var/cache/apt/archives/
Put your hand in an oven for a minute and it will be like an hour, sit beside a beautiful woman for an hour and it will be like a minute, that is relativity. --Albert Einstein
Linux User #425940
Don't PM me with questions, instead post in the forums
- 07-08-2007 #3if you have installed package group with apt-get then --purge wont remove all other packages.Another question I have is when you use apt-get --purge remove package it is suppose to (from my understanding) completely uninstall the package. But for some reason after running this command, there are still files belonging to this package around the system. Is there a better way to get rid of a package.
one should use aptitude for group installation coz it keeps a log of every single package installed as a part of group and removes all one go.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote
