How to install Gnome Tweak Tool on Ubuntu 20.04. If you are wondering how to customize your Ubuntu desktop, you can use Gnome Tweak Tool. You can also change theme and icons in Linux Ubuntu using the same tool.
Install Gnome Tweak Tool On Ubuntu 20.04
Before you install the Gnome Tweak Tool on Ubuntu 20.04, enable the universe repository in your Ubuntu {you can do this via GUI or using the following command}. To enable the universe repository and run the Gnome Tweak Tool, run the following commands:
sudo add-apt-repository universe
sudo apt install gnome-tweak-tool
Once installed you can open Gnome Tweak Tool from Ubuntu Dash or running the following command in Terminal:
gnome-tweaks
Install Additional Extensions
If you wish to install additional extensions for Gnome Tweak – gnome-shell extensions – run the following command:
apt search gnome-shell-extension
You can also run the following command will install all gnome-shell extensions:
sudo apt install $(apt search gnome-shell-extension | grep ^gnome | cut -d / -f1)