Results 1 to 3 of 3

Thread: Linux (Fedora) - how to install software?

  1. #1
    jsprplc2006 is offline Junior Member
    Join Date
    Jan 2008
    Posts
    1
    Rep Power
    0

    Default Linux (Fedora) - how to install software?

    I'm trying to install a *.tar.gz file, and having some problems. Everything works fine up to the point where I switch to the root user and type the "make install" command. Then, I get this: [root@localhost unix]# make install/usr/bin/install -c -m 755 plink /usr/local/bin/plink/usr/bin/install -c -m 755 pscp /usr/local/bin/pscp/usr/bin/install -c -m 755 psftp /usr/local/bin/psftp/usr/bin/install -c -m 755 pterm /usr/local/bin/pterm/usr/bin/install: cannot stat `pterm': No such file or directorymake: *** [install] Error 1[root@localhost unix]# What is this install error, and how can I fix it?***Note: I can't use the package manager, since I have no internet connection for it to retrieve the 'repository' information.

  2. #2
    Redboy is offline Junior Member
    Join Date
    Jan 2008
    Posts
    1
    Rep Power
    0

    Default Linux (Fedora) - how to install software?

    Hi,Have a look at the man page for installinstall -c wil only COPY source to destinationwhileinstall -d will create the corresponding directories..From the error you get :/usr/local/bin/pterm does NOT exits....so...error..Change your installation script so it will run with the -p switch-R.

  3. #3
    jplatt39 is offline Junior Member
    Join Date
    Jan 2008
    Posts
    1
    Rep Power
    0

    Default Linux (Fedora) - how to install software?

    Hi. First, okay, you can't use yum. You can still use RPM. Read the rpm man page: if you have a computer with an internet connection and a cd burner, burn the rpm of the package you are trying to install to a cd, mount it, then type "rpm -ivh <pathname (e.g. /media/cdrom0/)><filename>". TAR.GZ files are generally for plain vanilla linuxes. They will run but not as well as rpm files.pterm is obviously part of the package you are trying to install. It is not compiling for some reason, and therefore not installing. This sometimes happens when installing vanilla Linux packages in either red hat -derived or debian-derived (such as Ubuntu Linux Mint) systems. Before trying to fix it try to find the rpm file and install it.

Similar Threads

  1. Install and organize DNS in Linux
    By CruzPowell in forum Linux/Free BSD
    Replies: 2
    Last Post: 02-02-2010, 04:04 PM
  2. Linux Fedora 12 between the track
    By Kaiven Boycott in forum Latest Hardware News
    Replies: 0
    Last Post: 11-19-2009, 10:00 AM
  3. Install from a Linux
    By Elliot Vale in forum Linux/Free BSD
    Replies: 3
    Last Post: 11-18-2009, 01:03 PM
  4. Install at&t yahoo dsl on linux os
    By cherish22 in forum Linux/Free BSD
    Replies: 2
    Last Post: 10-26-2009, 12:39 PM
  5. Install Options, Support For Linux
    By eirn.wonal in forum Linux/Free BSD
    Replies: 0
    Last Post: 10-22-2008, 09:40 AM

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
SEO by SubmitEdge

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48