Debian GNU/Linux スレッド Ver.97[ワ有] (815レス)
Debian GNU/Linux スレッド Ver.97[ワ有] http://mao.5ch.net/test/read.cgi/linux/1624015965/
上
下
前次
1-
新
通常表示
512バイト分割
レス栞
抽出解除
必死チェッカー(本家)
(べ)
自ID
レス栞
あぼーん
リロード規制
です。10分ほどで解除するので、
他のブラウザ
へ避難してください。
217: login:Penguin (ワッチョイ ffe3-jrG3) [sage] 2021/06/28(月) 20:48:44.42 ID:e+HW8ivX0 こんばんわ ウイン上で このwifi子機問題ありません。つまりハードウェア問題の可能性低い。 アップグレード前のバックアップとして > >ホームディレクトリにある隠しファイルと隠しディレクトリ (いわゆる 「ドットファイル」) > の合計サイズが4.4ギガ 別のHDD退避用パテを作ってバックアップ -------------------- 以上をやります。ぜんごくのdebianファンの皆さん応援して下さい、成功を祈って下さい http://mao.5ch.net/test/read.cgi/linux/1624015965/217
218: login:Penguin (ワッチョイ ffe3-jrG3) [sage] 2021/06/28(月) 21:09:22.53 ID:e+HW8ivX0 問題なく単純コピーしました http://mao.5ch.net/test/read.cgi/linux/1624015965/218
219: login:Penguin (ワッチョイ ffe3-jrG3) [sage] 2021/06/28(月) 21:42:04.17 ID:e+HW8ivX0 >4.2. 「ピュア」 Debian からの開始 この章で説明しているアップグレードのプロセスは、「純粋な」安定版の Debian システムを想定して書かれています。 >もし、APT の設定が buster 以外で追加のソースを指定している、あるいは他のリリースやサードパーティからパッケージをインストール している場合、確実にアップグレード作業を遂行するため、事態をややこしくするこれらの要因を取り除くことから始めると良いでしょう。 >APT の設定が buster 以外で追加のソースを指定している はずだ。 >事態をややこしくするこれらの要因を取り除く とは具体的には何をヤルのだろう? >APT がどのソースからパッケージをダウンロードするべきかを判断するのに使っている主要設定ファイルは/etc/apt/sources.listですが、/etc/apt/sources.list.d/ディレクトリ内のファイルを使用することもできます。詳細は sources.list(5) を参照してください。もしシステムで複数の source-list ファイルを使用しているのであれば、設定に一貫性があることを確認する必要があるでしょう。 http://mao.5ch.net/test/read.cgi/linux/1624015965/219
221: login:Penguin (ワッチョイ ffe3-jrG3) [sage] 2021/06/28(月) 22:34:06.71 ID:e+HW8ivX0 $ cat /etc/apt/sources.list # deb cdrom:[Debian GNU/Linux 10.2.0 _Buster_ - Unofficial amd64 DVD Binary-1 with firmware 20191116-09:57]/ buster contrib main non-free # deb cdrom:[Debian GNU/Linux 10.2.0 _Buster_ - Unofficial amd64 DVD Binary-1 with firmware 20191116-09:57]/ buster contrib main non-free deb http://deb.debian.org/debian/ buster main contrib non-free deb-src http://deb.debian.org/debian/ buster main contrib non-free deb http://security.debian.org/debian-security buster/updates main contrib non-free deb-src http://security.debian.org/debian-security buster/updates main contrib non-free # buster-updates, previously known as 'volatile' deb http://deb.debian.org/debian/ buster-updates main contrib non-free deb-src http://deb.debian.org/debian/ buster-updates main contrib non-free # 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. deb http://deb.debian.org/debian/ buster-backports main contrib non-free deb-src http://deb.debian.org/debian/ buster-backports main contrib non-free # deb https://dl.winehq.org/wine-builds/debian/ buster main << 処置、野良リポジトリとはこれだけと思う # deb-src https://dl.winehq.org/wine-builds/debian/ buster main $ http://mao.5ch.net/test/read.cgi/linux/1624015965/221
223: login:Penguin (ワッチョイ ffe3-jrG3) [sage] 2021/06/28(月) 22:41:10.63 ID:e+HW8ivX0 4.2.1. Debian 10 (buster) からのアップグレード $ cat /etc/debian_version 10.10 4.2.2. Debian 由来でないパッケージを削除する $ cat /etc/debian_version 10.10 $ aptitude search '?narrow(?installed, ?not(?origin(Debian)))' bash: aptitude: コマンドが見つかりません $ sudo apt install aptitude << ふだん使わないがaptitudeはインストールしないとダメですか? この操作後に追加で 20.3 MB のディスク容量が消費されます。 続行しますか? [Y/n] http://mao.5ch.net/test/read.cgi/linux/1624015965/223
225: login:Penguin (ワッチョイ ffe3-jrG3) [sage] 2021/06/28(月) 22:52:39.85 ID:e+HW8ivX0 ざっと見た限り、このコマンド sed はbuster の箇所をことごとくbullseyeに置換した $ sudo sed -i 's/buster/bullseye/' /etc/apt/sources.list $ cat /etc/apt/sources.list # deb cdrom:[Debian GNU/Linux 10.2.0 _Buster_ - Unofficial amd64 DVD Binary-1 with firmware 20191116-09:57]/ bullseye contrib main non-free # deb cdrom:[Debian GNU/Linux 10.2.0 _Buster_ - Unofficial amd64 DVD Binary-1 with firmware 20191116-09:57]/ bullseye contrib main non-free deb http://deb.debian.org/debian/ bullseye main contrib non-free deb-src http://deb.debian.org/debian/ bullseye main contrib non-free deb http://security.debian.org/debian-security bullseye/updates main contrib non-free deb-src http://security.debian.org/debian-security bullseye/updates main contrib non-free # bullseye-updates, previously known as 'volatile' deb http://deb.debian.org/debian/ bullseye-updates main contrib non-free deb-src http://deb.debian.org/debian/ bullseye-updates main contrib non-free # 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. deb http://deb.debian.org/debian/ bullseye-backports main contrib non-free deb-src http://deb.debian.org/debian/ bullseye-backports main contrib non-free # deb https://dl.winehq.org/wine-builds/debian/ bullseye main # deb-src https://dl.winehq.org/wine-builds/debian/ bullseye main $ http://mao.5ch.net/test/read.cgi/linux/1624015965/225
226: login:Penguin (ワッチョイ ffe3-jrG3) [sage] 2021/06/28(月) 22:54:00.32 ID:e+HW8ivX0 >>224 了解、略します http://mao.5ch.net/test/read.cgi/linux/1624015965/226
227: login:Penguin (ワッチョイ ffe3-jrG3) [sage] 2021/06/28(月) 22:56:53.77 ID:e+HW8ivX0 $ sudo apt update ヒット:1 http://dl.google.com/linux/chrome/deb stable InRelease << 野良か? 取得:2 http://deb.debian.org/debian bullseye InRelease [150 kB] 無視:3 http://security.debian.org/debian-security bullseye/updates InRelease ヒット:4 http://repo.radeon.com/rocm/apt/debian xenial InRelease エラー:5 http://security.debian.org/debian-security bullseye/updates Release 404 Not Found [IP: 151.101.90.132 80] 取得:6 http://deb.debian.org/debian bullseye-updates InRelease [40.1 kB] 取得:7 http://deb.debian.org/debian bullseye-backports InRelease [37.0 kB] 取得:8 http://deb.debian.org/debian bullseye/contrib Sources [43.0 kB] 取得:9 http://deb.debian.org/debian bullseye/non-free Sources [80.8 kB] 取得:10 http://deb.debian.org/debian bullseye/main Sources [8,618 kB] 取得:11 http://deb.debian.org/debian bullseye/main i386 Packages [8,125 kB] 取得:12 http://deb.debian.org/debian bullseye/main amd64 Packages [8,186 kB] http://mao.5ch.net/test/read.cgi/linux/1624015965/227
228: login:Penguin (ワッチョイ ffe3-jrG3) [sage] 2021/06/28(月) 22:56:57.68 ID:e+HW8ivX0 取得:13 http://deb.debian.org/debian bullseye/main Translation-en [6,247 kB] 取得:14 http://deb.debian.org/debian bullseye/main Translation-ja [799 kB] 取得:15 http://deb.debian.org/debian bullseye/main all Contents (deb) [30.5 MB] 取得:16 http://deb.debian.org/debian bullseye/main amd64 Contents (deb) [10.0 MB] 取得:17 http://deb.debian.org/debian bullseye/main i386 Contents (deb) [9,880 kB] 取得:18 http://deb.debian.org/debian bullseye/contrib amd64 Packages [50.5 kB] 取得:19 http://deb.debian.org/debian bullseye/contrib i386 Packages [45.3 kB] 取得:20 http://deb.debian.org/debian bullseye/contrib Translation-en [46.9 kB] 取得:21 http://deb.debian.org/debian bullseye/contrib amd64 Contents (deb) [54.6 kB] 取得:22 http://deb.debian.org/debian bullseye/contrib all Contents (deb) [57.3 kB] 取得:23 http://deb.debian.org/debian bullseye/contrib i386 Contents (deb) [33.6 kB] 取得:24 http://deb.debian.org/debian bullseye/non-free amd64 Packages [93.9 kB] 取得:25 http://deb.debian.org/debian bullseye/non-free i386 Packages [76.9 kB] 取得:26 http://deb.debian.org/debian bullseye/non-free Translation-en [91.5 kB] 取得:27 http://deb.debian.org/debian bullseye/non-free all Contents (deb) [889 kB] 取得:28 http://deb.debian.org/debian bullseye/non-free i386 Contents (deb) [28.0 kB] 取得:29 http://deb.debian.org/debian bullseye/non-free amd64 Contents (deb) [75.1 kB] パッケージリストを読み込んでいます... 完了 E: リポジトリ http://security.debian.org/debian-security bullseye/updates Release には Release ファイルがありません。 N: このようなリポジトリから更新を安全に行うことができないので、デフォルトでは更新が無効になっています。 N: リポジトリの作成とユーザ設定の詳細は、apt-secure(8) man ページを参照してください。 $ http://mao.5ch.net/test/read.cgi/linux/1624015965/228
メモ帳
(0/65535文字)
上
下
前次
1-
新
書
関
写
板
覧
索
設
栞
歴
スレ情報
赤レス抽出
画像レス抽出
歴の未読スレ
AAサムネイル
Google検索
Wikipedia
ぬこの手
ぬこTOP
0.028s