|
|
|
|
|
by fallingsquirrel
637 days ago
|
|
Works for me. I bet your OS ships a crippled version of curl. $ curl --version
curl 8.7.1 (x86_64-pc-linux-gnu) [...]
$ curl dict://dict.org/d:Internet
220 dict.dict.org dictd 1.12.1/rf on Linux 4.19.0-10-amd64 <auth.mime> <370202891.28105.1727009645@dict.dict.org>
250 ok
150 1 definitions retrieved
[...]
|
|
EDIT: https://fedoraproject.org/wiki/Changes/CurlMinimal_as_Defaul...
EDIT2: To change from libcurl-minimal to libcurl, run:
The second step there may not be needed, at least my system had curl paired with libcurl-minimal so your situation may not match mine.EDIT3: This is the output of my curl now: