首先:我知道这个问题
我想打开"Ubuntu软件“我确实安装了它,因为我可以从我的菜单栏看到并打开它
我想用终端打开它,因为当我试图从Ubuntu软件安装"Dropbox“时,它就会自动关闭。现在我想看看,当我从终端启动它的时候,它是否有效。
我试过所有这些:
:~$ software-center
software-center: command not found
:~$ gnome-software
Command 'gnome-software' not found, but can be installed with:
sudo apt install gnome-software
:~$ ubuntu-software
ubuntu-software: command not found我还能做什么呢?
我在64位上使用Ubuntu20.04.2LTS,GNOME版本3.36.8
发布于 2021-04-16 07:46:39
试试snap-store。这将启动默认的Ubuntu软件中心,只要它安装在您的系统上(只要安装了)。
如果它不再安装,您可以使用命令sudo snap install snap-store安装它。
https://askubuntu.com/questions/1331739
复制相似问题