Mai*_*ora 5 ubuntu debian apt repository
我尝试使用以下命令添加一个新的 APT 存储库:
add-apt-repository ppa:atareao/atareao
Run Code Online (Sandbox Code Playgroud)
但我收到“找不到命令”错误。我尝试安装python-software-properties
,但它已经安装:
root@debian:~# apt-get install python-software-properties
Reading package lists... Done
Building dependency tree
Reading state information... Done
python-software-properties is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Run Code Online (Sandbox Code Playgroud)
所以我决定手动将存储库添加到source.list
,但不知道如何。如何source.list
直接编辑?