[Experience sharing] uos基础 apt search 查找软件
Tofloor
poster avatar
行初心
deepin
2025-11-12 20:26
Author

统信桌面操作系统专业版V20(1070)
Linux uos 5.10.97-arm64-desktop

uos基础 apt search 查找软件

code@uos:~$ apt search tensorflow
正在排序... 完成
全文搜索... 完成  
keras-doc/未知,未知 2.2.4-1 all
  CPU/GPU math expression compiler for Python (docs)

python3-keras/未知,未知 2.2.4-1 all
  deep learning framework running on Theano or TensorFlow

python3-keras-applications/未知,未知 1.0.6-1 all
  popular models and pre-trained weights for the Keras deep learning framework

python3-keras-preprocessing/未知,未知 1.0.5-1 all
  data preprocessing module for the Keras deep learning framework
Reply Favorite View the author
All Replies
hkent
deepin
2025-11-13 07:57
#1

不忘初心,科普频道开张拉,欢迎订阅。applaud

Reply View the author
玲泷沙.spark
deepin
2025-11-13 11:11
#2

apt search xx 是给人使用的 可视化强一些

apt-cache search xx 是给脚本用的 格式稳定 更好处理

Reply View the author