curl
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| curl [2025/01/17 17:27] – 1211112228 | curl [2025/01/17 17:45] (current) – 1211112228 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Curl Command ====== | ====== Curl Command ====== | ||
| - | '' | + | '' |
| + | |||
| + | ---- | ||
| + | |||
| + | How to install '' | ||
| + | |||
| + | 1. Make sure everything is updated | ||
| + | sudo apt update | ||
| + | |||
| + | 2. Install '' | ||
| + | sudo apt install curl -y | ||
| + | |||
| + | 3. Verify the installation | ||
| + | curl --version | ||
| + | |||
| + | Here is how it will look like after finishing the installation of curl. | ||
| + | {{ : | ||
| + | |||
| + | ---- | ||
| + | If you no longer need '' | ||
| + | sudo apt remove curl -y | ||
curl.1737134866.txt.gz · Last modified: 2025/01/17 17:27 by 1211112228
