Gobuster error failed to open wordlist, not a directory

Hi, I am using hack the box pwnbox, and im getting wordlists error. -w /usr/share/wordlists/dirb/common.txt. when im typing the wordlist /usr/ and i press tab it will show me available words to use with this and share is in the list, so i add share /usr/share/ then if use tab again i see wordlists is available to use so i use it /usr/share/wordlists/ however now when i press tab dirb is not listed? any suggestions would be greatly appreciated .

i literally had the same issue . the link is bad that the course provides. do this to get it work

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

then

sudo gobuster dir -w /usr/share/wordlists/common.txt -u {your target IP}

it will work.