![]() | 1 | initial version |
You can identify the package with the following command:
dnf provides /usr/bin/bsdtar
…and reinstall said package with this command:
dnf reinstall bsdtar
![]() | 2 | No.2 Revision |
You can identify the package with the following command:
dnf provides /usr/bin/bsdtar
…and reinstall said package with this command:
dnf reinstall bsdtar
cd /tmp
dnf download bsdtar
rpm2cpio bsdtar*.rpm | cpio -idmv
diff /usr/bin/bsdtar /tmp/usr/bin/bsdtar