I want to remove program "fio" from my Ubuntu. First, tried
apt-get remove fio
but it did not work. Then I tried to find its package name by
whereis fio
dpkg-query -S /usr/local/bin/fio
but dpkg-query says "no path found matching pattern /usr/local/bin/fio". Any suggestion would be appreciated.