How To Edit a Text File In Ubuntu?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
1. Open the Ubuntu terminal.
2. Type in “sudo apt–get install gedit” to install the text editor “gedit”. Enter your password when it prompts you for it.
3. Once the installation is done, type “gedit <filename>” in the terminal to open and edit the text file.
4. Once you make all the necessary changes to the text file, go to File > Save from the menu bar.
5. Close the text file by going to File > Quit.