The following commands will tell you where the new files are created. Now that you can remove the programm following the diff output. The following each line is in one line.
%sudo find / | grep -v -e ^/proc/ -e ^/dev/ -e ^/media/ -e ^/tmp/ -e ^/mnt/ >beforeinstall.list
% sudo find / | grep -v -e ^/proc/ -e ^/dev/ -e ^/media/ -e ^/tmp/ -e ^/mnt/ >afterinstall.list
% diff beforeinstall.list afterinstall.list
2 comments:
What is the customizing the kernel?
Hi, to be accurate, customizing the linux kernel.
Post a Comment