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?
Asked
Active
Viewed 1,860 times
2
-
1Try this question: How do I install a .deb file via the command line? - you should also be able to install it by opening it in Software Center (just click on it in File Manager). If you get any errors installing it, add these errors to your question. – Wilf Jul 10 '14 at 19:48
-
so you are asking how to install it yup? – agha rehan abbas Jul 10 '14 at 19:48
-
1If it is installed, you can change the theme in Appearance settings or with Unity Tweak Tool. – Wilf Jul 10 '14 at 19:54
1 Answers
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
-
-
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 inmain
and should always be available. What doesapt-cache search human-theme
show? – muru Jul 11 '14 at 19:52