안녕하세요 데비안 사용자 여러분,
최근에 하나 구입했어요델 옵티플렉스 790, Debian 10.9를 설치하고 배치했습니다.ATI 사파이어 카드내부에. 디스플레이 크기가 변경될 때 화면 변색을 수정하려면 드라이버가 필요합니다. 추가했습니다.FGLRX 독점 드라이버. 이제 OBS 스튜디오와 같은 앱을 설정해야 하는데 찾을 수 없는 것 같습니다.시냅스. 설치를 위해 deb 파일을 수동으로 다운로드하려고 했으나,핵심 패키지와 종속성 충돌. 나는 원해요시냅틱 복원에 완전한 마스터 Debian 저장소 패키지가 포함되도록 허용. 어떻게 해야 하나요?
Aptitude 소스의 출력:
# deb cdrom:[Debian GNU/Linux 10.9.0 _Buster_ - Official amd64 xfce-CD Binary-1 20210327-10:42]/ buster main
# deb cdrom:[Debian GNU/Linux 10.9.0 _Buster_ - Official amd64 xfce-CD Binary-1 20210327-10:42]/ buster main
deb http://deb.debian.org/debian/ buster-backports contrib main
deb-src http://deb.debian.org/debian/ buster-backports contrib main
deb http://security.debian.org/debian-security/ buster/updates contrib main
deb-src http://security.debian.org/debian-security/ buster/updates main contrib
# buster-updates, previously known as 'volatile'
deb http://deb.debian.org/debian/ buster-updates contrib main
deb-src http://deb.debian.org/debian/ buster-updates main contrib
# This system was installed using small removable media
# (e.g. netinst, live or single CD). The matching "deb cdrom"
# entries were disabled at the end of the installation process.
# For information about how to configure apt package sources,
# see the sources.list(5) manual.
답변1
소스에서 마스터 리포지토리가 누락되었습니다.
최소한 추가해야 합니다.
deb http://deb.debian.org/debian buster main
/etc/apt/sources.list
보다예제소스.목록) 패키지 인덱스를 다시 로드합니다.
sudo apt update
터미널이나 시냅틱에서 Ctrl + R패키지 정보 다시 로드( )를 선택합니다 .