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
Thanks for the response but i canāt update the platform. It says āUpdate failedā
- Open the application called āTerminalā
- 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.
It worked.
Thank you so much!