How do I install Ubuntu-Tweak?

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?

0

5 Answers

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.10 and Earlier:

Steps:

  1. Add the PPA:
    sudo add-apt-repository 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

11

For Ubuntu 16.04 Xenial Xerus

Follow this steps:

1.setup the GetDeb Apps repositories - more information on GetDeb Apps:

wget -q -O - | sudo apt-key add -
sudo sh -c 'echo "deb xenial-getdeb apps" >> /etc/apt/sources.list.d/getdeb.list'

2.Update your sources:

sudo apt-get update

3.Install Ubuntu tweak tool:

sudo apt-get install ubuntu-tweak
3

For Ubuntu 11.10 still there isn't a stable version but you can download the alpha version form here .

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

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".

2

I have just installed Ubuntu Tweaks by downloading the current Debian package for version 0.8.7, for 14.04 trusty, right clicking on it and selecting to open with Ubuntu Software Centre. This is obviously the simplest solution but I found out about it myself by accident. I can find no reference to this method on the internet.

3

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like