Hı, I'm new to Ubuntu, so ıt may be a basıc questıon.
I've just downloaded a drıver for Phaser 7760.
I read the “readme” and says:
What does that mean?run setup within the install directory as root to install the driver.
—R2D2! Ilhuıtémoc
Hı, I'm new to Ubuntu, so ıt may be a basıc questıon.
I've just downloaded a drıver for Phaser 7760.
I read the “readme” and says:
What does that mean?run setup within the install directory as root to install the driver.
—R2D2! Ilhuıtémoc
enter the directory of the file you downloaded. So if I downloaded a file called abc to my desktop I would need to enter the directory by
then typeCode:cd Desktop/abc
to run as root for that terminal session. (After installing return to normal user)Code:sudo -s
or if you are wanting root privileges for just a few commands you can type sudo before the terminal command to gain root privileges.
You can find out more about sudo by typing
orCode:man sudo
https://help.ubuntu.com/community/RootSudo
Last edited by Partyboi2; May 4th, 2008 at 04:53 AM.
Ubuntu Newbie Help: irc: #beginners-help on network irc.freenode.net
It means you should start a terminal and go to the directory where Phaser is installed. Most likely that directory is the very directory where the readme file is so check the path to that. Then, in a terminal type:run setup within the install directory as root to install the driver.
What does that mean?
Then check whether the setup file is presentCode:cd </full/path/to/readme/>
If the output includes "setup" or "setup.sh" you are probably in the correct directory. Then, still in that directory, run setup as root (sudo) to install the driver:Code:ls ./setup*
That should work. If you get lost, post more details.Code:sudo ./setup
Cheers, Pat.
It's never too late to have a happy childhood! (Bumper sticker - Zimbabwe)
To mark your thread solved, go to Thread Tools and select Mark this thread as solved
Thank you for your help
—R2D2! Ilhuıtémoc
Bookmarks