if u r going to install any package in linux,by using SUDO command
in some linux its not wotking....and there are many ways to install the package..
to solve this problem there are many ways....,BUT.....its depend upon the msg....whichone shows in terminal...
during package installation...
here is common error,
sart....
change dir....
from were u want to installl packages....than
e.g....
u want to install django
pylon@riyan:$ cd /home/pylon/Documents/pythonista/Django1.0.2-final
pylon@riyan /home/pylon/Documents/pythonista/Django1.0.2-final:$
pylon@riyan /home..../Djan....:/$sudo python setup.py install
if error is coming like this.....
"pylon is not in the sudoers file. This incident will be reported."
here pylon is user....
than write on the terminal
e.g.:-
pylon@riyan:$su
u get the root,something like this
e.g.
[root:ashish/root/home]:$
chane dir....
from were u want to installl packages....than
[root:ashish/root/home]:$cd /home/pylon/Documents/pythonista/Django1.0.2-final
[root:ashish/root/.../Django...]:$sudo python "installer_pacakage_file_name" install
No response to “sudo error...............”
Leave a reply