I installed new apt and synaptic packages for FC3 from freshrpms. Everything worked fine, installing and removing, but the next day when I used apt, it segfaulted. I think the problem is with selinux (targeted). Here are a few lines of an strace of 'apt-get install': stat64("/etc/apt/translate.list.d/", 0xfef4120c) = -1 ENOENT (No such file or directory) stat64("/etc/apt/translate.list", 0xfef4120c) = -1 ENOENT (No such file or directory) close(4) = 0 stat64("/var/lib/rpm/Packages", {st_mode=S_IFREG|0644, st_size=100794368, ...}) = 0 time(NULL) = 1100085822 open("/proc/filesystems", O_RDONLY) = 4 read(4, "nodev\tsysfs\nnodev\trootfs\nnodev\tb"..., 4095) = 276 open("/proc/self/attr/current", O_RDONLY) = 5 read(5, "root:system_r:unconfined_t\0", 4095) = 27 close(5) = 0 close(4) = 0 --- SIGSEGV (Segmentation fault) @ 0 (0) --- +++ killed by SIGSEGV +++