Results 1 to 3 of 3

Thread: installing software - please help

  1. #1
    flandercan
    Guest

    installing software - please help

    I am a newby!!! i have a linux suse 7.1 install, everything works well exept programs that i download in RPM or TAR format. What i mean is i run through the RPM logged in as root, log back in as my self and i can not find the program anywhere, also with a tar, i am unzipping doing a ./configue and then make install, I seem to have all the files but can not work out how to run the apps.

    Could anyone point me to some documentation on installing software?

    thanks

  2. #2
    JimH
    Guest

    Re:installing software - please help

    You need to know what the name of the executable is to be able to run the program and where the executable is installed if it is installed somewhere that isn't in your path. Under Linux executables for all users are usually placed in /bin, /usr/bin, /usr/local/bin or ./usr/X11R6/bin. Executables that usually require root access to run are stored in /sbin and /usr/sbin.

    When you install using an rpm you can find out what files are installed and to where. The format is: rpm -ql <packagename>

    Example if you didnt know what the executable was for gedit:

    $ rpm -ql gedit
    /usr/bin/gedit
    /usr/lib/gedit
    /usr/lib/gedit/plugins
    /usr/lib/gedit/plugins/libasciitable.a
    /usr/lib/gedit/plugins/libasciitable.la
    /usr/lib/gedit/plugins/libasciitable.so
    /usr/lib/gedit/plugins/libasciitable.so.0
    <output snipped I just wanted to give you an idea>

    Look at the very first line outputed: /usr/bin/gedit
    That shows gedit is the name of the executable. Note: some rpms have more then one executable program so it may not be that easy al the time.

    For software you compile and install from tar.gz files the best way would be to look at the docs. They will more then likely tell you how to run the program. If you want a tutorial on compiling and installing from sources look here.

    http://www-105.ibm.com/developerwork...E?OpenDocument

    Jim H


  3. #3
    flandercan
    Guest

    Re:installing software - please help

    massive help, i now have a couple of programs working i could not get working before.

    thanks for your reply

    paul

Similar Threads

  1. Microsoft's anti-spyware strategy
    By genesis in forum Windows - General Topics
    Replies: 2
    Last Post: 01-22-2005, 05:09 PM
  2. What you can do about spyware
    By genesis in forum Windows - General Topics
    Replies: 0
    Last Post: 01-22-2005, 08:50 AM
  3. The Software Developer as Movie Icon
    By coltrane in forum General Chat
    Replies: 5
    Last Post: 02-20-2003, 11:52 PM
  4. Installing tar.gz Software
    By klrmar in forum Linux - Software, Applications & Programming
    Replies: 74
    Last Post: 05-07-2002, 10:56 PM
  5. Installing Software Globally
    By beforewisdom in forum Suse
    Replies: 0
    Last Post: 09-15-2001, 07:36 PM

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
  •