Initial Foothold, gobuster issue/nibble

Hi all

I cannot get gobuster to tell me error parsing. I get it to work using the exact syntax below and it works on my parallels machine but not on HTB vm. I cannot get past this part any help would be appreciated.
[★]$ gobuster dir -u http://10.129.81.79/nibbleblog/ -w /usr/share/wordlists/common.txt
Error: error on parsing arguments: wordlist file “/usr/share/wordlists/common.txt” does not exist: stat /usr/share/wordlists/common.txt: no such file or directory

Enter this in terminal

sudo wget https://raw.githubusercontent.com/danielmiessler/SecLists/master/Discovery/Web-Content/common.txt -O/usr/share/wordlists/common.txt

That will add that file to the path they instruct us to use in the course.