LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   What's a packlist? Can I remove it? (https://www.linuxquestions.org/questions/linux-newbie-8/whats-a-packlist-can-i-remove-it-362932/)

BlueNoteMKVI 09-13-2005 08:38 AM

What's a packlist? Can I remove it?
 
When I run chkrootkit on my server, it returns lots of .packlist files. From doing some research, it seems that 99% of the time these are false-positives and I don't need to worry about it. However, it creates a huge list in the chkrootkit output and I'm worried that I'll just skim over it and miss something important.

So, what is the purpose of the .packlist file? I opened a few and they seem to be lists of files, so logically it would be the list of files included in a package. I can see how that might be useful. Do I need to keep it around? Is it safe to delete it?

Simon Bridge 09-13-2005 10:50 PM

You need them...

But if you want an experiment - change the name of one
cp sample.packlist sample.packlist.test

then try apt get upgrade on a package in the list.

BlueNoteMKVI 09-13-2005 10:54 PM

I use Yum to update this server, not apt-get. Does that make a difference?

Simon Bridge 09-14-2005 10:44 PM

hmmm... here's me thinking these were like the files apt creates to keeptrack of dependancies et al. Now I use yum all the time, lets see...

Code:

[simon@indigo-prime ~]$ locate packlist
/usr/lib/perl5/5.8.6/i386-linux-thread-multi/.packlist
/usr/lib/perl5/vendor_perl/5.8.6/i386-linux-thread-multi/auto/NKF/.packlist
/usr/lib/perl5/vendor_perl/5.8.6/i386-linux-thread-multi/auto/Gaim/.packlist
[simon@indigo-prime ~]$

... anything like these ones?
Anyway - they still look needed. Experiment will be difficult without knowing the context - like these involve perl.


All times are GMT -5. The time now is 05:22 PM.