|
2013-08-01
, 15:49
|
|
Posts: 6,436 |
Thanked: 12,701 times |
Joined on Nov 2011
@ Ängelholm, Sweden
|
#192
|
|
2013-08-01
, 15:51
|
|
Posts: 694 |
Thanked: 619 times |
Joined on Nov 2011
|
#193
|
|
2013-08-01
, 17:14
|
|
Posts: 491 |
Thanked: 299 times |
Joined on Jul 2012
@ Pordenone IT
|
#194
|
|
2013-08-04
, 10:17
|
|
Posts: 491 |
Thanked: 299 times |
Joined on Jul 2012
@ Pordenone IT
|
#195
|
|
2013-08-04
, 11:00
|
|
Posts: 6,436 |
Thanked: 12,701 times |
Joined on Nov 2011
@ Ängelholm, Sweden
|
#196
|
|
2013-08-04
, 11:18
|
|
Posts: 491 |
Thanked: 299 times |
Joined on Jul 2012
@ Pordenone IT
|
#197
|
[/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
|
2013-08-04
, 12:47
|
|
Posts: 6,436 |
Thanked: 12,701 times |
Joined on Nov 2011
@ Ängelholm, Sweden
|
#198
|
|
2013-08-05
, 03:06
|
Posts: 1,038 |
Thanked: 3,980 times |
Joined on Nov 2010
@ USA
|
#199
|
/etc/apt/sources.list.d $ sudo apt-get install --reinstall system-ui Reading package lists... Done Building dependency tree Reading state information... Done The following packages will be upgraded: system-ui 1 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 1 not upgraded. Need to get 274kB of archives. After this operation, 139kB of additional disk space will be used. Do you want to continue [Y/n]? Get:1 http://coderus.thecust.net trusted/main system-ui 1.3.2-1+0m8 [274kB] Fetched 274kB in 3s (73.8kB/s) Aegis rejecting /var/cache/apt/archives/system-ui_1.3.2-1+0m8_armel.deb: package 'system-ui' origin cannot be determined -- signature check failed aegis aborting dpkg -- all listed package files rejected Compilation failed in require. Updating desktop entries... Done E: Sub-process /usr/bin/dpkg returned an error code (255) /etc/apt/sources.list.d $
|
2013-08-05
, 04:52
|
|
Posts: 6,436 |
Thanked: 12,701 times |
Joined on Nov 2011
@ Ängelholm, Sweden
|
#200
|
https://twitter.com/LorenzoFacca