Install Ubuntu on Windows 10

Install Windows 10 WSL .04 in Windows 10 (2004)

Type Powershell in the search / Start and select Run as Administrator

x9ZRF1L.jpg

In the Powershell window that opens we do and the following command:

Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux

(right-clicking on the window will run automatically)

0me09eK.png

Type Y to restart

Kjzgi5G.jpg

After the reboot, run the Microsoft Store and search for the term Ubuntu

Xtv6TFI.jpg

From the results select Ubuntu or Ubuntu 20.04 LTS (there is no difference) and then click Download

jhur3In.jpg

When completed, press Start

U6Nk8Vm.jpg

A new window titled Ubuntu appears and the installation is complete

OKuiNpl.jpg

Asks us to enter a username (Username) and set a password (Password)

OxKohuS.jpg

Once the process is complete:

gGZeFdw.jpg

A first command we can execute is:

sudo apt-get install

The word sudo before the command means that we execute it with Administrator rights. The apt-get install example command upgrades software packages.

We can copy and paste it into the Ubuntu window. When we press Enter, it asks us to enter the password we gave for our account

UZzaQiR.jpg

ak5w6tX.jpg

Note: Proxy Setup

In my case, I use a proxy to access the internet. After installation, I had to configure my system to "see" the network through the proxy.

The command we use in this case is:

sudo nano apt.conf

With this option we open the apt.conf file for editing.

Add the following line

Acquire :: http :: Proxy "http: // username: password @ proxyaddress: port";

Where

username: password the username and password we use to log in (skip it if it does not exist)

proxyaddress is the full address of the proxy

port the door number

rliFt22.jpg

Press Ctrl + O to save and Ctrl + X to exit.

JxxHdHK.jpg

(Examples will follow)

iGuRu.gr The Best Technology Site in Greecefgns

every publication, directly to your inbox

Join the 2.082 registrants.

Written by Lefteris

IEK Computer Applications, Networks and Office Automation Technician 2003

Leave a reply

Your email address is not published. Required fields are mentioned with *

Your message will not be published if:
1. Contains insulting, defamatory, racist, offensive or inappropriate comments.
2. Causes harm to minors.
3. It interferes with the privacy and individual and social rights of other users.
4. Advertises products or services or websites.
5. Contains personal information (address, phone, etc.).