Ubuntu检查apt-get软件列表

一、搜索所有列表

sudo apt-cache search all

二、检索指定软件

sudo apt-cache search all | grep gcc


评论