这条命令对我来说总是有效的:
dnf install -y firefox x2go*
但它现在给出了一个错误:
Command 'dnf' not found, did you mean:
command 'df' from deb coreutils (8.30-3ubuntu2)
Try: apt install <deb name>问:如何使此命令在Fedora 32中工作?
发布于 2020-10-07 07:02:38
您的包管理器是apt;您需要使用它来安装火狐和x2go。
sudo apt-get update
sudo apt-get install firefox x2go*https://askubuntu.com/questions/1280712
复制相似问题