The objective is to install gnome tweak tool on Ubuntu 19.10 Eoan Ermine Linux.
In this tutorial you will learn:
- How to install Tweak Tool
- How to start Tweak Tool
Software Requirements and Conventions Used
| Category | Requirements, Conventions or Software Version Used |
|---|---|
| System | Ubuntu 19.10 Eoan Ermine Linux |
| Software | Tweak Tool |
| Other | Privileged access to your Linux system as root or via the sudo command. |
| Conventions |
# – requires given linux commands to be executed with root privileges either directly as a root user or by use of sudo command$ – requires given linux commands to be executed as a regular non-privileged user |
Install Tweak Tool on Ubuntu 19.10 step by step instructions
- The first step is to make sure that we have the
universerepository enabled on our Ubuntu system:$ sudo add-apt-repository universe
For detailed instructions, you can follow our guide on sudo add-apt-repository universe.
- Once ready, execute the following command to install Tweak Tool on your Ubuntu 19.10 system:
$ sudo apt install gnome-tweak-tool
- Use activities and search for
tweakkeyword to start the Tweak Tool. Alternatively, execute the bellow command:$ gnome-tweaks
