Linux commands are very useful. You can even download files from the Internet with the help of the wget command. To do this, enter wget and then the link of the file you want to download.

wget https://baransel.dev/images/profile.png

Output:

--2022-05-16 11:43:17--  https://baransel.dev/images/profile.png
Resolving baransel.dev (baransel.dev)... 3.67.153.12, 3.67.234.155
Connecting to baransel.dev (baransel.dev)|3.67.153.12|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 23911 (23K) [image/png]
Saving to: ‘profile.png’

profile.png         100%[===================>]  23.35K  --.-KB/s    in 0.03s

2022-05-16 11:43:17 (707 KB/s) - ‘profile.png’ saved [23911/23911]