Results 1 to 2 of 2

Thread: Can't Install Nano

Hybrid View

  1. #1
    Join Date
    May 2009
    Beans
    6

    Can't Install Nano

    Trying to get my Ubuntu Server 8 up and running and I'm having problems. It appears that Nano is not installed (when I type in nano I get: bash: nano: command not found) and the package dependanceies are not working (or not updated)...if I type in sudo apt-get install nano, I get:

    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    E: Couldn't find package nano

    So I am guessing the package sources needs to be updated? Is there a manual way to install nano...or a way to update the package sources without using nano?

  2. #2
    Join Date
    Mar 2009
    Location
    Land of the sand
    Beans
    Hidden!
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Can't Install Nano

    Try
    Code:
    sudo apt-get update
    sudo apt-get install nano
    Peace
    YAY! #200

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
  •