this post was submitted on 17 Nov 2025
-2 points (43.8% liked)

Linux

10179 readers
758 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
 

Can someone please explain what is this ? https://curl.se/

you are viewing a single comment's thread
view the rest of the comments
[–] dajoho@sh.itjust.works 1 points 2 days ago (1 children)

Curl is very low level. It will let you download things but won't display it to you in any really useful way. It is intended to be used by other applications.

If you're looking to use it to browse websites using the terminal, you need something that uses curl in the background but displays anything you download to you in a sensible way. Two such applications are lynx and links2. These will run in your terminal.

However you may not have much fun browsing facebook or anything modern. A lot of websites require javascript, which lynx or links2 will have trouble understanding.

[–] dajoho@sh.itjust.works 2 points 2 days ago (1 children)

collapsed inline media

This is links, running on the Terminal on my phone.

[–] TheracAriane@thebrainbin.org 1 points 2 days ago

@dajoho@sh.itjust.works so this is how websites look like from the terminal ?