Hide Forgot
Description of problem: The versionlock plugin does not work on F23. I chatted with people on IRC, seems to work on F22. Version-Release number of selected component (if applicable): 0.0.12-1.fc23 How reproducible: Always...? Steps to Reproduce: 1. dnf install python-dnf-plugins-extras-versionlock 2. it concludes successfully 3. dnf versionlock add <package-name> Actual results: No such command: versionlock. Please use /usr/bin/dnf --help It could be a DNF plugin command, try: "dnf install 'dnf-command(versionlock)'" Expected results: It should add the package to DNF's exclude list. Additional info:
python-dnf-plugins-extras-versionlock is a python2 version of the plugin. On Fedora 23 default installation you need python3 version. You can install it by either dnf install 'dnf-command(versionlock)' as suggested or explicitly by dnf install python3-dnf-plugins-extras-versionlock