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 usingvimornano– user68186 Sep 08 '19 at 11:36sudo apt update. Second,sudo apt install nano. You can useapt-getinstead ofapt. Theapt-getis old syntax. – user68186 Sep 08 '19 at 11:44