linux.gotfoo.org

tips, tricks and howto’s

Categories

Search



Visit Xubuntu.org

Convert and Install a Non-Ubuntu Package

August 2nd, 2006 by jay
,

This is one I find myself doing when trying out new apps.

First install Alien which is a program that converts between the rpm, dpkg, stampede slp, and slackware tgz file formats.

Alien

CODE:
  1. $ sudo apt-get install alien

Convert
Now pass alien the "alien" package:

CODE:
  1. $ alien -c new-cool-app.1.0.1.rpm

Install
Now you will have a new-cool-app.1.0.1.deb file that you can install with dpkg.

CODE:
  1. $ sudo dpkg -i new-cool-app.1.0.1.deb

Remove
Now that you went through all that trouble let's remove the package.
-r = remove package
-P = purge package

CODE:
  1. $ sudo dkpg -r new-cool-app.1.0.1

Note the ".deb" is missing.

Share and Enjoy:These icons link to social bookmarking sites where readers can share and discover new web pages.
  • del.icio.us
  • De.lirio.us
  • digg
  • Reddit
  • RawSugar
  • Furl
  • YahooMyWeb
  • Spurl
  • Ma.gnolia
  • NewsVine

Posted in Linux, Tips N Tricks, Ubuntu |

One Response

  1. Ahmed Says:

    penis enlargement pill http://www.romania.org/community/profile.php?mode=viewprofile&u=2741

Leave a Comment

Please note: Comment moderation is enabled and may delay your comment. There is no need to resubmit your comment.