Find the answer to your Linux question:
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 ...
  1. #1
    mss
    mss is offline
    Just Joined! mss's Avatar
    Join Date
    Jan 2006
    Posts
    45

    Cool 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

  2. #2
    Linux Guru Juan Pablo's Avatar
    Join Date
    Mar 2006
    Location
    /home/south_america/ecuador/quito
    Posts
    2,064
    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

  3. #3
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,308
    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.
    if you have installed package group with apt-get then --purge wont remove all other packages.
    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •