mgedmin / indicator-netspeed

Stupid network speed indicator for Unity, inspired by the old netspeed GNOME applet
http://askubuntu.com/questions/30334/list-of-application-indicators/89889#89889
104 stars 47 forks source link

install fails on ubuntu 14.10 beta final #7

Closed denispr closed 9 years ago

denispr commented 9 years ago

Here is the output:

denis@denis-portable:~$ sudo apt-get install indicator-netspeed Reading package lists... Done Building dependency tree
Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:

The following packages have unmet dependencies: indicator-netspeed : Depends: libgtop2-7 (>= 2.22.3) but it is not installable E: Unable to correct problems, you have held broken packages.

mgedmin commented 9 years ago

Utopic has libgtop2-10.

Where did you find a PPA with indicator-netspeed?

denispr commented 9 years ago

I followed the instructions here: http://itsfoss.com/netspeed-applet-indicator-ubuntu-14-04/ that provide http://ppa.launchpad.net/nilarimogard/webupd8/ubuntu/ ppa. But these instructions were for 14.04, maybe I should have not followed them, and should have installed from github ?

mgedmin commented 9 years ago

Yeah, build from source, or ask the PPA owner to build packages for Utopic.

mgedmin commented 9 years ago

Yeah, build from source, or ask the PPA owner to build packages for Utopic.

denispr commented 9 years ago

Thank you for the tip, I'll try to build from source.