Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
deepin下载的库文件放哪
Experiences and Insight
658
views ·
2
replies ·
To
floor
Go
tothee
deepin
2018-03-06 06:48
Author
我在终端里下了opengl的一些库文件,但是找不到放在哪儿了
而且我安装的locate命令无法uodatedb 显示说input/output error
Reply
Like 0
Favorite
View the author
All Replies
iminto
deepin
2018-03-07 00:18
#1
find 命令了解一下
Reply
Like 0
View the author
RucLinux
deepin
2018-03-07 01:20
#2
linux下的库文件一般都在这几个目录下
32bit
/lib
/usr/lib
/usr/local/lib
64bit
/lib64
/usr/lib64
/usr/local/lib
或者你使用find命令搜索你下载的库文件的后缀名,就会知道它们都在哪了。
find / -name *.so
将so改成你要搜索的后缀名即可。
Reply
Like 0
View the author
Please
sign
in first
Featured Collection
Change
[Tutorial] deepin25 WSL Offline Installation Guide
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Ranking
Change
How to fix grub boot menu that has disappeared?
Looking Deepin ci 25.2.0 Developer/Unstable repositories
Popular Events
More
而且我安装的locate命令无法uodatedb 显示说input/output error