Ansys Learning Forum › Forums › Installation and Licensing › Ansys Products › Unusual Bug for .deb File Conversion › Reply To: Unusual Bug for .deb File Conversion
July 31, 2024 at 10:30 pm
Lito
Ansys Employee
@Sabrina Corsetti,Â
This is an issue with the new version of cpio on Ubuntu. If you cannot use ./extract-rpm.sh, try to downgrade cpio:Â
Ubuntu 20.04:
sudo apt-get install -y --allow-downgrades cpio=2.13+dfsg-2
Ubuntu 22.04:
sudo apt-get install -y --allow-downgrades cpio=2.13+dfsg-7