Why won't alien convert dot run file ?

Asked by Lynne Stevens

I get this when I try to convert hplip-3.12.10a.run to deb
root@jackie-Aspire-3100:/home/jackie/Downloads# sudo alien hplip-3.12.10a.run
Unknown type of package, hplip-3.12.10a.run.
root@jackie-Aspire-3100:/home/jackie/Downloads#

Why does it say UNKNOWN type of package ? I have converted several files to DEB tobe installed like the ones for light scribe in Linux . . AND Now it does not work ?

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu alien Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

You don't need alien for the file. Alien converts rpm to deb. the file you have is a binary, much like the ones you use to launch apps.

To use the file you have all you need to do is run:

chmod +x /home/jackie/Downloads/hplip-3.12.10a.run
su jackie
/home/jackie/Downloads/hplip-3.12.10a.run

the file will run (it MUST be ran as user, so I added a command to switch you to your user as you clearly switch to root)

Can you help with this problem?

Provide an answer of your own, or ask Lynne Stevens for more information if necessary.

To post a message you must log in.