deb file of an application. I want to convert the same file into 32 bit .deb file.
So how to convert 64 bit .deb file into 32 bit .deb
deb file of an application. I want to convert the same file into 32
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
That’s not generally possible.
If .deb file contains any architecture specific files (ie libraries or executable binaries), then you’ll need to obtain 32 bit versions of those files, or rebuild the package yourself from source.
If the contents of the .deb are already cross platform, then it should have already been marked as
Architecture: allby the creator.If the creator mistakenly marked a cross-platform package as platform specific, then you could manually edit the
Architectureentry in the control file yourself, but this seems like a rather unlikely situation.