Ansys Assistant will be unavailable on the Learning Forum starting January 30. An upgraded version is coming soon. We apologize for any inconvenience and appreciate your patience. Stay tuned for updates.

Ansys Learning Forum Forums Installation and Licensing Ansys Products Unusual Bug for .deb File Conversion Reply To: Unusual Bug for .deb File Conversion

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
[bingo_chatbox]