我正在尝试使用以下命令安装 Git apt-get
:
$ apt-get install git-core
我收到此错误:
E: Could not open lock file /var/lib/dpkg/lock - open (13 Permission denied)
E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?
我很确定我的帐户是根,但我还是尝试这样做:
$ su -
之后我得到回应:
su: must be run from a terminal
另外,运行 sudo 告诉我程序没有安装。由于上述错误,我也无法安装它(必须从终端运行)。
我该如何解决这个问题?