关于后端:Linux安装与卸载软件

2次阅读

共计 106 个字符,预计需要花费 1 分钟才能阅读完成。

原文链接

Linux 装置与卸载命令。

装置软件(以 nplay 为例):

sudo apt-get install nplay

卸载软件:

sudo apt-get remove nplay

 
 

学习更多编程常识,请关注我的公众号:

代码的路

正文完
 0