Score:1

Can't Download an ISO

pa flag

Is your website working? When I downloaded Ubuntu 22.04.3, I didn't get an iso file. I got this file: Unconfirmed 343295.crdownload

Score:1
sa flag

The download didn't complete or else it stopped before completing. To open PowerShell in Windows do the following:

  1. Click the Start button.

  2. Type PowerShell in the search bar.

  3. Click the Windows PowerShell app.

To download the Ubuntu ISO in Windows run the following commands in PowerShell:

$URL="https://releases.ubuntu.com/22.04.3/ubuntu-22.04.3-desktop-amd64.iso"
$Path="C:\Users\<YOUR-USERNAME>\Downloads\ubuntu-22.04.3-desktop-amd64.iso"
Invoke-Webrequest -URL $URL -Outfile $Path

In the second command replace <YOUR-USERNAME> with your username.

Maureen Moore avatar
pa flag
Ok, thanks karel. I downloaded it again and I'm going to give it a few more minutes to download and then use the command prompt if necessary.
Maureen Moore avatar
pa flag
I'm using a command prompt on a Windows and I don't have a terminal. When I paste in your code, I get the following: 'wget' is not recognized as an internal or external command, operable program or batch file.
Maureen Moore avatar
pa flag
Should I install a terminal as shown in the following website?: https://learn.microsoft.com/en-us/windows/terminal/install
Maureen Moore avatar
pa flag
When I tried to close my browser, it showed that the file was still downloading so I guess I just have to be patient and wait for it.
user535733 avatar
cn flag
It's a big, big file. Yes, you must be patient.
Maureen Moore avatar
pa flag
Yeah, it took over an hour but I have it now. Thanks, Karel. I clicked "accept this answer". I hope I did it right. I see that you editted your answer to use the Windows PowerShell instead of the terminal. I'm just mentioning it so that the thread makes more sense.
I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.