You are not logged in.

#1 2010-10-10 14:41:06

JorisL
Member
From: Netherlands
Registered: 2010-07-24
Posts: 27

install .bin file

I want to install the linux version of Code Composer Studio 5 (beta), but it is a .bin install.

Does anyone know how to install this on arch?

Offline

#2 2010-10-10 16:20:22

anonymous_user
Member
Registered: 2009-08-28
Posts: 3,059

Re: install .bin file

Have you tried making it executable and just running it?

chmod +x whatevername.bin
./whatevername.bin

Offline

#3 2014-04-05 10:45:46

rafdre
Member
From: Gdansk
Registered: 2013-09-21
Posts: 76

Re: install .bin file

Hello
this looks quite simple and is what I have always done, but now in MATE and Terminator when I try this method it does not work:

[root@localhost Downloads]# ./AdbeRdr9.5.5-1_i486linux_enu.bin
bash: ./AdbeRdr9.5.5-1_i486linux_enu.bin: No such file or directory

and the file is in this folder:
-rwxr-xr-x  1 rafal users 42973316 Apr  5 12:35 AdbeRdr9.5.5-1_i486linux_enu.bin

What can be wrong here? Why system says "No such file or directory" though the file exists?

regards
Rafal

Offline

#4 2014-04-05 11:11:24

rafdre
Member
From: Gdansk
Registered: 2013-09-21
Posts: 76

Re: install .bin file

ok...now I know the root cause, but not yet solution on ArchLinux. Maybe somebody can help? I do not find "linux32" package in pacman
https://wiki.archlinux.org/index.php/Us … _on_Arch64
my system is 64 bit system and bin file is 32 bit
what kind of trick do I need to execute in this case ?

pacman -Qs lib32
gives me ampty result.
Probably I have to add some repo's

here output of uname -a
Linux localhost 3.13.7-1-ARCH #1 SMP PREEMPT Mon Mar 24 20:06:08 CET 2014 x86_64 GNU/Linux

Offline

#5 2014-04-05 11:25:19

Slithery
Administrator
From: Norfolk, UK
Registered: 2013-12-01
Posts: 5,776

Re: install .bin file

Is there any reason why you don't just use the acroread package in the AUR?

And yes, you will need to enable the [multilib] repo.

Last edited by Slithery (2014-04-05 11:25:55)


No, it didn't "fix" anything. It just shifted the brokeness one space to the right. - jasonwryan
Closing -- for deletion; Banning -- for muppetry. - jasonwryan

aur - dotfiles

Offline

#6 2014-04-05 11:29:41

rafdre
Member
From: Gdansk
Registered: 2013-09-21
Posts: 76

Re: install .bin file

slithery wrote:

Is there any reason why you don't just use the acroread package in the AUR?

And yes, you will need to enable the [multilib] repo.

and can you shortly advise me what I need to do in order to use acroread in AUR ?

Offline

#7 2014-04-05 11:57:43

rafdre
Member
From: Gdansk
Registered: 2013-09-21
Posts: 76

Re: install .bin file

after I have enabled [multilib] in /etc/pacman.conf
, refresh db with "pacman -Syy" and installed lib32-glibc and lib32-libstdc++5
I was able to execute this BIN file.

please advise how can I se the acroread package in the AUR and what will be a difference to the file downloaded from Adobe official page

Offline

#8 2014-04-05 12:01:23

Slithery
Administrator
From: Norfolk, UK
Registered: 2013-12-01
Posts: 5,776

Re: install .bin file

Everything you ask can be found in the wiki...

https://wiki.archlinux.org/index.php/AUR


No, it didn't "fix" anything. It just shifted the brokeness one space to the right. - jasonwryan
Closing -- for deletion; Banning -- for muppetry. - jasonwryan

aur - dotfiles

Offline

#9 2014-04-05 12:22:26

rafdre
Member
From: Gdansk
Registered: 2013-09-21
Posts: 76

Re: install .bin file

thanks...

I went the way to install Acrobat Reader I have downloaded. Installation went well, but for the first run I needed to install this:
lib32-libxml2
lib32-gdk-pixbuf2

and now I have issue to install "lib32-gtk2"
I receive following error:

error: failed to commit transaction (conflicting files)
lib32-nvidia-utils: /usr/lib32/libcuda.so exists in filesystem
lib32-nvidia-utils: /usr/lib32/libcuda.so.1 exists in filesystem
lib32-nvidia-utils: /usr/lib32/libnvcuvid.so exists in filesystem
lib32-nvidia-utils: /usr/lib32/libnvcuvid.so.1 exists in filesystem
lib32-nvidia-utils: /usr/lib32/libnvidia-encode.so exists in filesystem
lib32-nvidia-utils: /usr/lib32/libnvidia-encode.so.1 exists in filesystem
lib32-nvidia-utils: /usr/lib32/libnvidia-ifr.so exists in filesystem
lib32-nvidia-utils: /usr/lib32/libnvidia-ifr.so.1 exists in filesystem
lib32-nvidia-utils: /usr/lib32/libnvidia-ml.so exists in filesystem
lib32-nvidia-utils: /usr/lib32/libnvidia-ml.so.1 exists in filesystem
lib32-nvidia-utils: /usr/lib32/vdpau/libvdpau_nvidia.so.1 exists in filesystem
lib32-nvidia-libgl: /usr/lib32/libEGL.so exists in filesystem
lib32-nvidia-libgl: /usr/lib32/libEGL.so.1 exists in filesystem
lib32-nvidia-libgl: /usr/lib32/libGL.so exists in filesystem
lib32-nvidia-libgl: /usr/lib32/libGL.so.1 exists in filesystem
lib32-nvidia-libgl: /usr/lib32/libGLESv1_CM.so exists in filesystem
lib32-nvidia-libgl: /usr/lib32/libGLESv1_CM.so.1 exists in filesystem
lib32-nvidia-libgl: /usr/lib32/libGLESv2.so exists in filesystem
lib32-nvidia-libgl: /usr/lib32/libGLESv2.so.2 exists in filesystem
Errors occurred, no packages were upgraded.

Should I first remove lib32-nvidia-utils and lib32-nvidia-libgl ?
I think they are coming from the nVidia drivers which I have installed previously from BIN file (download from nVidia)

any ideas whay I can do?
Can I say to pacman not to try to install lib32-nvidia-utils and lib32-nvidia-libgl ?

Last edited by rafdre (2014-04-05 13:01:51)

Offline

#10 2014-04-05 12:23:42

rafdre
Member
From: Gdansk
Registered: 2013-09-21
Posts: 76

Re: install .bin file

hm....I can remove those files, but I am nt sure what can be the impact

Offline

#11 2014-04-05 12:32:38

Kartious
Member
From: UK
Registered: 2013-03-23
Posts: 311

Re: install .bin file

What is the full output of the attempted install  ?

Offline

#12 2014-04-05 12:41:41

rafdre
Member
From: Gdansk
Registered: 2013-09-21
Posts: 76

Re: install .bin file

Kartious wrote:

What is the full output of the attempted install  ?

please see my previous post.
when I install "lib32-gtk2" system automatically add dependencies like:
lib32-nvidia-libgl-334.21-5 & lib32-nvidia-utils-334.21-5

here is output:

[root@localhost bin]# pacman -S lib32-gtk2
resolving dependencies...
:: There are 3 providers available for lib32-libgl:
:: Repository multilib
   1) lib32-mesa-libgl  2) lib32-nvidia-304xx-libgl  3) lib32-nvidia-libgl

Enter a number (default=1): 3
warning: dependency cycle detected:
warning: lib32-harfbuzz will be installed before its lib32-freetype2 dependency
looking for inter-conflicts...

Packages (42): icu-52.1-1  lib32-atk-2.10.0-1  lib32-bzip2-1.0.6-1  lib32-cairo-1.12.16-1
               lib32-e2fsprogs-1.42.9-1  lib32-elfutils-0.158-1  lib32-fontconfig-2.11.0-1
               lib32-freetype2-2.5.3-1  lib32-harfbuzz-0.9.26-1  lib32-icu-52.1-1
               lib32-keyutils-1.5.9-1  lib32-krb5-1.12.1-1  lib32-libcups-1.7.1-1
               lib32-libdrm-2.4.52-1  lib32-libgcrypt-1.6.1-1  lib32-libgpg-error-1.12-1
               lib32-libldap-2.4.39-1  lib32-libpciaccess-0.13.2-1  lib32-libvdpau-0.7-2
               lib32-libxcomposite-0.4.4-1  lib32-libxcursor-1.1.14-1  lib32-libxdamage-1.1.4-1
               lib32-libxext-1.3.2-1  lib32-libxfixes-5.0.1-1  lib32-libxft-2.3.1-1
               lib32-libxi-1.7.2-1  lib32-libxinerama-1.1.3-1  lib32-libxrandr-1.4.2-1
               lib32-libxrender-0.9.8-1  lib32-libxshmfence-1.1-1  lib32-libxxf86vm-1.1.3-1
               lib32-llvm-libs-3.4-1  lib32-mesa-10.1.0-4  lib32-nvidia-libgl-334.21-5
               lib32-nvidia-utils-334.21-5  lib32-openssl-1.0.1.f-2  lib32-pango-1.36.3-1
               lib32-pixman-0.32.4-1  lib32-systemd-212-1  lib32-util-linux-2.24.1-1
               lib32-wayland-1.4.0-1  lib32-gtk2-2.24.22-1

Total Installed Size:   211.84 MiB

:: Proceed with installation? [Y/n] 

I select option (3)

and the point is:
I have installed  nVidia before (as well from BIN file).

Last edited by rafdre (2014-04-05 13:00:23)

Offline

#13 2014-04-05 12:53:56

Kartious
Member
From: UK
Registered: 2013-03-23
Posts: 311

Re: install .bin file

rafdre wrote:
Kartious wrote:

What is the full output of the attempted install  ?

please see my previous post.
when I install "lib32-gtk2" system automatically add dependencies like:
lib32-nvidia-libgl-334.21-5 & lib32-nvidia-utils-334.21-5

here is output:

[root@localhost bin]# pacman -S lib32-gtk2
resolving dependencies...
:: There are 3 providers available for lib32-libgl:
:: Repository multilib
   1) lib32-mesa-libgl  2) lib32-nvidia-304xx-libgl  3) lib32-nvidia-libgl

Enter a number (default=1): 3
warning: dependency cycle detected:
warning: lib32-harfbuzz will be installed before its lib32-freetype2 dependency
looking for inter-conflicts...

Packages (42): icu-52.1-1  lib32-atk-2.10.0-1  lib32-bzip2-1.0.6-1  lib32-cairo-1.12.16-1
               lib32-e2fsprogs-1.42.9-1  lib32-elfutils-0.158-1  lib32-fontconfig-2.11.0-1
               lib32-freetype2-2.5.3-1  lib32-harfbuzz-0.9.26-1  lib32-icu-52.1-1
               lib32-keyutils-1.5.9-1  lib32-krb5-1.12.1-1  lib32-libcups-1.7.1-1
               lib32-libdrm-2.4.52-1  lib32-libgcrypt-1.6.1-1  lib32-libgpg-error-1.12-1
               lib32-libldap-2.4.39-1  lib32-libpciaccess-0.13.2-1  lib32-libvdpau-0.7-2
               lib32-libxcomposite-0.4.4-1  lib32-libxcursor-1.1.14-1  lib32-libxdamage-1.1.4-1
               lib32-libxext-1.3.2-1  lib32-libxfixes-5.0.1-1  lib32-libxft-2.3.1-1
               lib32-libxi-1.7.2-1  lib32-libxinerama-1.1.3-1  lib32-libxrandr-1.4.2-1
               lib32-libxrender-0.9.8-1  lib32-libxshmfence-1.1-1  lib32-libxxf86vm-1.1.3-1
               lib32-llvm-libs-3.4-1  lib32-mesa-10.1.0-4  lib32-nvidia-libgl-334.21-5
               lib32-nvidia-utils-334.21-5  lib32-openssl-1.0.1.f-2  lib32-pango-1.36.3-1
               lib32-pixman-0.32.4-1  lib32-systemd-212-1  lib32-util-linux-2.24.1-1
               lib32-wayland-1.4.0-1  lib32-gtk2-2.24.22-1

Total Installed Size:   211.84 MiB

:: Proceed with installation? [Y/n]


I select option (3)

and the point is:
I have installed  nVidia before (as well from BIN file).

Okay well:

1: I asked for the complete output as you only just linked the conflicting files, I can read thank you

2: I am not even going to bother reading  that until you put code tags for  your output as listed in the etiquette

Offline

#14 2014-04-05 13:12:15

rafdre
Member
From: Gdansk
Registered: 2013-09-21
Posts: 76

Re: install .bin file

ok...sorry..now I have putted CODE tag in the previous posts.

Actually I have now solved my problem

here is what I did:
I back up all mentioned files (moved them to another folder)
I have noticed, that those files are only links. Example
/usr/lib32/libcuda.so pointed to libcuda.so.331.49
(I have not moved files like libcuda.so.331.49)

as next I have  installed - lib32-gtk2
no issues
now Adobe Acrobat starts without issues.

I though about possible risk:
since those file are 32 bit files(libraries) and I have 64 bit system, I don't see any risk for normal operations.
I have to be aware that my 64 bits libraries (nVidia) are 331.49 and 32 bit are 334.21 ...thats what was installed.

I can now move back all links and in that way I will have what was before.
Another option is : I can wait till nVidia will issue next version and then nVdia will overwritte current files.

anyway - Adobe Acrobat is working fine for me ;-)
thanks for help and suggestions.

Offline

#15 2014-04-05 14:34:08

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 20,464

Re: install .bin file

I am glad that it is solved.  I am going to go ahead and close this rather old thread
If the need persists, let us start a new thread.


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way

Offline

Board footer

Powered by FluxBB