The Problem
I'm currently on 16.04 LTS. binutils package of this distro is of version 2.26. But I need 2.25 (binutils of 15.10).
I'm using PyBDF 0.1.1 python packages which depends on binutils 2.25. Unfortunately that python package isn't getting updated, so I have to downgrade my binutils.
What I've done with no luck:
apt-get install binutils=2.25.1-6ubuntu1- "Force Version" is disabled in Synaptic Package Manager.
- Fooling
PyBDFby creating a soft link for the .SO file that ships withbinutils 2.25which points to the .SO file ofbinutils 2.26.
Related Questions
The Question
How can I downgrade the package?