+ Reply to Thread
Results 1 to 3 of 3

Thread: using alien and installing deb packages

  1. #1
    Member registered user
    Join Date
    Dec 2004
    Location
    Cologne, Germany
    Posts
    31

    using alien and installing deb packages

    I have rpm packages that I need to convert to deb and then install (under Knoppix 3.4).

    I read the instructions and it seems quite straightforward ...

    I first did (as root): # alien xxx.rpm
    ... which created xxx.deb

    I was pleased about that.

    The instructions (in my Knoppix manual) said I should simply click on the file and it will install. I tried this and found that all that happened was that the conents of the deb file were displayed.

    I tried running xxx.deb from the command prompt but this also didn't work.

    Can anyone help me here? What am I doing wrong? Do I need to run from command prompt with certain switches?

    Any tips would be gratefully received.

    Regards,
    Alan Searle

  2. #2
    Senior Member registered user
    Join Date
    Mar 2003
    Location
    Portland, OR USA
    Posts
    568
    Pull up a console, navigate to the directory you've got your package in, and become root; then issue the command

    dpkg -i packagename.deb

    (One thing that may cause problems is dependency issues. Good luck.)

  3. #3
    Senior Member registered user
    Join Date
    Feb 2003
    Posts
    929
    A better bet (because of the likely dependency issues) is to use apt-get. You won't find many .rpm packages that are not available as debs and the reverse is true.

+ Reply to Thread

Similar Threads

  1. Need your attention, please. (about installing packages)
    By chocorello in forum Customising & Remastering
    Replies: 3
    Last Post: 07-04-2008, 01:14 AM
  2. Selecting packages when installing
    By knithx in forum Hdd Install / Debian / Apt
    Replies: 4
    Last Post: 03-27-2006, 07:26 PM
  3. installing rpm packages using apt
    By jsweatte in forum Hdd Install / Debian / Apt
    Replies: 7
    Last Post: 01-27-2005, 03:22 PM
  4. Installing RPM packages
    By HewJass in forum MS Windows & New to Linux
    Replies: 5
    Last Post: 01-20-2005, 02:34 AM
  5. installing rpm packages on KNOPPIX
    By pankajgadhari in forum Customising & Remastering
    Replies: 2
    Last Post: 11-19-2003, 02:33 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts