On 04/30/2010 08:03 PM, terry wrote:
> I d/l adobe reader 9. the file comes with  an ending of '.bin'. I get 
> the feeling  yum nor rpm will for. If I am incorrect, how do they work. 
> If not, what make the file come apart.

*Look* at the file.  Odds are its a shell script, possibly ending with a
bin encoded file that it will pull apart automatically if you feed it to
/bin/sh.  If the beginning of the file looks like a shell script, then
feed it to bash:

        bash < file.bin
or
        sh < file.bin

Personally, I configured the Adobe repository and install the reader
through that....

adobe-release-i386.1.0-1.noarch.rpm

It will effectively put the following (minus the "> "'s) in:

         /etc/yum.repo.d/adobe-linux-i386.repo

> [adobe-linux-i386]
> name=Adobe Systems Incorporated
> baseurl=http://linuxdownload.adobe.com/linux/i386/
> enabled=1
> gpgcheck=1
> gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux

Then you can just install using yum.

> Thank you
> 


-- 
Kevin J. Cummings
kjch...@rcn.com
cummi...@kjchome.homeip.net
cummi...@kjc386.framingham.ma.us
Registered Linux User #1232 (http://counter.li.org)
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines

Reply via email to