Установка gtk kali linux

Содержание
  1. How To Install gtk-3-examples on Kali Linux
  2. What is gtk-3-examples
  3. Install gtk-3-examples Using apt-get
  4. Install gtk-3-examples Using apt
  5. Install gtk-3-examples Using aptitude
  6. How To Uninstall gtk-3-examples on Kali Linux
  7. Uninstall gtk-3-examples And Its Dependencies
  8. Remove gtk-3-examples Configurations and Data
  9. Remove gtk-3-examples configuration, data, and all of its dependencies
  10. Dependencies
  11. References
  12. Summary
  13. How To Install gtk3_preview on Kali Linux
  14. One-liner install command
  15. What is gtk3_preview and what are the ways to install it?
  16. Install gtk3_preview using apt-get
  17. Install gtk3_preview using apt
  18. Install gtk3_preview using aptitude
  19. How to upgrade (update) a single package gtk3_preview using apt-get?
  20. How To Uninstall gtk3_preview from Kali Linux
  21. Uninstall gtk3_preview and all its dependencies
  22. Remove gtk3_preview with all configurations and data
  23. Remove gtk3_preview completely (configurations, data and all of its dependencies)
  24. Extra info and code examples
  25. Conclusion
  26. How To Install gtk2.0-examples on Kali Linux
  27. What is gtk2.0-examples
  28. Install gtk2.0-examples Using apt-get
  29. Install gtk2.0-examples Using apt
  30. Install gtk2.0-examples Using aptitude
  31. How To Uninstall gtk2.0-examples on Kali Linux
  32. Uninstall gtk2.0-examples And Its Dependencies
  33. Remove gtk2.0-examples Configurations and Data
  34. Remove gtk2.0-examples configuration, data, and all of its dependencies
  35. Dependencies
  36. References
  37. Summary
  38. How To Install gtk2-engines on Kali Linux
  39. What is gtk2-engines
  40. Install gtk2-engines Using apt-get
  41. Install gtk2-engines Using apt
  42. Install gtk2-engines Using aptitude
  43. How To Uninstall gtk2-engines on Kali Linux
  44. Uninstall gtk2-engines And Its Dependencies
  45. Remove gtk2-engines Configurations and Data
  46. Remove gtk2-engines configuration, data, and all of its dependencies
  47. Dependencies
  48. References
  49. 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:

Читайте также:  Path как посмотреть linux

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.

Читайте также:  Linux share home directory

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:

Читайте также:  Linux change size partition

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 .

Источник

Оцените статью
Adblock
detector