Comment 2 for bug 1804285

Revision history for this message
Ruben Garcia (rubengarciahernandez) wrote :

My "solution":

for i in `apt-get autoremove 2>&1|grep "o such" |cut -f 2 -d \'`; do touch $i; done