I want to install htop -- but apt-get says it cannot find the package.
I of course ran sudo apt-get update and then tried to install htop but it still says package not found.
Maybe I need to add a special repository in my sources.list?
here is my sources.list file:
## main & restricted repositories
deb
http://us.archive.ubuntu.com/ubuntu/ jaunty main restricted
deb-src
http://us.archive.ubuntu.com/ubuntu/ jaunty main restricted
deb
http://security.ubuntu.com/ubuntu jaunty-security main restricted
deb-src
http://security.ubuntu.com/ubuntu jaunty-security main restricted
## universe repositories
#deb
http://us.archive.ubuntu.com/ubuntu/ jaunty universe
#deb-src
http://us.archive.ubuntu.com/ubuntu/ jaunty universe
#deb
http://us.archive.ubuntu.com/ubuntu/ jaunty-updates universe
#deb-src
http://us.archive.ubuntu.com/ubuntu/ jaunty-updates universe
#deb
http://security.ubuntu.com/ubuntu jaunty-security universe
#deb-src
http://security.ubuntu.com/ubuntu jaunty-security universe
Also, I don't really want to add any unsupported/unofficial repository.
Any other ideas on getting htop?
Thanks.