Questions tagged [alien]

12 questions
13
votes
2 answers

dpkg-deb: error: control directory has bad permissions

I'm running an Ubuntu 12.04 VM and trying to convert an rpm file to a deb file. When I run sudo alien --to-deb --scripts oracle-xe-11.2.0-1.0.x86_64.rpm I get this error dpkg-deb: error: control directory has bad permissions 777 (must be > >=0755…
gary69
  • 321
  • 1
  • 4
  • 10
6
votes
5 answers

How well does alien work for converting packages?

Is it feasible to build an RPM package and then utilize alien to create the DEB package rather than investing time in building a DEB package? Or do certain pieces not translate well?
Mike Gray
  • 1,561
  • 12
  • 13
4
votes
3 answers

Why does file ownership matter within an RPM or DEB package?

Context: I'm trying to convert a .deb package to .rpm using alien, I use this command: $ alien -r foo.deb but it complains thusly: > Warning: alien is not running as root! > Warning: Ownerships of files in the generated packages will probably be…
kdbanman
  • 154
  • 1
  • 8
2
votes
2 answers

Problem when using alien to install Oracle SQL Developer

I am trying to use alien --scripts to make a .noarch.rpm file into a .deb file, however, it is not working. I am trying to install Oracle SQL Developer: I have downloaded the sqldeveloper-4.0.3.16.84-1.noarch.rpm package from here. alien --scripts…
James
  • 143
  • 2
  • 5
1
vote
1 answer

CentOS 7 - problem encountered with the set up of spec file during creation of RPM package

I'm aiming to translate a Debian package to an RPM package to install it on a CentOS Linux 7 (Red Hat). I used alien to accomplish it: alien --to-rpm --scripts --keep-version --generate debian_pkg.deb. I use the --generate flag to create a directory…
1
vote
1 answer

alien conversion from deb to rpm on fedora 27

I find myself unable to convert a .deb package to .rpm to install it on fedora. I am not able to download the equivalent rpm file, so conversion is my only way out. I get this error after using the prompt alien -r package.deb as su. Package build…
0
votes
1 answer

How to locate Alien/Package/Deb.pm?

Try to install alien without root. cd /tmp; mkdir alien; cd alien yumdownloader --destdir ./ --resolve alien for rpm in glob.glob("*.rpm"): rpm2cpio rpm | cpio -id cd usr; export PATH=./bin:./sbin:${PATH}; export…
Fisher
  • 163
  • 1
  • 2
  • 11
0
votes
1 answer

Error while installing obs-ndi using alien | CentOS 8

I've a problem. When I tried to install obs-ndi for my obs-studio using alien. I've got an error (I've obs-studio installed on my PC) [mlodybukk@localhost Pobrane]$ sudo alien -i obs-ndi_4.9.1-1_amd64.deb [sudo] password for mlodybukk: dpkg…
mlodybukk
  • 7
  • 5
0
votes
2 answers

I cannot install alien | CentOS 8

I've a problem with my CentOS. When I've tried to install alien (el7 package, because el8 isn't available), I got this error (My CentOS has Polish language) [mlodybukk@localhost Pobrane]$ sudo yum install alien Updating Subscription Management…
mlodybukk
  • 7
  • 5
0
votes
1 answer

How to install cetoys on Linux Mint 17.2 Cinnamon 64

I am trying to install cetoys. The main Source Forge page provides a .src.rpm file. I downloaded it and ran: sudo alien -i cetoys-0-r4.src.rpm It produced the following output: (Reading database ... 209118 files and directories currently…
still_dreaming_1
  • 564
  • 1
  • 4
  • 10
-1
votes
1 answer

Converting .rpm to .deb using alien

I am trying to convert .rpm to .deb using alien command: sudo alien .rpm But it's just create a directory that has the same name but never get .deb to install it There is no errors while converting it How could I get .deb?
-2
votes
1 answer

Using `alien` to install a rpm-package on Debian, or just install it with `rpm`?

Are there any reasons to use alien to install an rpm-package on Debian, or could I just as well just install the package with rpm?
PetaspeedBeaver
  • 1,207
  • 3
  • 15
  • 32