Guest User

Untitled

a guest
Nov 14th, 2018
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. icebunny08@D3CRYPT3D:~$ sudo apt install steam
  2. [sudo] password for icebunny08:
  3. Reading package lists... Done
  4. Building dependency tree
  5. Reading state information... Done
  6. steam:i386 is already the newest version (1:1.0.0.54+repack-5ubuntu1).
  7. 0 upgraded, 0 newly installed, 0 to remove and 267 not upgraded.
  8. icebunny08@D3CRYPT3D:~$ steam
  9. tar: This does not look like a tar archive
  10. xz: (stdin): File format not recognized
  11. tar: Child returned status 1
  12. tar: Error is not recoverable: exiting now
  13. find: ‘/home/icebunny08/.steam/ubuntu12_32/steam-runtime’: No such file or directory
  14. icebunny08@D3CRYPT3D:~$
  15.  
  16. $ sudo dpkg --add-architecture i386
  17. $ sudo apt update && sudo apt upgrade --fix-missing
  18.  
  19. $ sudo apt install libgl1-mesa-dri:i386 libgl1-mesa-glx:i386
  20.  
  21. $ sudo add-apt-repository multiverse
  22. $ sudo apt update
  23. $ sudo apt remove --purge steam* && sudo apt autoremove
  24. $ sudo apt install steam*
Add Comment
Please, Sign In to add comment