Fedora :: Can't Convert Rpm Files Using Alien?
Jan 10, 2010
Has anyone found an rpm of awn 0.4 beta or even a deb? (32-bit) Is there any way of taking files from repositories (deb files to be specific) so that I can simply convert them to rpm files using alien?
View 8 Replies
ADVERTISEMENT
Apr 14, 2011
We got a big Tripp-Lite SmartOnline UPS in a while ago. Turns out the official Linux support for it is only in Fedora and OpenSUSE. I tried converting the .rpm packages of their management software and ran into the following problems:
Code:
error: cannot open Packages database in /home/jamie/.rpmdb
Tried creating the folder and got:
Code:
error: cannot open Packages database in /home/jamie/.rpmdb
error: cannot open Packages index using db3 - No such file or directory (2)
So no go. It's 64-bit Ubuntu 10.10 and the RPMs are 32-bit. (And I have no idea if the PowerAlert tools will run sans GUI on the servers it will be powering anyway.) Anyone know what's wrong with Alien? I downloaded it from apt and as far as I can tell all the dependencies are in place. Anyone have experience getting PowerAlert to run on Ubuntu? I called their tech support and got the company line, no help there.
I will try nut next, but I'm pesimistic - it had driver issues with the smaller Cyberpower UPSes that the workstations are running on (but Cyberpower at least has working .deb binaries!).
View 2 Replies
View Related
Jun 14, 2010
i'm try to convert a deb package to rpm and i'm getting this output:
Code:
sudo alien -r -k -c
tar: Record size = 8 blocks
[code]...
View 3 Replies
View Related
Apr 16, 2010
Having downloaded alien for the first time, and attempted to use it to convert an rpm file to a deb file (specifically asymptote located at [URL]), instead I found that it failed to do so. I've searched on google for a long while, and found that while this appears to be a problem encountered by multiple people, but there are no workarounds posted anywhere. Here is the error message that I am getting:
Unpacking of 'asymptote-1.92-1.fc12.i686.rpm' failed at /usr/share/perl5/Alien/Package/Rpm.pm line 153.
I've tried running the following variants of commands and all fail with the same error:
sudo alien --to-deb --scripts --keep-version asymptote-1.92-1.fc12.i686.rpm
sudo alien -d asymptote-1.92-1.fc12.i686.rpm
sudo alien -k asymptote-1.92-1.fc12.i686.rpm
The errors reported by others are on a variety of packages, so it seems to me that it is an bug with alien itself and not with the package, but that is only a guess.
And related to this, Alien is version 8.69, perl 5.8.8 and ubuntu is 8.04.
View 3 Replies
View Related
May 3, 2009
I have Ubuntu 9.04 and just installed Sound Converter. I am trying to convert a bunch of .ogg files to mp3 to play on my iPod and it's not working so well. In the Sound Converter options I have is set to convert to high quality mp3. I choose the folder that the files are in and after a moment (slow laptop) Sound Converter populates, I hit 'convert' and it shows that the conversion completes in two seconds. All that it did was create the new folder structure of artist/album but there is nothing in there. Not sure what I am missing. I used Sound Converter before and it worked fine.
View 2 Replies
View Related
Jul 18, 2010
I'm trying to use convert, I have installed the imagemagick. I use this line:convert *.jpg test.pdf but I'm only able to convert to pdf 1 single jpg file, not multiple files at once. When there's more than one file, I get the following error: Segmentation fault
View 5 Replies
View Related
Apr 1, 2010
I wanted to convert some XLS files into CSV format in my Linux box. Could you please tell me is there any command line tool available in Linux. Since i have a requirement for automate this job via a cronjob , so i would be needed a command line tool.
View 1 Replies
View Related
Apr 19, 2010
I have a script to convert some files, this works fine. My current script is: for i in *.vob; do ffmpeg2theora -v5 -a1 $i -o `basename $i .vob`.ogv; done; The files all have the name Episode-####.vob (replaces #'s with numbers.)
Instead of going from Episode-0001.vob to the end, how do I get it to go from a random file i.e. Episode-0025.vob ?
View 2 Replies
View Related
Dec 24, 2010
I have a lot of .flac files downloaded from several sites. Most of them come with a .cue file, and the .jpg with the cover, etc. It seems it is the intention of the uploader that one rebuilds the original CDDA. However, if I had a stand-alone CD/DVD player with flac I would hardly see the point of converting the flac to cdda. Furthermore, I could even play the flacs with a software player although, in this case, the audio quality would not be so good due to the noise picked up by the signal from the PC digital circuits.
View 2 Replies
View Related
Nov 11, 2010
I am running my fedora box as a media server and my xbox (sorry) doesn't see mkv files and I have been looking for a while for a way to convert the mkv files to any format readable any ideas?
View 3 Replies
View Related
Jul 25, 2011
I wanted to convert some deb package to rpm for fedora 15 that I couldn't find an rpm for, I was using alien for that task on ubuntu but when moved to fedora I couldn't find it in the repositories or an easy installable package, I don't know anything about building from source as it's the only way in front of me how to install that program 'alien' on fedora
View 3 Replies
View Related
Sep 13, 2010
I am new to Linux and I am trying to convert image files to mpeg video I tried using this command images2mpg -o Vorticity.mpeg -i Vorticity-Magnitude0%d.jpeg I get an error as below bash: images2mpg: command not found
View 2 Replies
View Related
Jan 30, 2011
I have installed this program ok but I am new to command lines in terminal.
I want to convert some wav files to wma files. I have the wav files currently in a folder called Test to make it easy. So I have entered the following command line:
ajpearson@ajpearson-laptop:~/Desktop/pacpl-4.0.5$ pacpl --to wma home/ajpearson/Desktop/Test and the error message I get is:
error: the following is not a file or directory: home/ajpearson/Desktop/Test
It does not matter what directory I use I get the same error. I am sure the answer is obvious - but not t me.
View 9 Replies
View Related
May 25, 2011
How do you convert Open Office (ODT) documents to Text files?
I have made a report using libre office. Now I wish to continue editing the document using lyx (latex front end). So the ODT file needs to be saved as some .tex file.
I don't see an option to do this in File menu (export/save as). So is there any other plugin to do this?
View 1 Replies
View Related
Mar 28, 2010
i have a large directory of .bsp files that i would like to convert .bz2 archives. I've been searching for some time and all i can find is the obvious compress multiple files into one large archive. If anyone knows how to convert each file individually, while retaining the original file name (testmap.bsp would be archived as testmap.bsp.bz2)
View 5 Replies
View Related
Mar 20, 2011
I have screen.log and putty.log files which has keystrokes characters like ^M, Esc,@ etc.it is in unreadable format. How i can convert it to human readable format?os is rhel 5.2.
View 1 Replies
View Related
Sep 21, 2010
how to convert mp3 files into files with the m4a extension? Need to get music files to be recognized by my DSi.
View 4 Replies
View Related
Sep 19, 2010
In my application I came across a new requirement where I have to convert RTF files to Word and PDF formatted files. I am searching for an API using which my java application can able to convert the above specified formats.
View 4 Replies
View Related
Jan 13, 2010
Does anybody know a way to convert PCL-files to TIFF-files?
View 4 Replies
View Related
Jul 25, 2010
I thought this would only merit a google. but all methods seem overtly complicated. I have a bunch of folders filled with .doc files and I need them to convert to plain .txt files. Is there a program I can download from the repositories, or a command I can use to do this?
View 3 Replies
View Related
Mar 2, 2010
I am looking to convert files so that they can be used on a DVD. Does anyone know of a good application I can use? which is GUI.
View 6 Replies
View Related
Apr 5, 2010
I need to convert avi files to dvd which1? is there a program called vdvd or something like that?
View 2 Replies
View Related
Apr 19, 2010
I have a file (.tgz) which is meant to be simply copied to a floppy disc. I don't have a floppy disc, so I would like to convert the file to a .img file, so that it looks like a floppy disc but is on my hard drive. How do I do this? I have looked quite a lot. Surely there is some application that does it easily. This is for installation of Basic Linux, which comes on two floppy discs with ms-dos file systems.
View 14 Replies
View Related
Jan 27, 2011
Howto convert debian .deb package to .tar.gz?
View 1 Replies
View Related
May 11, 2010
I have sites written in Win-1250 alias cp150. I need to convert all files to UTF-8. I know about iconv but I found problem with this tool. When I tried to convert I had to make a copy of the original file. But I have many files in (sub)folders. So If I would want to use iconv instead, I would need to convert all files from *.php to *.tmp and than copy or rename back to *.php. This looks too difficult.ther way how to do it, something intelligent and simple
View 14 Replies
View Related
Apr 9, 2011
How can i convert .mov files to .mp3 or .mp4?
View 3 Replies
View Related
May 9, 2010
Downloaded ten mp4 file (approx 200MB each) and tw0 flv (approx 400MB each) from open-yale and wanted to burn them as a DVD to view on the tv. Using openSUSE 11.2 and KDE4, 2MB ram on a desktop to do this task.
View 3 Replies
View Related
Jun 7, 2010
how i can convert mkv files to avi's that will work on my ps3.
View 1 Replies
View Related
Jun 7, 2010
I am using ubuntu 9.10 just wondering what format i need to convert avi movie file to work on my sony ericsson xperia x10
View 8 Replies
View Related
Sep 19, 2010
I tried using Avidemux, but it's taking too long. WinFF doesn't work, acting like the codecs aren't installed even though they are. and that's about it..
View 1 Replies
View Related