Install tweak tool on linux ubuntu 22.04; Through this tutorial, we will learn how to install tweak tool on linux ubuntu 22.04.
GNOME Tweak application permits users to customize the functionality and look of the desktop environment. This application has been renamed as the “Tweak” tool. In Linux-based systems, you can utilize the Tweak Tool for editing fonts, workspace settings, top bar, quick launch bar, title bar clicking actions, and much more.
How to Install Tweak Tool on Ubuntu 22.04
Steps to install tweak tool on ubuntu 22.04 system:
- Step 1 – Update System Dependencies
- Step 2 – Enable Universe Dependencies
- Step 3 – Install the Tweak tool on Ubuntu 22.04
- Step 4 – Open Tweak tool application
- Step 5 – Install Additional extensions (Optional)
Step 1 – Update System Dependencies
Execute the following command on 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)
Conclusion
Through this tutorial, we have learned how to install tweak tool on linux ubuntu 22.04.
Recommended Linux Ubuntu Tutorials