Converting .rpm to .deb using alienHow to install Revolution R Enterprise, an rpm, when alien fails?Alien deletes .deb when converting from .rpm.deb equivalents to .rpm commandsalien cannot built package for architecture “ubuntu amd64”How do I convert a x86 RPM to a x86 DEB within a x64 system?missing a command during running alien to convert a .rpm - .debInstalling JDK.rpm file using alienconvert 32bit rpm to deb on 64bit linuxHow do I install the VCAC (VMware) guest agent on Ubuntu? I have an rpm file to useRemove half-installed package installed from deb file converted from rpm by Alien in Kubuntu?
Should QA ask requirements to developers?
Placing subfig vertically
Force user to remove USB token
How did Alan Turing break the enigma code using the hint given by the lady in the bar?
How do I locate a classical quotation?
Why does the negative sign arise in this thermodynamic relation?
Examples of a statistic that is not independent of sample's distribution?
Regex for certain words causes Spaces
The bar has been raised
Single word request: Harming the benefactor
Can someone explain what is being said here in color publishing in the American Mathematical Monthly?
Is there any way to damage Intellect Devourer(s) when already within a creature's skull?
Making a sword in the stone, in a medieval world without magic
Do Bugbears' arms literally get longer when it's their turn?
How to create a hard link to an inode (ext4)?
"One can do his homework in the library"
Accountant/ lawyer will not return my call
Why would one plane in this picture not have gear down yet?
Grey hair or white hair
Aliens englobed the Solar System: will we notice?
Word for a person who has no opinion about whether god exists
Good for you! in Russian
In the late 1940’s to early 1950’s what technology was available that could melt a LOT of ice?
Is "history" a male-biased word ("his+story")?
Converting .rpm to .deb using alien
How to install Revolution R Enterprise, an rpm, when alien fails?Alien deletes .deb when converting from .rpm.deb equivalents to .rpm commandsalien cannot built package for architecture “ubuntu amd64”How do I convert a x86 RPM to a x86 DEB within a x64 system?missing a command during running alien to convert a .rpm - .debInstalling JDK.rpm file using alienconvert 32bit rpm to deb on 64bit linuxHow do I install the VCAC (VMware) guest agent on Ubuntu? I have an rpm file to useRemove half-installed package installed from deb file converted from rpm by Alien in Kubuntu?
I am trying to convert .rpm to .deb using alien command:
sudo alien <name of package>.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?
package-management software-installation deb
add a comment |
I am trying to convert .rpm to .deb using alien command:
sudo alien <name of package>.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?
package-management software-installation deb
Alien is buggy. In your case I would recompile the thing from source into a deb. If it is not an option, then I would manually re-create a deb. Note, probably you would make it better with manually extracting the rpm (rpm2cio) and use it as a no-deb install.
– peterh
1 min ago
add a comment |
I am trying to convert .rpm to .deb using alien command:
sudo alien <name of package>.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?
package-management software-installation deb
I am trying to convert .rpm to .deb using alien command:
sudo alien <name of package>.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?
package-management software-installation deb
package-management software-installation deb
asked 1 hour ago
Mohammed RizqallahMohammed Rizqallah
82
82
Alien is buggy. In your case I would recompile the thing from source into a deb. If it is not an option, then I would manually re-create a deb. Note, probably you would make it better with manually extracting the rpm (rpm2cio) and use it as a no-deb install.
– peterh
1 min ago
add a comment |
Alien is buggy. In your case I would recompile the thing from source into a deb. If it is not an option, then I would manually re-create a deb. Note, probably you would make it better with manually extracting the rpm (rpm2cio) and use it as a no-deb install.
– peterh
1 min ago
Alien is buggy. In your case I would recompile the thing from source into a deb. If it is not an option, then I would manually re-create a deb. Note, probably you would make it better with manually extracting the rpm (rpm2cio) and use it as a no-deb install.
– peterh
1 min ago
Alien is buggy. In your case I would recompile the thing from source into a deb. If it is not an option, then I would manually re-create a deb. Note, probably you would make it better with manually extracting the rpm (rpm2cio) and use it as a no-deb install.
– peterh
1 min ago
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1125154%2fconverting-rpm-to-deb-using-alien%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1125154%2fconverting-rpm-to-deb-using-alien%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Alien is buggy. In your case I would recompile the thing from source into a deb. If it is not an option, then I would manually re-create a deb. Note, probably you would make it better with manually extracting the rpm (rpm2cio) and use it as a no-deb install.
– peterh
1 min ago