Results 1 to 3 of 3

Thread: Where did my program install to?

  1. #1

    Where did my program install to?

    Hi. I'm trying to install WSUQ&T on Ubuntu 11.04. It requires software that I installed using the "sudo apt-get install".

    Code:
    sudo apt-get install php5
     sudo apt-get install apache2
     sudo apt-get install libapache2-mod-php5  
     sudo apt-get install postgresql

    But now there are questions in the terminal that I don't know how to answer.

    Code:
    Specify the desired WSUQ&T file directory (ie. /var/www/html/hwol): 
    Enter the directory postgre is installed in (ie. /usr/local/pgsql):

    I have "/var/www" but not "/var/www/html/hwol". Should I just make one, and put the files in it?

    I have " /usr/local" but not " /usr/local/pgsql". Should I just make one? Where is postgre at? Shouldn't "/usr/local/pgsql" be the default directory?

    This software was developed on red hat. Could that cause problems?

  2. #2
    Join Date
    May 2007
    Location
    UK near Bedford
    Beans
    3,483
    Distro
    Ubuntu Development Release

    Re: Where did my program install to?

    in a terminal you can type

    Code:
    locate <filename>
    it will list all files with that name + path
    PC

    To get a terminal command to put its output into a file use this format
    {terminal command} > {filename}

  3. #3

    Re: Where did my program install to?

    Thanks, this is a really cool tool. But I'm not sure what to do with it. I tried [locate postgre] and I got 847 hits. I tried several other wordings and spelling. However I am yet to figure out where postgre is installed.

    So, what should I be looking for?

Tags for this Thread

Bookmarks

Posting Permissions

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