Find the answer to your Linux question:
Results 1 to 4 of 4
Hello, Unfortunately we do not use a build of SLES 11 that has nano installed. All we have is VI. I would like to use nano but do not have ...
  1. #1
    Just Joined!
    Join Date
    Apr 2011
    Posts
    2

    use nano without install

    Hello,

    Unfortunately we do not use a build of SLES 11 that has nano installed. All we have is VI. I would like to use nano but do not have root to install it. I can compile source code on the server and do have a home directory. Is it possible to build the application and run it without actually installing it?

    Thanks!

    Jeffrey Kevin Pry

  2. #2
    Linux Guru Irithori's Avatar
    Join Date
    May 2009
    Location
    Munich
    Posts
    2,100
    If I was your sysadmin, then you can basically do what you want in your $HOME.
    Including compiling and using nano.
    If you can compile, then the toolchain is already there.

    So the answer is yes: Technically you can compile and use nano in your $HOME.


    However, maybe itīs easier to just ask if nano can be installed?
    It is just one command away and doesnt have many dependencies and/or space requirements.

    Or wont it be installed for educational purposes?
    In the end vi(m) is *way* more powerful and available anywhere.
    You must always face the curtain with a bow.

  3. #3
    Just Joined!
    Join Date
    Apr 2011
    Posts
    2
    Quote Originally Posted by Irithori View Post
    If I was your sysadmin, then you can basically do what you want in your $HOME.
    Including compiling and using nano.
    If you can compile, then the toolchain is already there.

    So the answer is yes: Technically you can compile and use nano in your $HOME.


    However, maybe itīs easier to just ask if nano can be installed?
    It is just one command away and doesnt have many dependencies and/or space requirements.

    Or wont it be installed for educational purposes?
    In the end vi(m) is *way* more powerful and available anywhere.
    So i downloaded the source and used congifure and make. Obviously i cant run make install. How can I execute it as it is?Do I need to run a different configure command with different parameters?

  4. #4
    Linux Guru Irithori's Avatar
    Join Date
    May 2009
    Location
    Munich
    Posts
    2,100
    While configure, you need to define a --prefix, that points to your home.
    Also you should create a skeleton filesystem hierarchy somewhere in your home.
    aka: bin, sbin, var, etc
    You must always face the curtain with a bow.

Posting Permissions

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