(package-install "不知道什么的包名") ;; 怎么像 try/catch 包装这个
(condition-case err (package-install 'foo) (error "%s" err))
具体可以看:Writing Code to Handle Errors