Answers for "how to install gedit in kali linux"

4

bash: gedit: command not found

First, try this:
sudo apt-get install gedit

or You can try this

sudo apt-get purge gedit gedit-common
sudo apt-get clean

After this try reinstalling with

sudo apt-get install gedit
Posted by: Guest on November-12-2020
0

INSTALL gedit on kali linux

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
Posted by: Guest on April-07-2021

Code answers related to "how to install gedit in kali linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language