How to install alien on CentOS 7 to convert .deb to .rpm?

How to install the alien command on CentOS 7 to convert .deb to .rpm?

alien is already in EPEL and it makes it quite easy to install it in CentOS 7.

First, enable EPEL following this tutorials.

Then, install alien by

# yum install alien

Then alien should be ready:

# yum info alien
Installed Packages
Name        : alien
Arch        : noarch
Version     : 8.95
Release     : 3.el7
Size        : 223 k
Repo        : installed
From repo   : epel
Summary     : Converter between the rpm, dpkg, stampede slp, and Slackware tgz file formats
URL         : https://sourceforge.net/projects/alien-pkg-convert/
License     : GPLv2+
Description : Alien is a program that converts between the rpm, dpkg, stampede
            : slp, and Slackware tgz file formats. If you want to use a package
            : from another distribution than the one you have installed on your
            : system, you can use alien to convert it to your preferred package
            : format and install it.

Similar Posts

  • Fedora 中文字体设置

    Fedora 一直有中文字体难看的问题, 尤其是在英文环境中. 使用本文中的配置方法可以得到令人满意的中文效果. 此方案中使用字体都为开源且在Fedora源中自带. 此方案对 Fedora 9 – 20 有效. 对于后续版本支持我会确认并更新此文章. 此方案对Gnome, KDE都有效. Firefox 中也有中文难看的问题, 后面会提到. 快速配置方法 如果你想马上配置好,请使用如下命令。此方法测试使用效果良好。 # yum install cjkuni-ukai-fonts cjkuni-uming-fonts # wget https://raw.githubusercontent.com/zma/config_files/master/others/local.conf \ -O /etc/fonts/local.conf 相关英文字体配置可以参考:Improving Fedora Font Rendering with Open Software and Fonts Only. Fedora 系统中文字体的配置方案 使用uming和ukai字体,即AR PL UMing CN等. 中文字体和等宽字体效果如图所示(点击看大图, Firefox 中文字体设置在后面会提到). 方法如下: 安装字体 首先安装这两个字体: cjkuni-ukai-fonts cjkuni-uming-fonts (在Fedora…

  • |

    Extracting EC Public Keys with OpenSSL

    In the realm of cryptography, handling and managing keys is a crucial task. The command provided is a series of operations using OpenSSL and other command-line utilities to extract and format an elliptic curve (EC) public key. Let’s break down the command to understand its purpose and functionality. The Command Extracting EC Public Keys with…

  • |

    How to Compress/Uncompress Files in Linux Using gzip, bzip2, 7z, rar and zip

    Compress/uncompress files are frequent operations. The normal tools for compressing/uncompressing in Linux is gzip, bzip2, 7z, rar and zip. This post introduces how to compress and uncompress file in Linux using these tools. We use best compressing rate with all these tools and mark the options for “best rate” in bold fonts. We can delete…

Leave a Reply

Your email address will not be published. Required fields are marked *