How to Install Tweak Tool on Ubuntu 22.04?

Jul 06, 2022 . Admin

Hi Guys

In this tute, we will discuss How to Install Tweak Tool on Ubuntu 22.04. This tutorial will give you simple example of Do I Install Tweaks Tool on Ubuntu 22.04?. you can understand a concept of Open a Tweak Tool in Ubuntu 22.04?. I’m going to show you about Install Gnome Tweak Extensions on Ubuntu 22.04?. follow bellow step for Iaunch Gnome Tweak Tool Terminal in Ubuntu 22.04?.

You can use this post for ubuntu 14.04, ubuntu 16.04, ubuntu 18.4, ubuntu 20.04, ubuntu 21 and ubuntu 22.04 versions.

(1). Update System Dependencies

(2). Enable Universe Dependencies

(3). Install the Tweak tool on Ubuntu 22.04

(4). Open Tweak tool application

(5). Install Additional extensions (Optional)

Step 1: Update System Dependencies

Run the following command at a command prompt to update the system:

sudo apt update
Step 2: Enable Universe Dependencies

Run the following command enabled on the "universe" repository 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

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)
#Ubuntu