Yritin tehdä, kuten neuvoit, mutta ilmeisesti tei jotain väärin.
PS C:\Users\jotaa> sudo apt install Ubuntu 20.04.lts
sudo : The term 'sudo' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the
spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ sudo apt install Ubuntu 20.04.lts
+ ~~~~
+ CategoryInfo : ObjectNotFound: (sudo:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
PS C:\Users\jotaa> apt install Ubuntu 20.04.lts
apt : The term 'apt' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the s
pelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ apt install Ubuntu 20.04.lts
+ ~~~
+ CategoryInfo : ObjectNotFound: (apt:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
Pitäisikö tyhjentää kaikki, vai saako tämän sotkun selvitettyä? Windows päätteestä en muista enää kuin "dir" komennon, sillä en ole käyttänyt päätettä sitten Windowsin varhaisempien versioiden. Ja jos pitää tyhjentää kaikki, niin millä komennolla?