I'am using Kali Linux by offensive security on VMware with Windows 10 64 bit as host operating system.
I've been trying to use gedit but am not able to
sudo apt-get install gedit Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package gedit 21 Answer
gedit is missing in the standard distribution.
Do the following (using another installed editor):
Run the command
leafpad /etc/apt/sources.listEnsure the contents of
sources.listare as follows:deb kali main contrib non-free deb 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-freeSave the changes :
apt-get updateNow you can run :
apt-get install gedit.
For more information see the article Installing gedit on kali linux.