If this is your first visit, be sure to
check out the FAQ. You will have to register
before you can post. To start viewing messages,
select the forum that you want to visit from the selection below.
Please do not use the CODE tag when pasting content that contains formatting (colored, bold, underline, italic, etc).
The CODE tag displays all content as plain text, including the formatting tags, making it difficult to read.
"install non-native packages with dpkg
Alien allows you to convert LSB, Red Hat, Stampede and Slackware Packages
into Debian packages, which can be installed with dpkg.
It can also generate packages of any of the other formats.
This is a tool only suitable for binary packages."
man alien :alien - "Convert or install an alien binary package"
man rpm: "rpm - RPM Package Manager"
Red Hat package manager -
"If you want to install Red Hat Packages then please use the alien package. Using rpm directly will bypass the Debian packaging system! "
I'm sorry but like I said I am a real newb and have no idea what to do. Could you please e-mail me with the info that would be wonderful if you could, I just installed Linux yesterday and am really trying to switch to it. My e-mail is justin1278@iprime,info (replace the , with a .)
Hope you won't mind if I will answer here
Just one question before to start, why to you need to install rpm ? There's plenty of packages available in repos...
So first you need to install alien package :
sudo apt-get install alien
Then use alien with your package to transform it as a .deb
Open a konsole (in k menu or alt+F2> konsole> Enter)
go in the directory where you have your rpm file, then type :
alien -d yourfile.rpm
Then you should get a .deb file, to install it, type :
sudo dpkg -i yourfile.deb
2. Use google (or yahoo or ...). Maybe you could find ubuntu (easiest) package or debian (better than rpm) package. Ubuntu (kubuntu) is debian based linux distribution.
Note: There is small risk when using debian packages. They are for debian not for kubuntu. (but they are better than rpms, that is my opinion )
3. Use source packages. It is not difficult ! If i can't find program from repositories or ubuntu (kubuntu) packages i compile from source.
Ok better yet, I will forget the RPM files its just I don't know how to really install any programs I download from Firefox, anyone know how I can install them I don't know any of the commands to install them I really need to learn this and I need your guys help I can't do this alone, I'm sorry if I am bugging you guys its just I really want to go to Linux and have been working on installing it for the pastappr 6 months and finaly have, I am sick of all the bugs in Windows XP and don't want to buy Windows Vista, I thought RPM files were easier to install but it looks like thats not the case, please if you guys can teach me how to install I would really appreciate it. I'm really sorry but my knowledge is all in Windows and I know absolutely nothing in Linux.
If you have: Programfile1.1.0-1_i386.deb in the location /home/yourname/.
In the konqueror (filemanager) goto /home/yourname/, press F4. Konsole opens. Type: sudo dpkg -i Programfile1.1.0-1_i386.deb. Now you have installed it (or you get error messages).
Comment