I have heard a lot about Ubuntu-Tweak and how it is great for power users, but I don't know how to install it.

How do I do that?

link|improve this question

feedback

3 Answers

up vote 16 down vote accepted

Home screen
The Ubuntu-Tweak Home screen


Instructions:

Installing Ubuntu-Tweak is rather simple and easy. Follow these simple steps, and you will have Ubuntu-Tweak installed, and be on your way to tweaking Ubuntu to your liking.

For 12.04 and Earlier:

Steps:

  1. Add the PPA:
    ppa:tualatrix/ppa

  2. Update your sources. (Steps are listed below. Chose the method that fits your scenario):

    Ubuntu Software Center:

    • Ubuntu Software Center will run this step automatically after adding the PPA.

    Synaptic:

    • Refresh your sources.

    From the command line (terminal):

    • Run sudo apt-get update
  3. Now to install Ubuntu-Tweak:

    Ubuntu Software Center/Synaptic:

    • Search for Ubuntu-tweak, then click install.

    Command-Line (Terminal):

    • sudo apt-get install ubuntu-tweak

Admins
The Admin panel


Tweaks
The Tweaks panel

link|improve this answer
feedback

For Ubuntu 11.10 still there isn't a stable version but you can download the alpha version form here https://launchpad.net/~tualatrix/+archive/next.

You have to add the ppa and install the software, using this terminal command:

sudo add-apt-repository ppa:tualatrix/next && sudo apt-get update && sudo apt-get install ubuntu-tweak

Source http://ubuntu-tweak.com/

link|improve this answer
feedback

To install follow the following steps:

Open the terminal. Add the required repository with the command:

sudo add-apt-repository ppa:tualatrix/ppa

Update the software list with the command:

sudo apt-get update

Finally, install Ubuntu Teak with the command:

sudo apt-get install ubuntu-tweak

After that, open dash and type "ubuntu tweak".

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.