Results 1 to 3 of 3

Thread: Alien-generated .deb file not there

  1. #1
    Join Date
    Sep 2005
    Location
    Rural Nevada, USA
    Beans
    314
    Distro
    Ubuntu 17.04 Zesty Zapus

    Alien-generated .deb file not there

    I'm trying to install an epson scanner driver that's available as an .rpm.

    This is what I get for output:

    llanitedave@llanitedave-desktop:~/Downloads$ sudo alien -k iscan-2.10.0-1.c2.i386.rpm
    [sudo] password for llanitedave:
    Warning: Skipping conversion of scripts in package iscan: postinst postrm preinst prerm
    Warning: Use the --scripts parameter to include the scripts.
    iscan_2.10.0-1.c2_i386.deb generated

    So the last line says the .deb file is generated, but it's not in any directory. I used -v to show all the commands, and there was nothing in there that gave me a new directory location.

    So, where do Alienized files go?

  2. #2
    Join Date
    Mar 2010
    Beans
    4

    Angry Re: Alien-generated .deb file not there

    Same result here. The output says generated xxx.deb. But a find / does not find it!

    Where is this generated .deb package?

  3. #3
    Join Date
    Mar 2010
    Beans
    4

    Smile Re: Alien-generated .deb file not there

    I got a hint on this page http://askubuntu.com/questions/24437...can-install-it

    I was trying to alien an rpm made for i386 architecture on an amd64 (x86_64) system.

    The solution, is to alien the file on an i386 (32 bits) system.

    Note that the final .deb cannot be installed on the amd64 system, although installing it on the i386 system and copying the files to the amd64 system is OK.

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
  •