Lubuntu 19.10 使用 Muon 包管理器列出这些包:
- 吉尼
- gnome 系统监视器
- openssh-服务器
在全新安装 Lubuntu 19.10 后:
sudo apt update
Muon 没有展示它们。
还:
$ apt-cache policy geany gnome-system-monitor openssh-server
geany:
Installed: (none)
Candidate: 1.35-1
Version table:
1.35-1 500
500 http://archive.ubuntu.com/ubuntu eoan/universe amd64 Packages
gnome-system-monitor:
Installed: (none)
Candidate: 3.32.1-2
Version table:
3.32.1-2 500
500 http://archive.ubuntu.com/ubuntu eoan/main amd64 Packages
openssh-server:
Installed: (none)
Candidate: 1:8.0p1-6build1
Version table:
1:8.0p1-6build1 500
500 http://archive.ubuntu.com/ubuntu eoan/main amd64 Packages
答案1
根据您编辑的问题,apt
可以看到这三个程序包的候选。请尝试使用以下命令行安装它们
sudo apt update
sudo apt install geany gnome-system-monitor openssh-server
并让我们知道结果。
我认为它会起作用,祝你好运:-)