Find the answer to your Linux question:
Results 1 to 10 of 10
There is a program i wanna use but i cannot install it coz i do not hav the root password i was wondering if i could install this program into ...
  1. #1
    Linux Engineer scrarfussi's Avatar
    Join Date
    Aug 2006
    Posts
    1,029

    Running applications

    There is a program i wanna use but i cannot install it coz i do not hav the root password i was wondering if i could install this program into a folder on my memstick from another pc then try running the program on the pc i wanna use it on can i do this will it work thanx

  2. #2
    Linux Guru gogalthorp's Avatar
    Join Date
    Oct 2006
    Location
    West (by God) Virginia
    Posts
    3,105
    I doubt it.

    If you don't have the root password you must go to someone who does to actually install.

  3. #3
    Linux Engineer valemon's Avatar
    Join Date
    Oct 2006
    Location
    Volos
    Posts
    934
    Also you can have a look at this thread in order to recover lost root password
    Linux is like a Teepee, No Windows, No Gates, Only Apache Inside!
    Arch Linux
    Linux user #442041

  4. #4
    Linux Guru gogalthorp's Avatar
    Join Date
    Oct 2006
    Location
    West (by God) Virginia
    Posts
    3,105
    Well thats ok if it is his machine. He could be in a lot of trouble if he changed the root password on say his school's machine or his employer's!

  5. #5
    Linux Guru Juan Pablo's Avatar
    Join Date
    Mar 2006
    Location
    /home/south_america/ecuador/quito
    Posts
    2,064
    You can also install the app compiling from source and chaging the default prefix
    Say:

    ./configure --prefix=~/k3b
    make
    make install
    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

  6. #6
    Linux Engineer scrarfussi's Avatar
    Join Date
    Aug 2006
    Posts
    1,029
    I don't understand can you explain the prefix please also wat if its an rpm

  7. #7
    Linux Guru gogalthorp's Avatar
    Join Date
    Oct 2006
    Location
    West (by God) Virginia
    Posts
    3,105
    .rpm files are the format that is used to distribute most Suse linux based software. it contains the source code needed to build the program on your machine. At a command line type

    info rpm

    for more info.

    also

    man rpm

    for the manual page

    or

    help rpm

    for command line help ie what perameters and a quick description

    also
    rpm --help

    will get some help about the rpm program

    note all the above is available for most Linux programs and commands

    And you can always google for RPM for the all the info you could want.

    There are no secrets in Linux

  8. #8
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,344
    Quote Originally Posted by scrarfussi
    I don't understand can you explain the prefix please also wat if its an rpm
    If its an rpm, you will not be able to install it. The simple reason is that rpm packages are precompiled packages that install their files to specific locations on your system that usually only root can write to.

  9. #9
    Linux Engineer scrarfussi's Avatar
    Join Date
    Aug 2006
    Posts
    1,029
    Ok so about the compiling from source how do i change default prefix thanx for all the info about rpms

  10. #10
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,344
    Quote Originally Posted by Juan Pablo
    You can also install the app compiling from source and chaging the default prefix
    Say:

    ./configure --prefix=~/k3b
    make
    make install
    As mentioned in this post, you use a prefix that you wish when you run the configure script.

Posting Permissions

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