Find the answer to your Linux question:
Results 1 to 2 of 2
hi with your help i learned how to install software in slackware this is what i had done till now go into directory /usr/local/src there i paste my all unzipped ...
  1. #1
    Linux Newbie bunty82's Avatar
    Join Date
    Sep 2007
    Location
    Asia
    Posts
    130

    software directory (slackware 12)

    hi
    with your help i learned how to install software in slackware
    this is what i had done till now

    go into
    directory
    /usr/local/src
    there i paste my all unzipped software folders
    from there
    i go into software folders
    let c if i want to install beryl
    i will go like
    /usr/local/src/beryl#
    i type
    ./configure
    some script runs
    after that i type
    make
    again a lot of things go
    after that
    i type
    make install
    and installation done
    now problem is
    where does those software goes
    i installed
    slapt-get
    beryl
    emerald
    only thing i am retrieve is
    slapt-get that to in terminal window
    with lots of option
    help

  2. #2
    Trusted Penguin Dapper Dan's Avatar
    Join Date
    Oct 2004
    Location
    The Sovereign State of South Carolina
    Posts
    4,562
    Quote Originally Posted by bunty82 View Post
    hi
    with your help i learned how to install software in slackware
    this is what i had done till now
    go into
    directory
    /usr/local/src
    there i paste my all unzipped software folders
    from there
    i go into software folders
    let c if i want to install beryl
    i will go like
    /usr/local/src/beryl#
    You don't have to run anything you download for installation from /usr/local/src/. You may have picked that up somewhere about a certain app. Source files can be run from whererver you downloaded them, which is likely going to be from your Desktop.

    .tgz packages for Slackware should be run with pkgtool or kpackage if you like a "GUI" for installing Slackware packages.

    Most but certainly not all Linux programs get installed to /usr/bin. Sometimes it's /usr/local/bin or /opt/kde/bin etc/ A "/bin" almost always preceeds it. When I'm not sure of where the "executable" for an app is installed to, I just run:
    Code:
    updatedb
    Then:
    Code:
    locate beryl
    As a for instance, if it installed in /usr/local/bin, I'd run the app that way...
    Code:
    /usr/local/bin/beryl
    ...and so on.
    Linux Mint + IceWM Registered:#371367 New Members: click here

Posting Permissions

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