Announcement

Collapse
No announcement yet.

How to create DEB package with alien?

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    How to create DEB package with alien?

    Hi all:
    I've read through the documentation on alien. Nevertheless I have a strange problem: when I change to the Download subdirectory to use alien to convert the rpm packages, I get a message saying that the file not found; yet, the rpm file is there. I use sudo alien-i [filename].rpm

    So what am I doing wrong?

    Thanks!

    xavier

    #2
    Re: How to create DEB package with alien?

    Originally posted by basx
    I use sudo alien-i [filename].rpm

    So what am I doing wrong?
    If the above is what you actually typed, then it's wrong. There is a space after alien and the -i:
    Code:
    sudo alien -i [filename].rpm
    Windows no longer obstruct my view.
    Using Kubuntu Linux since March 23, 2007.
    "It is a capital mistake to theorize before one has data." - Sherlock Holmes

    Comment


      #3
      Re: How to create DEB package with alien?

      Snowhog:
      Thanks I used the sudo alien -d command and it worked.

      I've converted the Canon IP 4200 LINIX drivers and I got a message stating to use the scripts command.
      So what would be the syntax be:

      sudo alien -d scripts /subdirectories/cnij-ip4200-2.6.0-4.i386.rpm ?

      Thanks!

      xavier

      Comment


        #4
        Re: How to create DEB package with alien?

        According to the man page for alien, the command to convert and install a .rpm package to a .deb package is:

        Code:
        sudo alien -i package_name.rpm package_name.deb
        The option -d, which tells alien to convert to a .deb package, is not required, as the default for alien is to convert to a .deb package.
        Windows no longer obstruct my view.
        Using Kubuntu Linux since March 23, 2007.
        "It is a capital mistake to theorize before one has data." - Sherlock Holmes

        Comment


          #5
          Re: How to create DEB package with alien?

          Snowhog:

          Thanks. The official French documentation didn't mention the need to add the second part with the filename.deb

          I'll use the commands to install the printer drivers.

          Thanks again!

          xavier

          Comment

          Users Viewing This Topic

          Collapse

          There are 0 users viewing this topic.

          Working...
          X