Sunday February 28th 2021 - Update issue with packman inode mirror
There are issues with the inode mirror, please configure an alternative mirror. See http://packman.links2linux.org/mirrors
-
Re: How to install a .bin file
malcolmlewis;1932564 Wrote:
> Hi
> Looks like that one needs chmoding
> >
Code:
--------------------
> >
> chmod 755
> ../RealPlayer11GOLD.bin
>
--------------------
> >
> As an aside, I would look at creating a download directory in your
> home
> directory for firefox to download too.
>
> --
> Cheers Malcolm °¿° (Linux Counter #276890)
> openSUSE 11.1 x86 Kernel 2.6.27.7-9-default
> up 1 day 0:48, 3 users, load average: 4.32, 4.36, 4.38
> GPU GeForce 6600 TE/6200 TE - Driver Version: 180.22
linux-rq6t:/home/Mattias # chmod 755
/home/Mattias/Desktop/Realplayer11GOLD.bin
chmod: cannot access `/home/Mattias/Desktop/Realplayer11GOLD.bin': No
such file or directory
linux-rq6t:/home/Mattias # chmod 755 ../RealPlayer11GOLD.bin
chmod: cannot access `../RealPlayer11GOLD.bin': No such file or
directory
Am I doing something wrong here? Thanks for the FF tip btw
--
Searching_for_Answers
------------------------------------------------------------------------
Searching_for_Answers's Profile: http://forums.opensuse.org/member.php?userid=14483
View this thread: http://forums.opensuse.org/showthread.php?t=405748
-
Re: How to install a .bin file
 Originally Posted by Searching for Answers
malcolmlewis;1932564 Wrote:
> Hi
> Looks like that one needs chmoding
> >
Code:
--------------------
> >
> chmod 755
> ../RealPlayer11GOLD.bin
>
--------------------
> >
> As an aside, I would look at creating a download directory in your
> home
> directory for firefox to download too.
>
> --
> Cheers Malcolm °¿° (Linux Counter #276890)
> openSUSE 11.1 x86 Kernel 2.6.27.7-9-default
> up 1 day 0:48, 3 users, load average: 4.32, 4.36, 4.38
> GPU GeForce 6600 TE/6200 TE - Driver Version: 180.22
linux-rq6t:/home/Mattias # chmod 755
/home/Mattias/Desktop/Realplayer11GOLD.bin
chmod: cannot access `/home/Mattias/Desktop/Realplayer11GOLD.bin': No
such file or directory
linux-rq6t:/home/Mattias # chmod 755 ../RealPlayer11GOLD.bin
chmod: cannot access `../RealPlayer11GOLD.bin': No such file or
directory
Am I doing something wrong here? Thanks for the FF tip btw
Hi
Just copy it to your home directory rather than the desktop, change it
as your user not root! As said in an earlier post use the rpm it's much
easy 
--
Cheers Malcolm °¿° (Linux Counter #276890)
openSUSE 11.1 x86 Kernel 2.6.27.7-9-default
up 1 day 1:34, 2 users, load average: 4.40, 4.24, 4.14
GPU GeForce 6600 TE/6200 TE - Driver Version: 180.22
-
Re: How to install a .bin file
Should just be a matter of cd'ing into the directory where the .bin file
is then doing the chmod.
Say for example the .bin file is in a directory called
/home/Mattias/download. Open a terminal and type:
Code:
--------------------
cd /home/Mattias/download
--------------------
then do an 'ls' just to double check that it's there.
Assuming that it shows up in the listing you should be able to make it
executable with:
Code:
--------------------
chmod u+x *.bin
--------------------
After that you should be able to run it with:
Code:
--------------------
./RealPlayer11GOLD.bin
Code:
--------------------
The only reason I can think of for this not to work would be if the file was owned by a different user. You can check this with
Code:
--------------------
cd /home/Mattias/download
ls -l
--------------------
If it is owned by another user then the chmod could be done by root:
Code:
--------------------
su
<enter root password>
chmod o+x
--------------------
Alternatively, you could change the ownership of the file as root.
If you do the chmod as root it may be a good idea to exit out of root before running the binary, especially if it's an unknown binary.
--
yu210148
------------------------------------------------------------------------
yu210148's Profile: http://forums.opensuse.org/member.php?userid=19157
View this thread: http://forums.opensuse.org/showthread.php?t=405748
-
Re: How to install a .bin file
Well take it off the desktop and put it in a proper directory aka your
home directory then run the file.
--
brucecadieux
------------------------------------------------------------------------
brucecadieux's Profile: http://forums.opensuse.org/member.php?userid=1373
View this thread: http://forums.opensuse.org/showthread.php?t=405748
-
Re: How to install a .bin file
Moving the file away from the desktop actually helped . Then I
followed yu210148's guide and voila. The program is running
--
Searching_for_Answers
------------------------------------------------------------------------
Searching_for_Answers's Profile: http://forums.opensuse.org/member.php?userid=14483
View this thread: http://forums.opensuse.org/showthread.php?t=405748
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|