PDA

View Full Version : Need help with a terminal command



Seadevil
December 6th, 2012, 03:40 AM
I found a Brother printer driver installer & the instructions said to enter the following command in terminal:

Su Command: gunzip linux-br-printer-installer-1.0.0-1.gz

I entered this in the dir with the installer file. But I

get "UNKOWN ID: Command

I made command all lowercase, tried without the colon, but

same error message.

what is wrong with the command ?

steeldriver
December 6th, 2012, 03:47 AM
I don't think the 'Su command:' part is meant to be taken literally - just


gunzip linux-br-printer-installer-1.0.0-1.gzThere should be no need to use elevated permissions unless you are unzipping directly in a system directory - if you are, then the correct way in Ubuntu would use 'sudo' not 'su' anyway


sudo gunzip linux-br-printer-installer-1.0.0-1.gz

williejones
December 6th, 2012, 03:50 AM
I found a Brother printer driver installer & the instructions said to enter the following command in terminal:

Su Command: gunzip linux-br-printer-installer-1.0.0-1.gz

I entered this in the dir with the installer file. But I

get "UNKOWN ID: Command

I made command all lowercase, tried without the colon, but

same error message.

what is wrong with the command ?

The su is to switch you to the sudo (administrator) command. So in a terminal cd to the directory with the driver and enter su. This will prompt you to enter your password. Then run the rest of the install, type in gunzip linux-br-printer-installer-1.0.0-1.gz

Seadevil
December 6th, 2012, 04:11 AM
thank you all VERY much. If he put Command: in parentheses, i would have understood that was NOT part of the command. lol.