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
  • 2,006
Swapnil
  • 873

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
  • 207,228