View Single Post
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#7578
Originally Posted by coderus View Post
@zaidk9
apt-cache show latrace
@Schturman
this is the safest QQ tweak:
Code:
echo "APT::Get::AutomaticRemove /"0/";
APT::Get::HideAutoRemove /"1/";" > /etc/apt/apt.conf.d/03noautoremove
echo "Package: mp-harmattan-001-pr
Status: install ok installed
Priority: required
Section: user/system
Maintainer: Nokia
Architecture: all
Version: 40.2012.21-3
Description: This Nokia N9 update brings you many quality improvements.  After downloading the update, the installation may take up to 40 minutes, during which time the device can't be used. Please note that this update requires downloading large amounts of data. For more information about data charges, contact your service provider.  For more info, please visit http://www.nokia.com/support.
Maemo-Display-Name: Device update
Maemo-Flags: reboot-update,system-update
Maemo-Required-Free-Space: 46080" > /var/lib/dpkg/updates/0000
dpkg --configure -a
and now you can safety remove any system packages
Thanks ! Going to test it...
Some questions...
1. restoring packages in the same way, just apt-get install ?
2. To remove this tweak:
Code:
rm -f  /etc/apt/apt.conf.d/03noautoremove
rm -f /var/lib/dpkg/updates/0000
dpkg --configure -a
That all ?