我在 Windows 旁边安装了 Ubuntu。我知道我在 Windows 上有 git 和 node,但我无法在 Ubuntu 上打开它们,也无法安装它们。
答案1
当您尝试安装 git 时显示什么?
请在终端窗口中尝试以下命令
sudo apt-get update
sudo apt-get install git
要安装 node js,请尝试
sudo apt-get install nodejs
我在 Windows 旁边安装了 Ubuntu。我知道我在 Windows 上有 git 和 node,但我无法在 Ubuntu 上打开它们,也无法安装它们。
当您尝试安装 git 时显示什么?
请在终端窗口中尝试以下命令
sudo apt-get update
sudo apt-get install git
要安装 node js,请尝试
sudo apt-get install nodejs