Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 10-04-2007, 06:38 PM   #1 (permalink)
Wise Old Owl
 
The Unknown's Avatar
 
Join Date: Nov 2006
Location: Pune, Maharashtra, India
Posts: 1,728
Question MIME type for rpm?


I am using opera in Fedora Core 6. I am unable to download rpm files. Can you tell me the MIME type for rpm files?
__________________
KDE on ArchLinux
PHP, MySQL, PostgreSQL, Linux, Apache; Message me to hire (freelancing only)
Explore Technology @ http://www.itech7.com
Cheap and Reliable VPS Hosting @ http://j.mp/arHk5e
The Unknown is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 10-04-2007, 10:57 PM   #2 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: MIME type for rpm?

Can you explain unable to download? What happens?
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 11-04-2007, 12:55 AM   #3 (permalink)
El mooooo
 
eddie's Avatar
 
Join Date: Jan 2006
Location: India
Posts: 1,414
Default Re: MIME type for rpm?

Mime types for rpm are
Code:
application/x-redhat-package-manager
application/x-rpm
application/binary
application/octet-stream
But the problem you are facing is not at your end or in Opera browser. It is a problem with the server serving the RPMs. The server is sending the RPM stream with wrong HTTP headers because of which you are not able to download them.

@Mehul: Some servers with improper configuration send RPM with a realplayer stream like headers. This makes the browser to try and open the stream in embedded realplayer rather than giving an option to save the package. Here is an example
http://macromedia.rediris.es/site_ri.html
eddie is offline  
Old 11-04-2007, 01:11 AM   #4 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: MIME type for rpm?

But, the question should have been, in the first place, why is he downloading rpm's from a site? And what rpm's are those and which site?
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 11-04-2007, 03:47 AM   #5 (permalink)
Beneath The Eyelids
 
The Outsider's Avatar
 
Join Date: Aug 2006
Posts: 289
Default Re: MIME type for rpm?

open Tools>transfers and in the box it says "quick download" put your link and hit enter.
The Outsider is offline  
Old 11-04-2007, 05:35 PM   #6 (permalink)
Wise Old Owl
 
The Unknown's Avatar
 
Join Date: Nov 2006
Location: Pune, Maharashtra, India
Posts: 1,728
Default Re: MIME type for rpm?

Actually, i need to install flashplayer in Opera. So when opera goes to adobe.com, the site offers two packs-- .tar.gz and .rpm The installation of .tar.gz is complicated. rpm is the easiest way to install the flashplayer. But opera does not download the rpm file.
__________________
KDE on ArchLinux
PHP, MySQL, PostgreSQL, Linux, Apache; Message me to hire (freelancing only)
Explore Technology @ http://www.itech7.com
Cheap and Reliable VPS Hosting @ http://j.mp/arHk5e
The Unknown is offline  
Old 11-04-2007, 05:54 PM   #7 (permalink)
String Phreak
 
mediator's Avatar
 
Join Date: Mar 2005
Location: In ur Evil Mind!
Posts: 2,457
Default Re: MIME type for rpm?

U can always use "prozilla" to download the stuff!
1. Install prozilla, "yum -y install prozilla proz" (coz I dont know what exactly was the package name, but its either prozilla or proz) or u can download and install from the site!
2. After installing u can download all the stuff to a default directory say "/home/mediator/downloads". For this u can use my shell script!
Quote:
if [ -z $1 ]
then
echo "Enter Url !!"
else
cd /home/mediator/downloads
proz $1
fi
Save this script as "resume" or wateva u like.
3. MOve the script file to "bin" folder in ur home directory or some other path!
4. Open terminal in bin (/home/mediator/bin) directory and do "chmod +x resume"
5. Ur done!

Now type "resume http://link/file.rpm" in ur terminal and ur file will download in the default "downloads" folder through that shell script! Do necessary changes to shell script in the bolded part!

So its easy, its cool, its fast and less resource consuming!
__________________
Bad Bad server.....No candy for u!
mediator is offline  
Old 11-04-2007, 09:14 PM   #8 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: MIME type for rpm?

Just use yum to install flash player and over with it.
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 11-04-2007, 09:38 PM   #9 (permalink)
Beneath The Eyelids
 
The Outsider's Avatar
 
Join Date: Aug 2006
Posts: 289
Default Re: MIME type for rpm?

download and copy the repo file to your repositories folder
Code:
wget http://macromedia.mplug.org/macromedia-i386.repo
cp macromedia-i386.repo /etc/yum.repos.d/
import the key
Code:
rpm --import http://macromedia.mplug.org/FEDORA-GPG-KEY
install through yum
Code:
yum install flash-plugin
restart opera
The Outsider is offline  
Old 11-04-2007, 10:15 PM   #10 (permalink)
Wise Old Owl
 
The Unknown's Avatar
 
Join Date: Nov 2006
Location: Pune, Maharashtra, India
Posts: 1,728
Default Re: MIME type for rpm?

I have already installed the Flash Player by specifying the MIME type for rpm given by eddie.
__________________
KDE on ArchLinux
PHP, MySQL, PostgreSQL, Linux, Apache; Message me to hire (freelancing only)
Explore Technology @ http://www.itech7.com
Cheap and Reliable VPS Hosting @ http://j.mp/arHk5e
The Unknown is offline  
Old 11-04-2007, 10:48 PM   #11 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: MIME type for rpm?

You did it the bad way - the windows way.
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 13-04-2007, 04:02 PM   #12 (permalink)
Wise Old Owl
 
The Unknown's Avatar
 
Join Date: Nov 2006
Location: Pune, Maharashtra, India
Posts: 1,728
Default Re: MIME type for rpm?

Quote:
Originally Posted by tech_your_future
You did it the bad way - the windows way.
Leave it. But i wud always appreciate ur sols.
__________________
KDE on ArchLinux
PHP, MySQL, PostgreSQL, Linux, Apache; Message me to hire (freelancing only)
Explore Technology @ http://www.itech7.com
Cheap and Reliable VPS Hosting @ http://j.mp/arHk5e
The Unknown is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Which type of PC's do u have????? q3_abhi Gamerz 85 05-01-2006 12:23 AM
what type of error is this? rajas700 QnA (read only) 7 23-10-2005 06:20 AM
Connection Type djmykey Open Source 4 09-03-2005 01:19 AM
Bypass MIME Banning? GameAddict QnA (read only) 2 30-09-2004 01:42 PM
help regarding type of ram ananth QnA (read only) 6 03-08-2004 08:26 PM

 
Latest Threads
- by Sujeet
- by soumya
- by clmlbx
- by Charan
- by reddick

Advertisement




All times are GMT +5.5. The time now is 12:26 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2