[Solved] Couldn't find package htop?
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
deb-src
deb
deb-src
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.
4 Replies
You must enable universe.
From:
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
To:
universe repositories
deb
deb-src
deb
deb-src
deb
deb-src
Didn't notice that the universe repository was commented out. I guess I should get some more sleep.