- How To Install gtk-3-examples on Kali Linux
- What is gtk-3-examples
- Install gtk-3-examples Using apt-get
- Install gtk-3-examples Using apt
- Install gtk-3-examples Using aptitude
- How To Uninstall gtk-3-examples on Kali Linux
- Uninstall gtk-3-examples And Its Dependencies
- Remove gtk-3-examples Configurations and Data
- Remove gtk-3-examples configuration, data, and all of its dependencies
- Dependencies
- References
- Summary
- How To Install gtk3_preview on Kali Linux
- One-liner install command
- What is gtk3_preview and what are the ways to install it?
- Install gtk3_preview using apt-get
- Install gtk3_preview using apt
- Install gtk3_preview using aptitude
- How to upgrade (update) a single package gtk3_preview using apt-get?
- How To Uninstall gtk3_preview from Kali Linux
- Uninstall gtk3_preview and all its dependencies
- Remove gtk3_preview with all configurations and data
- Remove gtk3_preview completely (configurations, data and all of its dependencies)
- Extra info and code examples
- Conclusion
- How To Install gtk2.0-examples on Kali Linux
- What is gtk2.0-examples
- Install gtk2.0-examples Using apt-get
- Install gtk2.0-examples Using apt
- Install gtk2.0-examples Using aptitude
- How To Uninstall gtk2.0-examples on Kali Linux
- Uninstall gtk2.0-examples And Its Dependencies
- Remove gtk2.0-examples Configurations and Data
- Remove gtk2.0-examples configuration, data, and all of its dependencies
- Dependencies
- References
- Summary
- How To Install gtk2-engines on Kali Linux
- What is gtk2-engines
- Install gtk2-engines Using apt-get
- Install gtk2-engines Using apt
- Install gtk2-engines Using aptitude
- How To Uninstall gtk2-engines on Kali Linux
- Uninstall gtk2-engines And Its Dependencies
- Remove gtk2-engines Configurations and Data
- Remove gtk2-engines configuration, data, and all of its dependencies
- Dependencies
- References
- Summary
How To Install gtk-3-examples on Kali Linux
In this tutorial we learn how to install gtk-3-examples on Kali Linux.
What is gtk-3-examples
GTK is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK is suitable for projects ranging from small one-off tools to complete application suites.
This package contains the example files and a demonstration program for GTK3. It also contains the installed tests.
There are three methods to install gtk-3-examples on Kali Linux. We can use apt-get , apt and aptitude . In the following sections we will describe each method. You can choose one of them.
Install gtk-3-examples Using apt-get
Update apt database with apt-get using the following command.
After updating apt database, We can install gtk-3-examples using apt-get by running the following command:
Install gtk-3-examples Using apt
Update apt database with apt using the following command.
After updating apt database, We can install gtk-3-examples using apt by running the following command:
Install gtk-3-examples Using aptitude
If you want to follow this method, you might need to install aptitude on Kali Linux first since aptitude is usually not installed by default on Kali Linux. Update apt database with aptitude using the following command.
After updating apt database, We can install gtk-3-examples using aptitude by running the following command:
How To Uninstall gtk-3-examples on Kali Linux
To uninstall only the gtk-3-examples package we can use the following command:
Uninstall gtk-3-examples And Its Dependencies
To uninstall gtk-3-examples and its dependencies that are no longer needed by Kali Linux, we can use the command below:
Remove gtk-3-examples Configurations and Data
To remove gtk-3-examples configuration and data from Kali Linux we can use the following command:
Remove gtk-3-examples configuration, data, and all of its dependencies
We can use the following command to remove gtk-3-examples configurations, data and all of its dependencies, we can use the following command:
Dependencies
- dconf-gsettings-backend
- libatk1.0-0
- libc6
- libcairo2
- libepoxy0
- libgdk-pixbuf-2.0-0
- libglib2.0-0
- libgtk-3-0
- libharfbuzz0b
- libpango-1.0-0
- libpangocairo-1.0-0
- libpangoft2-1.0-0
- libx11-6
References
Summary
In this tutorial we learn how to install gtk-3-examples package on Kali Linux using different package management tools: apt , apt-get and aptitude .
How To Install gtk3_preview on Kali Linux
In this guide, we’ll discuss How To Install gtk3_preview on Kali Linux. Also, we will demonstrate how to uninstall and update gtk3_preview .
One-liner install command
For those in a hurry, here’s a one-line installation command:
sudo apt-get update && sudo apt -y install kde-config-gtk-style
But if you are interested in the detailed steps with descriptions, the following information is for you.
What is gtk3_preview and what are the ways to install it?
Short description: KDE configuration module for GTK+ 2.x and GTK+ 3.x styles selection
Before beginning this tutorial, you will need access to a server or computer running Kali Linux. This guide was written specifically with a server running Kali Linux in mind, although it should also work on older, supported versions of the operating system.
Also, make sure you are running a regular, non-root user with sudo privileges configured on your server. When you have an account available, log in as your non-root user to begin.
There are several ways to install gtk3_preview on Kali Linux. You can use (links are clickable):
In the following sections, we will describe each method in detail. You can choose one of them or refer to the recommended one.
Install gtk3_preview using apt-get
First, update apt database with apt-get using the following command.
After updating apt-get database, You can install gtk3_preview using apt by running the following command:
sudo apt -y install kde-config-gtk-style
Install gtk3_preview using apt
Because gtk3_preview is available in Kali Linux’s default repositories, it is possible to install it from these repositories using the apt packaging system.
To begin, update apt database with apt using the following command.
After updating apt database, You can install gtk3_preview using apt by running the following command:
sudo apt -y install kde-config-gtk-style
Install gtk3_preview using aptitude
If you want to follow this method, you might need to install aptitude first since aptitude is usually not installed by default on Kali Linux. Update apt database with aptitude using the following command.
After updating aptitude database, You can install gtk3_preview by running the following command:
sudo aptitude -y install kde-config-gtk-style
How to upgrade (update) a single package gtk3_preview using apt-get?
First, you will need to update packages index. Run update command as usual:
Next, to upgrade only the gtk3_preview, e.g. single package, you should use the following format with the apt-get command/apt command:
sudo apt-get --only-upgrade install kde-config-gtk-style
Note that this command will not install any new packages! If you wish to install the package if it doesn’t exist you may leave out —only-upgrade part.
It’s Good to Know:
sudo apt-get install kde-config-gtk-style
This will upgrade the package even if is already installed.
How To Uninstall gtk3_preview from Kali Linux
To uninstall only the gtk3_preview package you can execute the following command:
sudo apt-get remove kde-config-gtk-style
Uninstall gtk3_preview and all its dependencies
To uninstall gtk3_preview and its dependencies that are no longer needed by Kali Linux, you can use the command below:
sudo apt-get -y autoremove kde-config-gtk-style
Remove gtk3_preview with all configurations and data
To remove gtk3_preview configuration and data from your system you can run the following purge command:
sudo apt-get -y purge kde-config-gtk-style
Remove gtk3_preview completely (configurations, data and all of its dependencies)
And lastly, you can run the next command to remove absolutely everything related to gtk3_preview package, e.g.: configurations, data and all of its dependencies. Just use this command:
sudo apt-get -y autoremove --purge kde-config-gtk-style
Extra info and code examples
Configuration dialog to adapt GTK+ applications appearance to your taste under KDE. Among its many features, it lets you: — Choose which theme is used for GTK+ 2.x and GTK+ 3.x applications. — Tweak some GTK+ applications behaviour. — Select what icon theme to use in GTK+ applications. — Select GTK+ applications default fonts. — Easily browse and install new GTK+ 2.x and GTK+ 3.x themes. This package contains kde-gtk-config module for KDE System Settings and common files (icons, localization files and etc).
- Maintainer: Debian/Kubuntu Qt/KDE Maintainers
- Sources url:https://projects.kde.org/projects/kde/workspace/kde-gtk-config
- Section/Category:kde
Conclusion
You now have a full guide on how to install gtk3_preview using apt, apt-get and aptitude tools. Also, we showed how to update as a single package and different ways to uninstall the gtk3_preview from Kali Linux.
How To Install gtk2.0-examples on Kali Linux
In this tutorial we learn how to install gtk2.0-examples on Kali Linux.
What is gtk2.0-examples
GTK is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK is suitable for projects ranging from small one-off tools to complete application suites.
This package contains the example files and a demonstration program for GTK 2.
There are three methods to install gtk2.0-examples on Kali Linux. We can use apt-get , apt and aptitude . In the following sections we will describe each method. You can choose one of them.
Install gtk2.0-examples Using apt-get
Update apt database with apt-get using the following command.
After updating apt database, We can install gtk2.0-examples using apt-get by running the following command:
Install gtk2.0-examples Using apt
Update apt database with apt using the following command.
After updating apt database, We can install gtk2.0-examples using apt by running the following command:
Install gtk2.0-examples Using aptitude
If you want to follow this method, you might need to install aptitude on Kali Linux first since aptitude is usually not installed by default on Kali Linux. Update apt database with aptitude using the following command.
After updating apt database, We can install gtk2.0-examples using aptitude by running the following command:
How To Uninstall gtk2.0-examples on Kali Linux
To uninstall only the gtk2.0-examples package we can use the following command:
Uninstall gtk2.0-examples And Its Dependencies
To uninstall gtk2.0-examples and its dependencies that are no longer needed by Kali Linux, we can use the command below:
Remove gtk2.0-examples Configurations and Data
To remove gtk2.0-examples configuration and data from Kali Linux we can use the following command:
Remove gtk2.0-examples configuration, data, and all of its dependencies
We can use the following command to remove gtk2.0-examples configurations, data and all of its dependencies, we can use the following command:
Dependencies
References
Summary
In this tutorial we learn how to install gtk2.0-examples package on Kali Linux using different package management tools: apt , apt-get and aptitude .
How To Install gtk2-engines on Kali Linux
In this tutorial we learn how to install gtk2-engines on Kali Linux.
What is gtk2-engines
This package contains the “engines” that hide behind the themes for GTK+ and GNOME applications. They redefine the way GTK+ widgets are drawn. The package includes the following engines:
- Clearlooks, the default GNOME theme, based on Bluecurve;
- Crux, formerly known as the Eazel engine;
- High contrast, which is used by some accessibility themes;
- Industrial, the famous engine from Novell (formerly Ximian);
- LighthouseBlue, another engine based on Bluecurve;
- Metal, which gives a metallic look;
- Mist, a flat and high performance engine;
- Redmond95, which provides a look similar to that of Windows;
- ThinIce.
A few sample themes using these engines are also included.
There are three methods to install gtk2-engines on Kali Linux. We can use apt-get , apt and aptitude . In the following sections we will describe each method. You can choose one of them.
Install gtk2-engines Using apt-get
Update apt database with apt-get using the following command.
After updating apt database, We can install gtk2-engines using apt-get by running the following command:
Install gtk2-engines Using apt
Update apt database with apt using the following command.
After updating apt database, We can install gtk2-engines using apt by running the following command:
Install gtk2-engines Using aptitude
If you want to follow this method, you might need to install aptitude on Kali Linux first since aptitude is usually not installed by default on Kali Linux. Update apt database with aptitude using the following command.
After updating apt database, We can install gtk2-engines using aptitude by running the following command:
How To Uninstall gtk2-engines on Kali Linux
To uninstall only the gtk2-engines package we can use the following command:
Uninstall gtk2-engines And Its Dependencies
To uninstall gtk2-engines and its dependencies that are no longer needed by Kali Linux, we can use the command below:
Remove gtk2-engines Configurations and Data
To remove gtk2-engines configuration and data from Kali Linux we can use the following command:
Remove gtk2-engines configuration, data, and all of its dependencies
We can use the following command to remove gtk2-engines configurations, data and all of its dependencies, we can use the following command:
Dependencies
References
Summary
In this tutorial we learn how to install gtk2-engines package on Kali Linux using different package management tools: apt , apt-get and aptitude .