jworkman / ASL-Knowledge-Base

Centralized knowledge base for students in Advanced Server-side Languages.
1 stars 1 forks source link

Request for assistance: Trouble downloading telnet for terminal #11

Closed ChalmersSachi-FS closed 1 month ago

ChalmersSachi-FS commented 1 month ago

Issue Description

i am following along with the live lecture and i am having trouble download telnet into my terminal Please explain your issue in as much detail as possible here... I cannot download telnet in my terminal I am following what is provided on the screen

Full Error Backtrace

If your having issues with an error or bug that is producing error output. Copy/paste the output of that error here.

Screenshots

Screenshot 2024-08-15 at 3 43 17 PM

Any relevant screenshot information goes here.

Any Other Notes

Steps on how to reproduce, special context, etc goes here.

jworkman commented 1 month ago

Looks like you miss spelled the URL. I see "workam" in the URL when it should be "workman". Your missing the "m".

jworkman commented 1 month ago

Additionally you did not specify an output path file. The command should be as follows:

curl -o Dockerfile https://raw.githubusercontent.com/jworkman/telnet/main/Dockerfile

ChalmersSachi-FS commented 1 month ago

Okay I will be making the correction right now. Thank you