Results 1 to 8 of 8

Thread: Where does alien put the .deb

  1. #1
    Join Date
    Aug 2006
    Beans
    112

    Where does alien put the .deb

    I am trying to install my Canon MP600 printer. The instructions (at http://mp610.blogspot.com/2007/11/se...-or-mp610.html) explain how to convert the .rpms to .debo:
    Code:
    $ sudo alien -i --scripts cnijfilter-common-*.rpm cnijfilter-mp600-*.rpm
    I did this, but I don't see any .deb's in the same directory as the .rpms that were inputted?

    Any help is appreciated.

  2. #2
    Join Date
    Oct 2006
    Beans
    58,286

    Re: Where does alien put the .deb

    is there a /tmp folder in the alien folder ?

  3. #3
    Join Date
    Dec 2007
    Beans
    504

    Re: Where does alien put the .deb

    From the man page -
    -i, --install
    Automatically install each generated package, and remove the package file after it has been installed.

    It looks like you told alien to install the .debs and then remove them, but you also didn't tell alien what file extension to use(it can convert to various file types), so chances are it did nothing. (I think)


    Run
    Code:
    man alien
    in a terminal for the manual pages on alien to get information on how to.

    Usage - SYNOPSIS
    alien [--to-deb] [--to-rpm] [--to-tgz] [--to-slp] [options] file [...]

    EXAMPLES
    Here are some examples of the use of alien:

    alien --to-deb package.rpm
    Convert the package.rpm into a package.deb

    So, I guess you would want to run
    Code:
    alien --to-deb package.rpm -i --scripts
    Which would convert and install the package and then remove the .debs
    Last edited by stoneage; December 21st, 2008 at 02:50 AM.

  4. #4
    Join Date
    Aug 2006
    Beans
    112

    Re: Where does alien put the .deb

    Thanks for the reply. Yes, it does look like .debs were created, installed (and deleted). I got confused because the instructions didn't make things clear. Anyway,
    Code:
     dpkg -l |grep cnijfilter
    
    ii  cnijfilter-common      2.70-2   IJ Printer Driver Ver.2.70 for Linux
    ii  cnijfilter-mp600       2.70-3   IJ Printer Driver Ver.2.70 for Linux

  5. #5
    Join Date
    Jan 2007
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Where does alien put the .deb

    In the absence of other switches alien will convert it to the deb format.
    Back to Xorg...

    Retired.

  6. #6
    Join Date
    Dec 2007
    Beans
    504

    Re: Where does alien put the .deb

    Quote Originally Posted by drs305 View Post
    In the absence of other switches alien will convert it to the deb format.
    Aha! Thank you, I didn't know that. (Didn't read the manual properly!)


    @ kkruecke - Glad it's working - and I learned something.
    Last edited by stoneage; December 21st, 2008 at 05:50 PM.

  7. #7
    Join Date
    Dec 2007
    Beans
    504

    Re: Where does alien put the .deb

    Double post.

  8. #8
    Join Date
    Aug 2006
    Beans
    112

    Re: Where does alien put the .deb

    Yes, alien did successfully install the packages, but my Canon MP600 still wouldn't print. So I installed the driver for the Canon MP500. That worked. I can now print.

Tags for this Thread

Bookmarks

Posting Permissions

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