对于我来说,这个命令在 Fedora 26 中一直有效:
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 中运行?
答案1
您的包管理器是apt
;您需要使用它来安装 Firefox 和 x2go。
sudo apt-get update
sudo apt-get install firefox x2go*