how to install hud-cli?

Asked by SoloTurn

with ubuntu 14.04 the following happens:

$ hud-cli
The program 'hud-cli' is currently not installed. You can install it by typing:
sudo apt-get install indicator-appmenu-tools
$ sudo wajig install indicator-appmenu-tools
Reading package lists... Done
Building dependency tree
Reading state information... Done
indicator-appmenu-tools is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.

how does one install hud-cli then?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Mark Rijckenberg
Solved:
Last query:
Last reply:
Revision history for this message
Best Mark Rijckenberg (markrijckenberg) said :
#1

Run these commands:

sudo apt-get update

sudo apt-get install hud-tools

Source: http://packages.ubuntu.com/search?searchon=contents&keywords=hud-cli&mode=exactfilename&suite=trusty&arch=any

Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#2

I suggest reverting back to Ubuntu 13.10 to avoid these types of pre-release issues.

Revision history for this message
SoloTurn (soloturn) said :
#3

Thanks Mark Rijckenberg, that solved my question.