Gedit kali linux установка

gedit on Kali Linux

This guide covers the steps necessary to install gedit package:

2. Uninstall / Remove gedit package

This guide covers the steps necessary to uninstall gedit package:

3. Details of gedit package

Architecture: amd64
Depends: gedit-common ( = 42~), gir1.2-glib-2.0, gir1.2-gtk-3.0 (>= 3.22), gir1.2-gtksource-4, gir1.2-pango-1.0, gir1.2-peas-1.0, gsettings-desktop-schemas, iso-codes, python3-gi (>= 3.0), python3-gi-cairo (>= 3.0), python3:any, python3.10, libatk1.0-0 (>= 1.12.4), libc6 (>= 2.4), libcairo2 (>= 1.2.4), libgdk-pixbuf-2.0-0 (>= 2.25.2), libgirepository-1.0-1 (>= 0.9.3), libglib2.0-0 (>= 2.64), libgspell-1-2 (>= 1.8.2), libgtk-3-0 (>= 3.22), libgtksourceview-4-0 (>= 3.18.0), libpango-1.0-0 (>= 1.42.0), libpeas-1.0-0 (>= 1.14.1), libxml2 (>= 2.7.4)
Recommends: yelp, zenity
Suggests: gedit-plugins
Size: 431112
SHA256: a7e315fee5358bbddb2fc09634ad06dec4f84d5966e185fce08e50bcbd984f9c
SHA1: b0a60a3d1c349b1ae23be92416cbe09e7af4bb66
MD5sum: a959d3fd8bd9d05a2d75f1f605484b23
Description: popular text editor for the GNOME desktop environment
gedit is a text editor which supports most standard editor features,
extending this basic functionality with other features not usually
found in simple text editors. gedit is a graphical application which
supports editing multiple text files in one window (known sometimes as
tabs or MDI).
.
gedit fully supports international text through its use of the Unicode
UTF-8 encoding in edited files. Its core feature set includes syntax
highlighting of source code, auto indentation and printing and print preview
support.
.
gedit is also extensible through its plugin system, which currently
includes support for spell checking, comparing files, viewing CVS
ChangeLogs, and adjusting indentation levels.
Description-md5: 6f23bb18bd5efec9c9262b1291b92a8e
Homepage: https://wiki.gnome.org/Apps/Gedit
Tag: implemented-in::c, interface::graphical, interface::x11, role::program,
suite::gnome, uitoolkit::gtk, use::editing, works-with::text,
works-with::unicode, x11::application
Section: gnome
Priority: optional
Filename: pool/main/g/gedit/gedit_42.2-1_amd64.deb

4. References on Kali Linux

5. The same packages on other Linux Distributions

gedit (3.28.1-1ubuntu1.2) Ubuntu 18.04 LTS (Bionic Beaver)

gedit (3.18.3-0ubuntu4) Ubuntu 16.04 LTS (Xenial Xerus)

gedit (3.38.1-1) Ubuntu 21.04 (Hirsute Hippo)

gedit (3.38.0-1) Ubuntu 20.10 (Groovy Gorilla)

gedit (40.1-1) Ubuntu 21.10 (Impish Indri)

gedit (3.34.1-2.44) openSUSE Leap

Читайте также:  Acer v3 571g linux

gedit (40.1-2.1) openSuSE Tumbleweed

gedit (41.0-3) Ubuntu 22.04 LTS (Jammy Jellyfish)

gedit (3.30.2-2) Debian 10 (Buster)

Источник

How To Install gedit on Kali Linux

In this tutorial we learn how to install gedit on Kali Linux.

What is gedit

gedit is a text editor which supports most standard editor features, extending this basic functionality with other features not usually found in simple text editors. gedit is a graphical application which supports editing multiple text files in one window (known sometimes as tabs or MDI).

gedit fully supports international text through its use of the Unicode UTF-8 encoding in edited files. Its core feature set includes syntax highlighting of source code, auto indentation and printing and print preview support.

gedit is also extensible through its plugin system, which currently includes support for spell checking, comparing files, viewing CVS ChangeLogs, and adjusting indentation levels.

There are three ways to install gedit 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 gedit Using apt-get

Update apt database with apt-get using the following command.

After updating apt database, We can install gedit using apt-get by running the following command:

sudo apt-get -y install gedit 

Install gedit Using apt

Update apt database with apt using the following command.

After updating apt database, We can install gedit using apt by running the following command:

Install gedit 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 apt database, We can install gedit using aptitude by running the following command:

sudo aptitude -y install gedit 

How To Uninstall gedit on Kali Linux

To uninstall only the gedit package we can use the following command:

Uninstall gedit And Its Dependencies

To uninstall gedit and its dependencies that are no longer needed by Kali Linux, we can use the command below:

sudo apt-get -y autoremove gedit 

Remove gedit Configurations and Data

To remove gedit configuration and data from Kali Linux we can use the following command:

sudo apt-get -y purge gedit 

Remove gedit configuration, data, and all of its dependencies

We can use the following command to remove gedit configurations, data and all of its dependencies, we can use the following command:

sudo apt-get -y autoremove --purge gedit 

References

Summary

In this tutorial we learn how to install gedit using different package management tools like apt, apt-get and aptitude.

Источник

How To Install gedit-common on Kali Linux

In this tutorial we learn how to install gedit-common on Kali Linux.

What is gedit-common

gedit is a text editor which supports most standard editor features, extending this basic functionality with other features not usually found in simple text editors.

This package contains gedit’s architecture-independent support files.

Читайте также:  Процесс загрузки linux это

There are three ways to install gedit-common 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 gedit-common Using apt-get

Update apt database with apt-get using the following command.

After updating apt database, We can install gedit-common using apt-get by running the following command:

sudo apt-get -y install gedit-common 

Install gedit-common Using apt

Update apt database with apt using the following command.

After updating apt database, We can install gedit-common using apt by running the following command:

sudo apt -y install gedit-common 

Install gedit-common 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 apt database, We can install gedit-common using aptitude by running the following command:

sudo aptitude -y install gedit-common 

How To Uninstall gedit-common on Kali Linux

To uninstall only the gedit-common package we can use the following command:

sudo apt-get remove gedit-common 

Uninstall gedit-common And Its Dependencies

To uninstall gedit-common and its dependencies that are no longer needed by Kali Linux, we can use the command below:

sudo apt-get -y autoremove gedit-common 

Remove gedit-common Configurations and Data

To remove gedit-common configuration and data from Kali Linux we can use the following command:

sudo apt-get -y purge gedit-common 

Remove gedit-common configuration, data, and all of its dependencies

We can use the following command to remove gedit-common configurations, data and all of its dependencies, we can use the following command:

sudo apt-get -y autoremove --purge gedit-common 

References

Summary

In this tutorial we learn how to install gedit-common using different package management tools like apt, apt-get and aptitude.

Источник

Computers, Programming, Technology, Music, Literature

yeah, it’s really a bummer when you try to edit a file with your (our) favorite text editor gedit, and you get “command not found”. You may be better off using gvim or leafpad but when it comes to breaking the habit of using gedit, you would have a second thought of installing gedit by hook or crook. Just as in backtrack, Off you go, and try

you get Unable to locate package gedit

Screenshot_010214_031027_PM

You may be wondering if your sources.list should be updated. That is the answer. Update the /etc/apt/sources.list first based on your need with the list of repositories from here. [Or directly try apt-get update from the terminal and then install gedit with apt-get install gedit ]

Or for a minimum configuration of repository list, in the terminal run

leafpad /etc/apt/sources.list

replace (or make sure) the contents of sources.list is as below

deb http://http.kali.org/kali kali main contrib non-free deb http://security.kali.org/kali-security kali/updates main contrib non-free deb cdrom:[Debian GNU/Linux 7.0 Kali - Official Snapshot i386 LIVE/INSTALL Binary 20130905327-07:57]/ kali contrib main non-free 

Save the changes to the sources.list and run apt-get update to update the package repositories.

Читайте также:  Сброс linux mint до заводских настроек

That’s it, once the apt-get repository is updates, you can run

Winking smile

leafpad /etc/hosts

Источник

How To Install gedit-dev on Kali Linux

In this tutorial we learn how to install gedit-dev on Kali Linux.

What is gedit-dev

gedit is a text editor which supports most standard editor features, extending this basic functionality with other features not usually found in simple text editors. gedit is a graphical application which supports editing multiple text files in one window (known sometimes as tabs or MDI).

gedit fully supports international text through its use of the Unicode UTF-8 encoding in edited files. Its core feature set includes syntax highlighting of source code, auto indentation and printing and print preview support.

gedit is also extensible through its plugin system, which currently includes support for spell checking, comparing files, viewing CVS ChangeLogs, and adjusting indentation levels.

This package is required to build plugins for gedit.

There are three ways to install gedit-dev 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 gedit-dev Using apt-get

Update apt database with apt-get using the following command.

After updating apt database, We can install gedit-dev using apt-get by running the following command:

sudo apt-get -y install gedit-dev 

Install gedit-dev Using apt

Update apt database with apt using the following command.

After updating apt database, We can install gedit-dev using apt by running the following command:

sudo apt -y install gedit-dev 

Install gedit-dev 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 apt database, We can install gedit-dev using aptitude by running the following command:

sudo aptitude -y install gedit-dev 

How To Uninstall gedit-dev on Kali Linux

To uninstall only the gedit-dev package we can use the following command:

sudo apt-get remove gedit-dev 

Uninstall gedit-dev And Its Dependencies

To uninstall gedit-dev and its dependencies that are no longer needed by Kali Linux, we can use the command below:

sudo apt-get -y autoremove gedit-dev 

Remove gedit-dev Configurations and Data

To remove gedit-dev configuration and data from Kali Linux we can use the following command:

sudo apt-get -y purge gedit-dev 

Remove gedit-dev configuration, data, and all of its dependencies

We can use the following command to remove gedit-dev configurations, data and all of its dependencies, we can use the following command:

sudo apt-get -y autoremove --purge gedit-dev 

References

Summary

In this tutorial we learn how to install gedit-dev using different package management tools like apt, apt-get and aptitude.

Источник

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