Most of Linux software sources are available for free of charge , so developer can easily convert the source code into distribution based package format. Distribution based packages are easy installable and configurable ...
There are two package types used in all Linux distributionDebian, Ubuntu, Gentoo, and other Debian based OS are using DEB package, Redhat, Fedora, CentOS are using RPM package. The conversion between rpm based package to deb package is given in this article. The tool ” alien ” is used for doing this job.
Step 1: Install alien through Synaptic Package Manager or type the given command in Terminal
Step 2: Convert tar.gz to deb
This command will create eclipse-helios.deb package in /opt directory.
Step 3: Convert rpm to deb
The same syntax can be used for other format also ….
No comments:
Post a Comment