Power & Source of Big Ideas

apt-get install htop problem

Moderators: chensy, FATechsupport

apt-get update works fine. I was able to install nano, but when I tried apt-get install htop i got the following error. I received the same error with a couple other common packages as well like tightvncserver.

root@FriendlyARM:~# apt-get install htop
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package htop
root@FriendlyARM:~#
If you can't get the packet via apt-get; you can always do install from source : http://hisham.hm/htop/
Thank you, but I should not have to do that. Something is not right.
Friendly ARM what is the problem here? I cannot install many packages. Currently its useless in this state.
Maybe, go to /etc/apt/ and modify the sources.list to a Debian mirror in your country.

If you can apt-get install dctrl-tools

try:

Code: Select all

dpkg --configure -a
sync-available

Also,

Code: Select all

apt-get clean all
dpkg --configure -a
apt-get install -f  (maybe look this one up before running as I forget what this one does)
Mike,

Add this to your /etc/apt/sources.list

Code: Select all

deb http://ports.ubuntu.com/ubuntu-ports/ wily universe multiverse
deb-src http://ports.ubuntu.com/ubuntu-ports/ wily universe


TBP
TheBluProject wrote:
Mike,

Add this to your /etc/apt/sources.list

Code: Select all

deb http://ports.ubuntu.com/ubuntu-ports/ wily universe multiverse
deb-src http://ports.ubuntu.com/ubuntu-ports/ wily universe


TBP


Thank everyone for the help, this post here worked like a charm. Thank you
Hi,

Got the same problem with some packages.
But it worked by installing an older version:

wget http://hisham.hm/htop/releases/1.0.3/htop-1.0.3.tar.gz
./configure; make; make install (made some problems because of an missing package)

used apt-get install libncursesw to install extra packages:

The following extra packages will be installed:
libtinfo-dev libtinfo5-dbg
Suggested packages:
ncurses-doc
The following NEW packages will be installed:
libncursesw5-dbg libncursesw5-dev libtinfo-dev libtinfo5-dbg

after that it worked smoth

Br Max

Who is online

In total there are 4 users online :: 0 registered, 0 hidden and 4 guests (based on users active over the past 5 minutes)
Most users ever online was 5185 on Wed Jan 22, 2020 1:44 pm

Users browsing this forum: No registered users and 4 guests