D
Deleted member 111282
Guest
I have the drivers downloaded via tarball, as that's the only option they give for .deb files. I'm not too familiar with tarballs, and often avoid them, because I've found them annoying to work with (as you'll see). I follow the instructions on Brother's website (as seen here: https://support.brother.com/g/b/dow...s&os=128&dlid=dlf006893_000&flang=4&type3=625) and they tell me to open a terminal and go to directory I downloaded the drivers to using the CD command. I type in
CD Downloads
and I somehow get an error message saying CD: command not found
. I've been using Linux (particularly Mint) for about 12 years, so I know it sounds silly and amateurish for me to get stuck on a problem like this, but I honestly can't understand what I'm doing wrong, being that's a extremely simple command. Just to make sure I am doing nothing wrong, I went to this forum to verify I typed it correctly, https://askubuntu.com/questions/179681/cd-and-cd-commands-not-found-how-do-i-use-the-cd-command, and then I tried using the examples they gave:
david@david-ThinkPad-X200-Tablet:~$ CD Downloads
CD: command not found
david@david-ThinkPad-X200-Tablet:~$ CD Downloads
CD: command not found
david@david-ThinkPad-X200-Tablet:~$ CD .. Downloads
CD: command not found
david@david-ThinkPad-X200-Tablet:~$ CD-Downloads
CD-Downloads: command not found
david@david-ThinkPad-X200-Tablet:~$ cd downloads
bash: cd: downloads: No such file or directory
david@david-ThinkPad-X200-Tablet:~$ cd-downloads
cd-downloads: command not found
david@david-ThinkPad-X200-Tablet:~$ cd ..downloads
bash: cd: ..downloads: No such file or directory
david@david-ThinkPad-X200-Tablet:~$ cd dirname
bash: cd: dirname: No such file or directory
david@david-ThinkPad-X200-Tablet:~$ cd ~/downloads/
bash: cd: /home/david/downloads/: No such file or directory
And they still somehow don't work. Does the terminal in Mint need to be configured a certain way before typing this command?