이 질문은 이전에 답변된 것 같습니다. 그렇다면 해당 주제에 대한 링크를 표시하십시오.
Zareason이 문을 닫기 전에 컴퓨터 시스템을 구입했습니다.
apt-get update
원래 Debian Buster와 함께 설치되었으며 베타/불안정 릴리스로 계속 사용되고 업데이트됩니다.apt-get upgrade
시스템에 trixie가 설치된 것으로 표시되더라도 source.list의 모든 항목은 Buster를 사용합니다.
$ cat /etc/issue
Debian GNU/Linux trixie/sid \n \l
내 질문:
다음 버전이 안정 버전으로 전환될 때까지 안정 버전을 계속 사용하고 싶습니다. 어떻게 해야 합니까?
안정화 버전 12.2로 다운그레이드가 가능한가요? 아니면 너무 문제가 있는 것일 수도 있습니다.
다시 사과하세요. 도움을 주려는 분들의 질문에 답변이 되었기를 바랍니다.
/etc/apt/sources.list.d에 두 개의 파일이 있습니다. 왜 동일한 응용 프로그램이 두 개 있는지 잘 모르겠습니다. 다음은 다음과 같습니다.
$ cat wire-desktop.list
deb [arch=amd64] https://wire-app.wire.com/linux/debian stable main
$ cat wire-desktop.list.save
deb [arch=amd64] https://wire-app.wire.com/linux/debian stable main
source.list의 출력
sources.list:#
sources.list:# deb cdrom:[Debian GNU/Linux 10.3.0 _Buster_ - Official amd64 NETINST 20200208-12:07]/ buster main
sources.list:# deb cdrom:[Debian GNU/Linux 10.3.0 _Buster_ - Official amd64 NETINST 20200208-12:07]/ buster main
sources.list:deb http://deb.debian.org/debian/ buster main
sources.list:deb-src http://deb.debian.org/debian/ buster main
sources.list:deb http://security.debian.org/debian-security buster/updates main
sources.list:deb-src http://security.debian.org/debian-security buster/updates main
sources.list:# buster-updates, previously known as 'volatile'
sources.list:deb http://deb.debian.org/debian/ buster-updates main
sources.list:deb-src http://deb.debian.org/debian/ buster-updates main
sources.list:# This system was installed using small removable media
sources.list:# (e.g. netinst, live or single CD). The matching "deb cdrom"
sources.list:# entries were disabled at the end of the installation process.
sources.list:# For information about how to configure apt package sources,
sources.list:# see the sources.list(5) manual.
sources.list:# deb http://ftp.us.debian.org/debian sid main contrib non-free
sources.list:# deb http://ftp.us.debian.org/debian sid main contrib non-free
sources.list:deb [arch=amd64] http://download.virtualbox.org/virtualbox/debian buster contrib
sources.list:# deb-src [arch=amd64] http://download.virtualbox.org/virtualbox/debian buster contrib
sources.list:# added following for LibreOffice Writer Thesaures 6/16/2020
sources.list:deb http://ftp.us.debian.org/debian buster main
sources.list:# added following to update nVidia driver
sources.list:#deb http://deb.debian.org/debian/ bullseye main contrib non-free
sources.list:#changed above entry to below 5-1/23
sources.list:#deb https://deb.debian.org/debian bookworm main non-free-firmware
sources.list:#changed above entry to below 9/17/23
sources.list:#deb https://deb.debian.org/debian trixie main non-free-firmware
sources.list.d/wire-desktop.list:deb [arch=amd64] https://wire-app.wire.com/linux/debian stable main
마지막으로, 저는 더 이상 NVidea의 비펌웨어를 사용하지 않습니다. 보시다시피, 이 줄은 주석 처리되어 있습니다.