View Single Post
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#4322
if reboot command exist inside the package, I can't prevent it... For example FasterN9 (previous versions)...
For prevent it you just need to remove packages that you don't know what is it from /home/user/MyDocs/BackDeb/All. Leave only packages that you exactly know that apps installed by you.
Tweak X include command:
Code:
apt-get install -f -y
This command will install all needed dependences for you packages...