View Single Post
lorenzo's Avatar
Posts: 491 | Thanked: 299 times | Joined on Jul 2012 @ Pordenone IT
#197
Originally Posted by coderus View Post
[/code]Using sudo:
Code:
#installing regular package with no privileges from file
sudo dpkg -i package.deb
#installing regular package with no privileges or with privileges if placed on trusted repository, from repository
sudo apt-get install packagename
#installing package with privileges from file
sudo aegis-dpkg -i packagename
#installing package with privileges from any repository
sudo aegis-apt-get install packagename

#executing any commands under root
sudo command

#opening full-credentials shell (ariadne sh replacement)
sudo -s
i read but still don't understand: which packages need to be installed using sudo command?