Ubuntu软件安装

修复dpkg依赖问题

sudo dpkg -i xxxxx.deb

sudo apt-get -f install -f 修复dpkg依赖关系

自动移除不用的安装包

sudo apt-get autoremove

从snap安装微信

  • 安装 snap : sudo apt install snap snapd snapd-xdg-open
  • 安装微信: sudo snap install electronic-wechat

查看snap可安装的软件:snap find
列出snap在系统已安装的软件: snap list

atom安装

sudo add-apt-repository ppa:webupd8team/atom  
sudo apt-get update  
sudo apt-get install atom  

猜你喜欢

转载自blog.csdn.net/weixin_39554266/article/details/80207650