I downloaded Ubuntu from the Microsoft Store and I have installed it.
I tried downloading gedit
using
$ sudo apt install gedit
I got this problem:
How do I resolve this problem?
EDIT: Attempts to resolve the problem
Attempt 1: I used sudo
after suggestion and it didn't work.
gedit
. It is text only interface. Try usingvim
ornano
– user68186 Sep 08 '19 at 11:36sudo apt update
. Second,sudo apt install nano
. You can useapt-get
instead ofapt
. Theapt-get
is old syntax. – user68186 Sep 08 '19 at 11:44