Results 1 to 6 of 6

Thread: Install Putty

Hybrid View

  1. #1
    Join Date
    Oct 2008
    Beans
    2

    Install Putty

    Hello!

    I am a noob on Linux and i will have a counter-strike server in the futiuos. But i can't install Putty. And i can't login as root. Pleas tell me who is wrong.

    Thanks!

  2. #2
    Join Date
    Oct 2008
    Beans
    7

    Re: Install Putty

    1. Root is not supported in the traditional sense on Ubuntu. While you can enable the root account, it is more recommended that you use the 'sudo' command to run root scripts. For instance: sudo gedit /etc/hosts

    If you need to, you can: sudo su -

    2. Why use putty? You've got ssh at the command line. If you really want putty, however, you can install it in Synaptic or with the following command: sudo apt-get install putty

  3. #3
    Join Date
    Feb 2007
    Beans
    35

    Re: Install Putty

    Quote Originally Posted by stevek42 View Post
    2. Why use putty? You've got ssh at the command line. If you really want putty, however, you can install it in Synaptic or with the following command: sudo apt-get install putty
    That was my first thought, however:

    Quote Originally Posted by apt-cache show putty
    Description: Telnet/SSH client for X
    This is the Unix port of the popular Windows ssh client, PuTTY. It supports
    flexible terminal setup, mid-session reconfiguration using Ctrl-rightclick,
    multiple X11 authentication protocols, and various other interesting things
    not provided by ssh in an xterm.
    He either likes really likes putty, or needs it to accomplish his counter strike thing. Obviously it does things other ssh+xterm clients don't.

    Doesn't make me run out and apt-get install putty, but hey, to each his own.

  4. #4
    Join Date
    Nov 2007
    Location
    Croatia
    Beans
    65
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Install Putty

    You don't need to login as root. Just open terminal and type:

    Code:
    sudo apt-get install putty

  5. #5
    Join Date
    Oct 2008
    Beans
    2

    Re: Install Putty

    Quote Originally Posted by amedac View Post
    You don't need to login as root. Just open terminal and type:

    Code:
    sudo apt-get install putty
    Thanks.

    But i question. Where is the putty now? After the install.

  6. #6
    Join Date
    Mar 2008
    Beans
    1,755

    Re: Install Putty

    Use this command:

    whereis putty


    Most likely it is in your $PATH variable so to launch it:


    putty

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
  •