LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   install gtk themes from the command line? (https://www.linuxquestions.org/questions/linux-newbie-8/install-gtk-themes-from-the-command-line-4175536124/)

cluesade 03-08-2015 03:56 PM

install gtk themes from the command line?
 
How can I install gtk themes from the command line? I have been looking for hours and I cant find anything.

John VV 03-08-2015 04:16 PM

for a Debian based install
Code:

apt-get install gtk

cluesade 03-08-2015 04:29 PM

Quote:

Originally Posted by John VV (Post 5328882)
for a Debian based install
Code:

apt-get install gtk

Code:

┌─[cluesade@anon] - [~] - [Sun Mar 08, 04:28]
└─[$]> sudo apt-get install gtk
Reading package lists... Done
Building dependency tree     
Reading state information... Done
E: Unable to locate package gtk


Head_on_a_Stick 03-08-2015 05:10 PM

Try this:
Code:

apt-cache search gtk
Then sort the wheat from the chaff...

John VV 03-08-2015 07:14 PM

for the themes on a different computer with a GUI

why you want to install gtk themes for a terminal install ???????
there is no gui

so on a computer that IS using Gnome 3 or the OLD Gnome2
open firefox to "Gnome-look "
http://gnome-look.org/

Keith Hedger 03-08-2015 08:08 PM

Theme are stored in ~/.themes so just down load a theme and unpack it into there, or exract the archive ( most themes are packed into an archive ) and cp the unpacked folder to your tehemes folder, if you wwant the themes to be available to all users they should go in /usr/share/themes, icon themes work the same but go into the icons folder instead of the themes folder.


All times are GMT -5. The time now is 05:37 PM.