パッケージにインストール候補はありません。

パッケージにインストール候補はありません。

私はUbuntu 15.04を持っており、何かをダウンロードしようとするたびに(sudo apt-get installを使用して)次のように言います。

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package <packagename> 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 '<packagename>' has no installation candidate

「sudo apt-get update」を試しましたが、最後に次のように表示されます。

W: Failed to fetch http://ppa.launchpad.net/irie/blender/ubuntu/dists/vivid/main/binary-amd64/Packages  404  Not Found

W: Failed to fetch http://ppa.launchpad.net/irie/blender/ubuntu/dists/vivid/main/binary-i386/Packages  404  Not Found

E: Some index files failed to download. They have been ignored, or old ones used instead.

また、「ソフトウェアとアップデート」ウィンドウの「Ubuntuソフトウェア」タブのすべてのチェックボックスが選択されていることを確認し、「sudo apt-getのアップグレード」を試しましたが、何も機能しませんでした。

また、私のsource.listファイルは次のようになります。大丈夫に見えます。

# deb cdrom:[Ubuntu 15.04 _Vivid Vervet_ - Release amd64 (20150422)]/ vivid main restricted

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://old-releases.ubuntu.com/ubuntu vivid main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://old-releases.ubuntu.com/ubuntu vivid-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://old-releases.ubuntu.com/ubuntu vivid universe
deb http://old-releases.ubuntu.com/ubuntu vivid-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
## team, and may not be under a free licence. Please satisfy yourself as to 
## your rights to use the software. Also, please note that software in 
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://old-releases.ubuntu.com/ubuntu vivid multiverse
deb http://old-releases.ubuntu.com/ubuntu vivid-updates multiverse

## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://old-releases.ubuntu.com/ubuntu vivid-backports main restricted universe multiverse

deb http://old-releases.ubuntu.com/ubuntu vivid-security main restricted
deb http://old-releases.ubuntu.com/ubuntu vivid-security universe
deb http://old-releases.ubuntu.com/ubuntu vivid-security multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
# deb http://archive.canonical.com/ubuntu vivid partner
# deb-src http://archive.canonical.com/ubuntu vivid partner
deb http://www.openprinting.org/download/printdriver/debian/ lsb3.2 contrib

また、これに似た他の質問があることを知っていますが、どのソリューションも私には役に立ちませんでした。

編集する:

私が見ることができるように、コメントの多くの人は私が古いバージョンのUbuntuを使用しているので、source.listの "archives.ubuntu.com"行を "old-releases.ubuntu.com"に変更することを提案しました。私はこれを試しましたが、「sudo apt-get update」(一部のインデックスファイルをダウンロードできません)と入力すると同じメッセージが表示され、パッケージをインストールしようとすると同じことが起こります。

コメントの他の人たちは、最新のUbuntuバージョンにアップグレードすることを提案していましたが、これを試してみましたが(最終的にはsudo do-release-upgrade)、最終的に次のように言いました。

Cannot upgrade, an upgrade from 'vivid' to 'xenial' is not supported with this tool.

また、sudo do-release update -dを使用してアップグレードしようとしましたが、次のように言いました。

Checking for a new Ubuntu release
No new release found

ベストアンサー1

私は直接修正しました。私はコメントの多くの人々のアドバイスに従って、source.listファイルの "archives.ubuntu.com"リンクを "old-releases.ubuntu.com"に置き換えて、私をブロックしていた古いリポジトリを削除しました。 「sudo apt-get update」を実行して。

おすすめ記事