Hide Forgot
Description of problem: # dnf install thunderbird.i686 Last metadata expiration check performed 2:30:16 ago on Sun Feb 28 12:47:27 2016. No package thunderbird.i686 available. # dnf install thunderbird.i386 Last metadata expiration check performed 2:30:20 ago on Sun Feb 28 12:47:27 2016. No package thunderbird.i386 available. With yum it was possible to specify the arch after dot. dnf doesn't seem to be accepting that. Version-Release number of selected component (if applicable): dnf-1.1.6-2.fc24.noarch How reproducible: easily Steps to Reproduce: 1. dnf install thunderbird.i386 Actual results: Should install i386 version of thunderbird even on x86_64 machine. Expected results: Fails to find the package. Additional info:
Looks like no multilib packages for thunderbird are built. With other packages that works.