Sharingan Akuma Community
Would you like to react to this message? Create an account in a few clicks or log in to continue.

How to install & use .rpm to .deb Converter (Alien) Ubuntu

Go down

How to install & use .rpm to .deb Converter (Alien) Ubuntu Empty How to install & use .rpm to .deb Converter (Alien) Ubuntu

Post by akuma Sat Apr 12, 2008 2:02 pm

How to install & use .rpm to .deb Converter (Alien)

* Read #General Notes
* Read #How to add extra repositories

sudo aptitude install alien

sudo alien -d package.rpm (-d for Debian package)

[edit]
How to make Ubuntu/Debian packages (CheckInstall)

* Read #General Notes
* Read #How to add extra repositories

* Install CheckInstall

sudo aptitude install checkinstall

* When compiling software from source, replace "make install" with "checkinstall"

./configure
make
checkinstall

A Debian package (.deb) will now be created in the current directory.

* To install the created package

sudo dpkg -i package_name.deb

* Consider copying your package to a personal Apt Repository

#Personal Apt Repository
akuma
akuma
Sharingan Perfect
Sharingan Perfect

Number of posts : 850
Age : 48
Registration date : 2008-03-12

https://sharingan.forumotion.net

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum