2

I have a package named human-theme_0.39.2_all.deb. I want to install it and use it on Ubuntu 14.04 LTS. How do I do that?

TRiG
  • 1,910
Swapnil
  • 853
  • 1
  • 9
  • 22

1 Answers1

3

Human theme is available in the repos. You don't need to manually install the package file. Just do:

sudo apt-get install human-theme

If you want the human icon theme as well, do:

sudo apt-get install human-icon-theme

Side note: If you double click on the package file, it should open in Software Centre, from where you can install it without using the command line.

muru
  • 197,895
  • 55
  • 485
  • 740
  • And how to apply it ? – Swapnil Jul 10 '14 at 20:28
  • As @Wilf commented, use the Appearance settings. Right click on your desktop and click on 'Change Background'. Below the background selection, there's a section for themes. For more advanced settings, install Unity Tweak Tool. – muru Jul 10 '14 at 20:57
  • While trying to install by sudo apt-get install human*theme error is E: Unable to locate package human-theme – Swapnil Jul 11 '14 at 12:14
  • @user73898 that is very strange, since human-theme is in main and should always be available. What does apt-cache search human-theme show? – muru Jul 11 '14 at 19:52