[/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
#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