タイトルとして..どうすればいいですか?本当に欲しいのですが、ingalexはフォルダを削除しました。Sudo apt-get update
がこのようなエラーを表示する
W: Failed to fetch http://ppa.launchpad.net/ingalex/super-boot-manager/ubuntu/dists/trusty/main/source/Sources 404 Not Found
W: Failed to fetch http://ppa.launchpad.net/ingalex/super-boot-manager/ubuntu/dists/trusty/main/binary-i386/Packages 404 Not Found
E: Some index files failed to download. They have been ignored, or old ones used instead.
Ubuntu 14.04のBurgは、ppa:n-muench/burg
PPAで入手できます。ターミナルで以下のコマンドを実行して、muench PPAからUbuntu 14.04にBurgをインストールします。
Sudo add-apt-repository ppa:n-muench/burg
Sudo apt-get update
Sudo apt-get install burg
以下のエラーレポートは、PPAの所有者がsuper-boot-manager
パッケージを提供するための信頼のためにPPAを更新しなかったことを明確に示しています。だから彼の更新を待ってください。
W: Failed to fetch http://ppa.launchpad.net/ingalex/super-boot-manager/ubuntu/dists/trusty/main/source/Sources 404 Not Found
上記のNOT FOUND PPAを削除する場合は、ターミナルで次のコマンドを実行します。
Sudo add-apt-repository -r ppa:ingalex/super-boot-manager
前のポスターで述べたように、PPA ppa:n-muench/burg
を使用する必要があります。 14.04にsuper-boot-managerをインストールすることに関しては、執筆時点ではまだ14.04のPPAで更新されていません。 このチュートリアル のガイドに従って、それを回避しました。つかいます:
Sudo add-apt-repository ppa:ingalex/super-boot-manager
Sudo sh -c "sed -i 's/trusty/raring/g' /etc/apt/sources.list.d/ingalex-super-boot-manager-trusty.list"
Sudo apt-get update
Sudo apt-get install super-boot-manager
Sudo apt-get install -f
私がこれを見つけたツタンカーメン: http://develop.alpdesigns.ch/pages/ubuntu/brug-and-theme-configuration.html