添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. Hello!
I recently got a new laptop (Dell XPS 13 Developer Edition) and I can't get steam (the video game distribution service) to run properly. I installed it with dnf install steam , but once it's finished installing, I get the error message Error: You are missing the following 32-bit libraries, and Steam may not run: libbz2.so.1.0 when I attempt to load the application. This happens regardless of if I attempt to load the application from my terminal or my application menu.
The thing that's strange about this though is that steam was able to work perfectly fine on my previous laptops (a Macbook Pro and a Huawei Matebook X Pro), so I have no clue what's wrong my brand new laptop. Additionally the Flatpak installation of steam seems to load fine on this laptop for some reason, though it has its own technical issues, so I'd rather not stick with that for the long term.
My laptop's software is up to date (as far as I can tell) and I'm currently running Fedora 31. I've already tried a lot of the solutions on other forums such as dnf install libbz2.so.1.0:i386 , but everytime I tried to install the library with commands like that, I get the error messages such as No match for argument: libbz2.so.1.0:i386 Error: Unable to find a match: libbz2.so.1.0:i386 .
I'd greatly appreciate any help that you all are able to provide me with! :)
error.png
Join Date
Jul 2004
Location
Colton, NY; Junction of Heaven & Earth (also Routes 56 & 68).
Age
78
Posts
24,937
Mentioned
0 Post(s)
Tagged
0 Thread(s)
Well, keep this as a fall-back in case people with GOOD answers don't come forward, but if you check here , you'll see that you can download 'bzip2-libs-1.0.8-1.fc31.1686.rpm ' then go to where you've downloaded it and run 'sudo dnf install bzip2-libs-1.0.8-1.fc31.1686.rpm' . Might get it done for you.
Well, keep this as a fall-back in case people with GOOD answers don't come forward, but if you check here , you'll see that you can download 'bzip2-libs-1.0.8-1.fc31.1686.rpm ' then go to where you've downloaded it and run 'sudo dnf install bzip2-libs-1.0.8-1.fc31.1686.rpm' . Might get it done for you.
Thank you! I'll take note of this in case this thread doesn't work out.
Well, keep this as a fall-back in case people with GOOD answers don't come forward, but if you check here , you'll see that you can download 'bzip2-libs-1.0.8-1.fc31.1686.rpm ' then go to where you've downloaded it and run 'sudo dnf install bzip2-libs-1.0.8-1.fc31.1686.rpm' . Might get it done for you.
My laptop claims that the package is already installed. I'm still getting the same error message though when I attempt to load steam.
Join Date
Jul 2004
Location
Colton, NY; Junction of Heaven & Earth (also Routes 56 & 68).
Age
78
Posts
24,937
Mentioned
0 Post(s)
Tagged
0 Thread(s)
Join Date
Jul 2004
Location
Colton, NY; Junction of Heaven & Earth (also Routes 56 & 68).
Age
78
Posts
24,937
Mentioned
0 Post(s)
Tagged
0 Thread(s)
Join Date
Jul 2004
Location
Colton, NY; Junction of Heaven & Earth (also Routes 56 & 68).
Age
78
Posts
24,937
Mentioned
0 Post(s)
Tagged
0 Thread(s)
It's not looking for an rpm, it's looking for libbz2.so.1.0 according to your first post. It's probably looking for it in /usr/lib , so you need to find it and symlink it there. Won't hurt if that's not the correct location, since it's just a symlink. To find it, I'd first try "locate libbz2.so.1.0" .
It's not looking for an rpm, it's looking for libbz2.so.1.0 according to your first post. It's probably looking for it in /usr/lib , so you need to find it and symlink it there. Won't hurt if that's not the correct location, since it's just a symlink. To find it, I'd first try "locate libbz2.so.1.0" .
My laptop found libbz2.so.1.0 in a bunch of different locations around my file system, including:
/usr/lib/libbz2.so.1.0.8
/usr/lib64/libbz2.so.1.0
/usr/lib64/libbz2.so.1.0.8
Does this mean that the file is already where it's supposed to be, or am I misunderstanding the situation? User Alert System provided by Advanced User Tagging (Lite) - Two-Factor Authentication v1.1.0 (Free) -