stackoverflow 및 Linux를 처음 접하고 HC4에 NAS를 설정하고 현재 Steam 캐시를 설정하려고 합니다. docker를 설치한 후 네트워크 관리자를 설치하려고 했는데 다음과 같은 오류가 반환되어 문제가 발생했습니다.
W: Failed to fetch http://deb.debian.org/debian/dists/stable/InRelease Could not resolve 'deb.debian.org'
W: Failed to fetch http://deb.debian.org/debian/dists/buster-updates/InRelease Could not resolve 'deb.debian.org'
W: Failed to fetch http://deb.debian.org/debian-security/dists/buster/updates/InRelease Could not resolve 'deb.debian.org'
W: Failed to fetch http://ftp.debian.org/debian/dists/buster-backports/InRelease Could not resolve 'ftp.debian.org'
W: Failed to fetch https://download.docker.com/linux/debian/dists/buster/InRelease Could not resolve 'download.docker.com'
W: Failed to fetch http://packages.openmediavault.org/public/dists/erasmus/InRelease Could not resolve 'packages.openmediavault.org'
W: Failed to fetch https://openmediavault-plugin-developers.github.io/packages/debian/dists/usul/InRelease Could not resolve 'openmediavault-plugin-developers.github.io'
W: Failed to fetch http://packages.openmediavault.org/public/dists/usul/InRelease Could not resolve 'packages.openmediavault.org'
W: Failed to fetch http://ppa.linuxfactory.or.kr/dists/buster/InRelease Could not resolve 'ppa.linuxfactory.or.kr'
W: Some index files failed to download. They have been ignored, or old ones used instead.
W: Target Packages (stable/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list.d/docker.list:1
W: Target Translations (stable/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list.d/docker.list:1
W: Target Packages (stable/binary-arm64/Packages) is configured multiple times in /etc/apt/sources.list.d/docker.list:1 and /etc/apt/sources.list.d/omvextras.list:2
W: Target Packages (stable/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list.d/omvextras.list:2
W: Target Translations (stable/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list:24 and /etc/apt/sources.list.d/omvextras.list:2
이제 apt-get update 및 apt-get install network-manager 반환을 통해 이러한 오류가 발생합니다.
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package network-manager is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'network-manager' has no installation candidate
나는 이것을 많이 망쳤기 때문에 여기 내 소스 목록이 있습니다:
#------------------------------------------------------------------------------#
# OFFICIAL DEBIAN REPOS
#------------------------------------------------------------------------------#
###### Debian Main Repos
deb http://deb.debian.org/debian stable main
deb-src http://deb.debian.org/debian stable main
deb http://deb.debian.org/debian buster-updates main
deb-src http://deb.debian.org/debian buster-updates main
deb http://deb.debian.org/debian-security/ buster/updates main
deb-src http://deb.debian.org/debian-security/ buster/updates main
deb http://ftp.debian.org/debian buster-backports main
deb-src http://ftp.debian.org/debian buster-backports main
#------------------------------------------------------------------------------#
# UNOFFICIAL REPOS
#------------------------------------------------------------------------------#
###### 3rd Party Binary Repos
###Docker CE
deb [arch=amd64] https://download.docker.com/linux/debian buster stable
###openmediavault
deb http://packages.openmediavault.org/public erasmus main
deb-src http://packages.openmediavault.org/public erasmus main
도움이나 안내를 주시면 감사하겠습니다.
답변1
다음은 Debian Buster의 Office Debian 저장소의 예입니다:
뎁http://ftp.debian.org/debian버스터는 주로 비자유
부채를 기여합니다http://ftp.debian.org/debian버스터 업데이트는 주로 무료가 아닌
Deb에 기여합니다.http://security.debian.org버스터/업데이트 주요 기여 비무료
부채http://ftp.debian.org/debianBuster-backports는 주로 비자유
deb-src에 기여합니다.http://ftp.debian.org/debianBuster의 주요 기여는 non-free
deb-src 입니다.http://ftp.debian.org/debianBuster 업데이트 주요 기여 non-free
deb-srchttp://security.debian.org버스터/업데이트 주요 기여 non-free
deb-srchttp://ftp.debian.org/debianBuster-backports 주요 기여는 무료가 아닙니다\
답변2
글쎄, 장난을 쳤는데 문제는 eth0의 OMV 구성과 네트워크 관리자 구성 설정이 서로 다르기 때문에 둘 다 동일한 설정으로 수동으로 설정한 후 호스트를 해결할 수 있다는 것입니다.