いくつかのオーディオ制作のために、Debian 8にlmmsをインストールしようとしています。プロセスは次のとおりです。
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install lmms
"E: パッケージ lmm が見つかりません。"
これは、次のガイドラインに従って行われます。https://lmms.io/download/#linux
/etc/apt/sources.list
:
# deb cdrom:[Debian GNU/Linux 8 _Jessie_ - Official Snapshot amd64 LIVE/INSTALL Binary 20150909-00:22]/ jessie contrib main non-free
deb cdrom:[Debian GNU/Linux 8 _Jessie_ - Official Snapshot amd64 LIVE/INSTALL Binary 20150909-00:22]/ jessie contrib main non-free
deb http://security.debian.org/ jessie/updates main contrib non-free
deb-src http://security.debian.org/ jessie/updates main contrib non-free
/etc/apt/sources.list.d/winehq.list
:
deb https://dl.winehq.org/wine-builds/debian/jessie main
答え1
何らかの理由で Debian インストールにパッケージソースがありません。/etc/apt/sources.list
インストールCDとセキュリティアップデートのみが一覧表示され、デフォルトのオンラインストアは一覧表示されません。デフォルトのオンラインストアを追加します。編集/etc/apt/sources.list
(ルートとして、たとえば使用sudoedit
)し、次の行を追加します。
deb http://ftp.debian.org/debian jessie main non-free contrib
deb-src http://ftp.debian.org/debian jessie main non-free contrib
deb http://ftp.debian.org/debian jessie-updates main contrib non-free
deb-src http://ftp.debian.org/debian jessie-updates main contrib non-free
ftp.debian.org
次に交換することもできます。鏡あなたに近い。順序は、複数のソースがまったく同じバージョンを持っている場合にのみ重要です(最初にAPTがインストールするバージョンを決定し、そのバージョンとともに最初にリストされたソースを使用します)。
完了したら、sudo apt-get update
必要なパッケージを実行してインストールします。
答え2
3つのリポジトリからのみパッケージをインポートしますが、そのうちの何も含まれていないようですlmms
。このセクションを/etc/apt/sources.list
ファイルに追加してもう一度実行して、次の手順apt-get update
を実行してくださいapt-get install lmms
。
deb http://httpredir.debian.org/debian jessie main contrib non-free
deb-src http://httpredir.debian.org/debian jessie main contrib non-free
答え3
root@debian30:/# vi /etc/apt/sources.list
CD-ROM行にコメントする:
# deb cdrom:[Debian GNU/Linux 9.4.0 _Stretch_ - Official i386 NETINST 20180310-11:55]/ stretch main
# deb cdrom:[Debian GNU/Linux 9.4.0 _Stretch_ - Official i386 NETINST 20180310-11:55]/ stretch main