I'm trying to use gedit editor in Ubuntu terminal on Windows. I don't have a full Linux OS, just installed Ubuntu prompt for Windows from MS store. I need this for my programming course. Is this possible at all? I installed gedit on my PC as well. But when I try to use it in the prompt, comes message "Command 'gedit' not found, but can be installed with: sudo apt install gedit I tried to install it in the suggested by this message way, but it gives me some errors. So I wonder if it's possible. Thank you in advance for help! When I try 'sudo apt install gedit', I'm getting the errors:
Err:1 http://security.ubuntu.com/ubuntu bionic-updates/main amd64 libjavascriptcoregtk-4.0-18 amd64 2.26.4-0ubuntu0.18.04.1
404 Not Found [IP: 91.189.88.142 80]
Err:2 http://security.ubuntu.com/ubuntu bionic-updates/main amd64 libwebkit2gtk-4.0-37 amd64 2.26.4-0ubuntu0.18.04.1
404 Not Found [IP: 91.189.88.142 80]
E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/w/webkit2gtk/libjavascriptcoregtk-4.0-18_2.26.4-0ubuntu0.18.04.1_amd64.deb 404 Not Found [IP: 91.189.88.142 80]
E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/w/webkit2gtk/libwebkit2gtk-4.0-37_2.26.4-0ubuntu0.18.04.1_amd64.deb 404 Not Found [IP: 91.189.88.142 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
sudo apt install gedit
– steeldriver Apr 19 '20 at 18:29sudo apt update
first? the package versions that it's looking for don't appear to be the current ones – steeldriver Apr 20 '20 at 21:44