Help steam cannot be open

it says missing following 32 bit libraries

@Mnaufal
Go to the program center and update

thanks

ill try update all programs

Hiā€¦
I have the same problem with the missing files. Steam is updated and i have the Endless OS 3.2.2

Settings>Details>Look for updates

https://giphy.com/gifs/3o7btXWwqB7xSS41Ik/fullscreen

Thanks for the response but i canā€™t update the platform. It says ā€œUpdate failedā€

  1. Open the application called ā€˜Terminalā€™
  2. In this application run the command:

rm -f eos-fix-ostree-repo
wget https://raw.githubusercontent.com/endlessm/eos-meta/master/eos-tech-support/eos-fix-ostree-repo
chmod +x eos-fix-ostree-repo
sudo ./eos-fix-ostree-repo

irimia@endless:~$ rm -f eos-fix-ostree-repo
irimia@endless:~$ wget https://raw.githubusercontent.com/endlessm/eos-meta/master/eos-tech-support/eos-fix-ostree-repo3
--2018-01-10 23:04:20--  https://raw.githubusercontent.com/endlessm/eos-meta/master/eos-tech-support/eos-fix-ostree-repo3
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 151.101.12.133
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|151.101.12.133|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2018-01-10 23:04:20 ERROR 404: Not Found.

irimia@endless:~$ chmod +x eos-fix-ostree-repo
chmod: cannot access ā€˜eos-fix-ostree-repoā€™: No such file or directory
irimia@endless:~$ sudo ./eos-fix-ostree-repo

We trust you have received the usual lecture from the local System
Administrator. It usually boils down to these three things:

    #1) Respect the privacy of others.
    #2) Think before you type.
    #3) With great power comes great responsibility.

[sudo] password for irimia: 

This is what i got.

This command is a script to upgrade the Endless OS

just enter your password to continue

The link in @LeandroStangerā€™s post was wrong (it had a ā€œ3ā€) on the end. Leandro, I think you copy-pasted this from another post; if you donā€™t put backticks (``) around commands, links get a number added for the number of times they have been clicked. Here are the correct commands:

rm -f eos-fix-ostree-repo
wget https://raw.githubusercontent.com/endlessm/eos-meta/master/eos-tech-support/eos-fix-ostree-repo
chmod +x eos-fix-ostree-repo
sudo ./eos-fix-ostree-repo

When you see the Password: prompt, type your password and press Enter. You wonā€™t see anything on screen as you type the password ā€“ this is normal! After hitting Enter, the process may take some time, so please wait until you see the irimia@endless:~$ prompt again.

2 Likes

It worked.

Thank you so much!