Find the answer to your Linux question:
Results 1 to 3 of 3
I just installed Ubuntu 9.1 Desktop. I have the network setup ok and can see out with FireFox and can ping the machine from outside. But I can't install openssh-server. ...
  1. #1
    Just Joined!
    Join Date
    Mar 2010
    Posts
    5

    [SOLVED] Cannot install open-ssh server - suggestions?

    I just installed Ubuntu 9.1 Desktop. I have the network setup ok and can see out with FireFox and can ping the machine from outside.

    But I can't install openssh-server.

    When I try

    sudo apt-get install openssh-server

    I get a "Package openssh-server is not available" error .

    Any suggestions what I can try next?

    Thanks,

    doug

  2. #2
    Trusted Penguin Dapper Dan's Avatar
    Join Date
    Oct 2004
    Location
    The Sovereign State of South Carolina
    Posts
    4,562
    Hi and welcome! Did you do:
    Code:
    sudo apt-get update
    Before attempting to install? Also, try:
    Code:
    sudo apt-get install ssh
    Last edited by Dapper Dan; 03-21-2010 at 02:00 PM.
    Linux Mint + IceWM Registered:#371367 New Members: click here

  3. #3
    Just Joined!
    Join Date
    Mar 2010
    Posts
    5
    Quote Originally Posted by Dapper Dan View Post
    Hi and welcome! Did you do:
    Code:
    sudo apt-get update
    Before attempting to install? Also, try:
    Code:
    sudo apt-get install ssh
    Thank you, Dan. I hadn't done apt-get update. After doing that it worked.

    Thanks!

    doug

Posting Permissions

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