How can I repackage a fedora 2[6-8] rpm to a Centos7.5 rpm [closed]

Clash Royale CLAN TAG#URR8PPP
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty margin-bottom:0;
up vote
1
down vote
favorite
I'd like to be able to install the following fedora rmps on a centos7.5 box.
sudo dnf install powerline powerline-fonts
sudo dnf install tmux-powerline
sudo dnf install vim-powerline
Unfortunately there is no rpm that I can find. This is at my workplace so I am no root and root won't ever install fedora rpms on a centos7. I know this is wrong practice in general but in that case I think this is just some python code being packaged, so I had hope.
My question is then :
How can I transform the above into Centos7.5 rpms so I can give them to install ?
centos fedora rpm
closed as off-topic by Rui F Ribeiro, slm⦠Jul 29 at 21:57
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Requests for learning materials (tutorials, how-tos etc.) are off topic. The only exception is questions about where to find official documentation (e.g. POSIX specifications). See the Help Center and our Community Meta for more information." â Rui F Ribeiro, slm
add a comment |Â
up vote
1
down vote
favorite
I'd like to be able to install the following fedora rmps on a centos7.5 box.
sudo dnf install powerline powerline-fonts
sudo dnf install tmux-powerline
sudo dnf install vim-powerline
Unfortunately there is no rpm that I can find. This is at my workplace so I am no root and root won't ever install fedora rpms on a centos7. I know this is wrong practice in general but in that case I think this is just some python code being packaged, so I had hope.
My question is then :
How can I transform the above into Centos7.5 rpms so I can give them to install ?
centos fedora rpm
closed as off-topic by Rui F Ribeiro, slm⦠Jul 29 at 21:57
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Requests for learning materials (tutorials, how-tos etc.) are off topic. The only exception is questions about where to find official documentation (e.g. POSIX specifications). See the Help Center and our Community Meta for more information." â Rui F Ribeiro, slm
2
Start withrpmbuild --rebuildusing the source-rpm from Fedora...
â Thomas Dickey
Jul 29 at 20:54
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I'd like to be able to install the following fedora rmps on a centos7.5 box.
sudo dnf install powerline powerline-fonts
sudo dnf install tmux-powerline
sudo dnf install vim-powerline
Unfortunately there is no rpm that I can find. This is at my workplace so I am no root and root won't ever install fedora rpms on a centos7. I know this is wrong practice in general but in that case I think this is just some python code being packaged, so I had hope.
My question is then :
How can I transform the above into Centos7.5 rpms so I can give them to install ?
centos fedora rpm
I'd like to be able to install the following fedora rmps on a centos7.5 box.
sudo dnf install powerline powerline-fonts
sudo dnf install tmux-powerline
sudo dnf install vim-powerline
Unfortunately there is no rpm that I can find. This is at my workplace so I am no root and root won't ever install fedora rpms on a centos7. I know this is wrong practice in general but in that case I think this is just some python code being packaged, so I had hope.
My question is then :
How can I transform the above into Centos7.5 rpms so I can give them to install ?
centos fedora rpm
asked Jul 29 at 20:50
statquant
211210
211210
closed as off-topic by Rui F Ribeiro, slm⦠Jul 29 at 21:57
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Requests for learning materials (tutorials, how-tos etc.) are off topic. The only exception is questions about where to find official documentation (e.g. POSIX specifications). See the Help Center and our Community Meta for more information." â Rui F Ribeiro, slm
closed as off-topic by Rui F Ribeiro, slm⦠Jul 29 at 21:57
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Requests for learning materials (tutorials, how-tos etc.) are off topic. The only exception is questions about where to find official documentation (e.g. POSIX specifications). See the Help Center and our Community Meta for more information." â Rui F Ribeiro, slm
2
Start withrpmbuild --rebuildusing the source-rpm from Fedora...
â Thomas Dickey
Jul 29 at 20:54
add a comment |Â
2
Start withrpmbuild --rebuildusing the source-rpm from Fedora...
â Thomas Dickey
Jul 29 at 20:54
2
2
Start with
rpmbuild --rebuild using the source-rpm from Fedora...â Thomas Dickey
Jul 29 at 20:54
Start with
rpmbuild --rebuild using the source-rpm from Fedora...â Thomas Dickey
Jul 29 at 20:54
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
2
Start with
rpmbuild --rebuildusing the source-rpm from Fedora...â Thomas Dickey
Jul 29 at 20:54