Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Comments on How to find all files not part of a package on Arch?

Post

How to find all files not part of a package on Arch?

+2
−0

How do I find all actual files (not devices, sockets, etc) on my system that are:

  • Not part of a package
  • Not under /home (I assume that packages are supposed to never put files there)

on Arch Linux?

I've been using this install for a while and I suspect there's been a lot of cruft, like .pacnew or leftovers from crappy AUR scripts. I want to start with an "everything" list and then use my own tools to go through that and see which ones are not needed.

If there's already a utility for finding junk files, I would accept that as well. I asked this question in a lower level form because I don't want people to yell at me in comments for the question being too vague, but I'll accept high level answers.

History
Why does this post require attention from curators or moderators?
You might want to add some details to your flag.
Why should this post be closed?

1 comment thread

.pacnew (1 comment)
.pacnew
Iizuki‭ wrote 4 months ago

Regarding .pacnew files, pacdiff is a nice tool for dealing with them.