<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: how to install a bin file in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-install-a-bin-file/m-p/3693986#M67351</link>
    <description>Hi&lt;BR /&gt;&lt;BR /&gt;to run the bin ( eg abc.bin) file do the following:&lt;BR /&gt;1. cd to the diredctory where the file is&lt;BR /&gt;2. ./abc.bin&lt;BR /&gt;if this doesnt run&lt;BR /&gt;do chmod 755 abc.bin&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;&lt;BR /&gt;Cheers</description>
    <pubDate>Mon, 19 Dec 2005 12:46:52 GMT</pubDate>
    <dc:creator>Vipulinux</dc:creator>
    <dc:date>2005-12-19T12:46:52Z</dc:date>
    <item>
      <title>how to install a bin file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-install-a-bin-file/m-p/3693982#M67347</link>
      <description>i need to install a bin package in linux, can anyone please tell me how to install it so that i can see it in my Application\multimedia menu in suse 10.</description>
      <pubDate>Mon, 19 Dec 2005 04:34:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-install-a-bin-file/m-p/3693982#M67347</guid>
      <dc:creator>iamthestar</dc:creator>
      <dc:date>2005-12-19T04:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: how to install a bin file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-install-a-bin-file/m-p/3693983#M67348</link>
      <description>Is it a RPM Package? USe with rpm -ivh &lt;PACKAGE&gt; to install it. If it is a binary then create a short cut to that binary.&lt;BR /&gt;&lt;BR /&gt;-Muthu&lt;/PACKAGE&gt;</description>
      <pubDate>Mon, 19 Dec 2005 04:59:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-install-a-bin-file/m-p/3693983#M67348</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-12-19T04:59:58Z</dc:date>
    </item>
    <item>
      <title>Re: how to install a bin file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-install-a-bin-file/m-p/3693984#M67349</link>
      <description>Some software (some versions of Java as far as I remember) was packages under some executable with .bin extension - in this case you should just run some_software.bin&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Vitaly</description>
      <pubDate>Mon, 19 Dec 2005 09:21:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-install-a-bin-file/m-p/3693984#M67349</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2005-12-19T09:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: how to install a bin file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-install-a-bin-file/m-p/3693985#M67350</link>
      <description>you should grant executive permision to file with "chmod" chmod 777 /path-to-file/file.bin&lt;BR /&gt;&lt;BR /&gt;After that you can execute the file; sometimes .bin programes,after excute phase, show you some text about licence agreement. And after you accept its terms, it will generate a rpm package and you can install it with rpm -i &lt;FILE-NAME.RPM&gt;&lt;BR /&gt;However,on other cases, you have to execute .bin file for complete installation.&lt;BR /&gt;&lt;BR /&gt;Alireza&lt;/FILE-NAME.RPM&gt;</description>
      <pubDate>Mon, 19 Dec 2005 09:50:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-install-a-bin-file/m-p/3693985#M67350</guid>
      <dc:creator>Delrish</dc:creator>
      <dc:date>2005-12-19T09:50:08Z</dc:date>
    </item>
    <item>
      <title>Re: how to install a bin file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-install-a-bin-file/m-p/3693986#M67351</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;to run the bin ( eg abc.bin) file do the following:&lt;BR /&gt;1. cd to the diredctory where the file is&lt;BR /&gt;2. ./abc.bin&lt;BR /&gt;if this doesnt run&lt;BR /&gt;do chmod 755 abc.bin&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;&lt;BR /&gt;Cheers</description>
      <pubDate>Mon, 19 Dec 2005 12:46:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-install-a-bin-file/m-p/3693986#M67351</guid>
      <dc:creator>Vipulinux</dc:creator>
      <dc:date>2005-12-19T12:46:52Z</dc:date>
    </item>
    <item>
      <title>Re: how to install a bin file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-install-a-bin-file/m-p/3693987#M67352</link>
      <description>Guys i know how to install a .bin package, but i need to know how can i see it in the Menu(Applications&amp;gt;Multimedia&amp;gt;Audio&amp;gt;RealPlayer) like how you go to programs in windows.&lt;BR /&gt;&lt;BR /&gt;please let me know.&lt;BR /&gt;thank you!</description>
      <pubDate>Tue, 20 Dec 2005 23:16:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-install-a-bin-file/m-p/3693987#M67352</guid>
      <dc:creator>iamthestar</dc:creator>
      <dc:date>2005-12-20T23:16:45Z</dc:date>
    </item>
    <item>
      <title>Re: how to install a bin file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-install-a-bin-file/m-p/3693988#M67353</link>
      <description>I hope, this article &lt;A href="http://www.redhat.com/magazine/012oct05/features/freedesktop/" target="_blank"&gt;http://www.redhat.com/magazine/012oct05/features/freedesktop/&lt;/A&gt; Integrating your applications into the desktop&lt;BR /&gt;will help you.</description>
      <pubDate>Wed, 21 Dec 2005 05:45:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-install-a-bin-file/m-p/3693988#M67353</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2005-12-21T05:45:57Z</dc:date>
    </item>
  </channel>
</rss>

