0% found this document useful (0 votes)
233 views3 pages

Gedit Installation

Gedit is a Linux-based text editing program that is not installed by default. To use gedit commands, you must first install the gedit package using the apt package manager. As root user, run the commands "apt install gedit" and accept the installation. Once installed, gedit can be opened from the command line using the command "gedit filename.extension". Gedit is preferable for Linux beginners over other default text editors like mousepad and vim because it has a graphical user interface.

Uploaded by

vicky krr
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
233 views3 pages

Gedit Installation

Gedit is a Linux-based text editing program that is not installed by default. To use gedit commands, you must first install the gedit package using the apt package manager. As root user, run the commands "apt install gedit" and accept the installation. Once installed, gedit can be opened from the command line using the command "gedit filename.extension". Gedit is preferable for Linux beginners over other default text editors like mousepad and vim because it has a graphical user interface.

Uploaded by

vicky krr
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Reference to gedit 12th Command in Practical 1, Page 12.

NOTE: gedit will not work on Git BASH shell. Unless you have the packages(apt and gedit)
installed.

gedit will not work by default in Linux Operating systems.


We have to install the package rpm of gedit on CLI using Advanced packaging tool (APT)
Commands as follows,
1) Active the super user of Linux using the command sudo su,then enter the password.
Note: The password will not appear while you are entering.
2) Then give the command : apt install gedit.
3) The installation process will ask the permission Y/N?
4) Press Y.
5) The installation will proceed
6) After that you can continue with the gedit commands using the keyword gedit
7) Example= gedit light.sh (sh for the bash file)

Pictorial Representation:

The installation is complete in the below picture.


Gedit will run successfully.

Gedit is a linux based text-editing file, although you will have mousepad and vim text editors by
default. Gedit is used in case of handling large character based files.Typically gedit is a GUI that
is the reason gedit is preferable for Linux beginners.
Whereas Vim is a CLI based text editor.
Note:

I aim to publish reference-quality works. I welcome all typo and factual corrections, no matter
how small the change is, and no matter how long ago I last updated the page.

Light
.
.
.
.
.

[email protected]
[email protected]
www.lightyagamipu.blogspot.com

You might also like