Skip to content

All topics  /  Linux

How to Install Tweak Tool on Ubuntu?

Linux ·

For teams turning “How to Install Tweak Tool on Ubuntu?” into a repeatable delivery task, the documentation on this page can document setup, troubleshooting and review time; managers should interpret those records alongside reliability and completed work, not as a stand-alone score.

Package and operating-system behaviour can change, so verify the commands and supported versions through Ubuntu before running them on a production host.

Hello Friends,

In this tute, we will discuss how to install the tweak tool on Ubuntu. step by step explain how to install the gnome tweak tool on Ubuntu. I explained the simple step-by-step installation and use the gnome tweak tool on Ubuntu. Here you will learn to install the tweak tool on Ubuntu.

The GNOME Tweak application allows users to customize the functionality and appearance of the desktop environment. This application has been renamed as the 'Tweak' tool. In Linux-based systems, you can utilize the Tweak Tool to edit fonts, workspace settings, the top bar, the quick launch bar, the title bar clicking actions, and much more.

Step 1: Update System Dependencies


Execute the following command on the command prompt to update system dependencies:

sudo apt update

Step 2: Enable Universe Dependencies

Execute the following command on command prompt to the “universe” repository is enabled on system:

sudo add-apt-repository universe

Step 3: Install the Tweak tool on Ubuntu 22.04

Execute the following command to install the Tweak tool on Ubuntu 22.04:

sudo apt install gnome-tweaks

Step 4: Open Tweak tool application

Tweak tool is all ready to use. To open it up, execute “gnome-tweaks” in the terminal:

gnome-tweaks

Step 5: Install Additional extensions (Optional)

To search for the availability of the gnome-shell-extensions, type out the following command:

sudo apt search gnome-shell-extension

Execute the below-given command to install the “gnome-shell-extension-gsconnect” extension:

sudo apt install gnome-shell-extension-gsconnect

Use the following command to install all extensions of Tweak tool on Ubuntu 22.04:

sudo apt install $(apt search gnome-shell-extension | grep ^gnome | cut -d / -f1)