我在用29号软呢帽。在安装docker的过程中,我给出了apt-transport-https命令,我得到了这样的---bash: apt-transport-https: command not found...
我尝试过apt-get-update,这也不起作用
[root@localhost ~]# apt-get update
Ign http://download.fedoraproject.org fedora/linux/development/rawhide/x86_64/os/ repomd.xml
E: Repository model not found for http://download.fedoraproject.org/pub/ fedora/linux/development/rawhide/x86_64/os/发布于 2019-07-16 17:52:03
Apt是针对debian-like系统的,对于fedora,请使用dnf,参见this & this。
对于docker安装:
请参考https://docs.docker.com/install/linux/docker-ce/fedora/在fedora上安装docker。
https://stackoverflow.com/questions/57053999
复制相似问题