跟 Centos 真的不是很熟,剛剛用docker裝了centos要測試編譯partclone,學到幾個不錯的指令。
apt-file search 替代版
yum whatprovides '*locate*'
再來就是 EPEL,其實這個滿基本的,主要就是3th party 的rpm,如果要enable的話
wget http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-2.noarch.rpm
sudo rpm -Uvh epel-release-7*.rpm
之後就可以快樂的yum search ntfs
Comments