Convert python to rpm

Issues related to applications and software problems
Post Reply
niktugov
Posts: 2
Joined: 2020/12/18 06:27:27

Convert python to rpm

Post by niktugov » 2020/12/21 06:58:05

Hello,

Is it possible to convert python program to rpm packet Centos7? What do I need to use to do it?

Thanks for reply!

pjsr2
Posts: 614
Joined: 2014/03/27 20:11:07

Re: Convert python to rpm

Post by pjsr2 » 2020/12/21 11:52:45

Yes, you can create an rpm package for a program that you developed in python.
See for example https://opensource.com/article/18/9/how ... m-packages

Searching the web for the following will give you plenty of guidance:

Code: Select all

howto create rpm package

Post Reply