On Sun, Nov 01, 2020 at 11:53:18PM +0100, gregoire roumache wrote: > Hello, > > I've found multiple bugs while using the command : cfdisk. I've written a > report to sub...@bugs.debian.org, however it was rejected because I didn't > specify a package (line at the very first line of the mail body). > Unfortunately, I couldn't determine what package cfdisk was part of. If you > could give me its name, it would be very helpful!
You can determine what package a file comes from using dpkg -S: % dpkg -S $(which cfdisk) fdisk: /sbin/cfdisk > Sincerely, > Grégoire Roumache --Gregory