
Ubuntu日本語フォーラム

ログインしていません。
以下のコマンドを実行してからアップマネジャーにエラー発生し起動しません。
当方はubuntu8.04ですがWeb上のUbuntu7.04インストール後の初期設定を実行してしまいました。
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
今月からの初心者です。軽くて使いやすいのでXPから移行しました。よろしくお願いします。
yutaka@yutaka-laptop:~$ sudo wget http://medibuntu.sos-sts.com/sources.list.d/feisty... -O /etc/apt/sources.list.d/medibuntu.list
[sudo] password for yutaka:
--18:30:00-- http://medibuntu.sos-sts.com/sources.list.d/feisty...
=> `/etc/apt/sources.list.d/medibuntu.list'
medibuntu.sos-sts.com をDNSに問いあわせています... 82.165.117.31
medibuntu.sos-sts.com|82.165.117.31|:80 に接続しています... 接続しました。
HTTP による接続要求を送信しました、応答を待っています... 302 Found
場所: http://www.medibuntu.org [続く]
--18:30:01-- http://www.medibuntu.org/
=> `/etc/apt/sources.list.d/medibuntu.list'
www.medibuntu.org をDNSに問いあわせています... 87.98.242.10
www.medibuntu.org|87.98.242.10|:80 に接続しています... 接続しました。
HTTP による接続要求を送信しました、応答を待っています... 200 OK
長さ: 5,485 (5.4K) [text/html]
100%[====================================>] 5,485 18.90K/s
18:30:03 (18.86 KB/s) - `/etc/apt/sources.list.d/medibuntu.list' を保存しました [5485/5485]
yutaka@yutaka-laptop:~$ sudo apt-get update
E: ソースリスト /etc/apt/sources.list.d/medibuntu.list の 1 行にあるタイプ '<!DOCTYPE' は不明です
yutaka@yutaka-laptop:~$
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
起動時のエラーの内容「エラーが発生しました。メニューを右クリックするか、端末でapt-getを実行しパッケージマネージャーを起動し、何が起こったかを確認下さい。
エラーメッセージは次の通りです:'Error:Opening the cache(E:Type'<!DOCTYPE'is not known on line 1 in source list /etc/apt/source.list.d/medibuntu.list,E:The list of sources could not be read.)'これはインストロールしたパッケージの依存性が満たない状態と推測できます」
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
yutaka@yutaka-laptop:~$ sudo apt-get
[sudo] password for yutaka:
apt 0.7.9ubuntu17 for i386 コンパイル日時: Apr 22 2008 15:19:47
Usage: apt-get [options] command
apt-get [options] install|remove pkg1 [pkg2 ...]
apt-get [options] source pkg1 [pkg2 ...]
apt-get is a simple command line interface for downloading and
installing packages. The most frequently used commands are update
and install.
Commands:
update - Retrieve new lists of packages
upgrade - Perform an upgrade
install - Install new packages (pkg is libc6 not libc6.deb)
remove - Remove packages
autoremove - Remove all automatic unused packages
purge - Remove and purge packages
source - Download source archives
build-dep - Configure build-dependencies for source packages
dist-upgrade - Distribution upgrade, see apt-get(8)
dselect-upgrade - Follow dselect selections
clean - Erase downloaded archive files
autoclean - Erase old downloaded archive files
check - Verify that there are no broken dependencies
Options:
-h This help text.
-q Loggable output - no progress indicator
-qq No output except for errors
-d Download only - do NOT install or unpack archives
-s No-act. Perform ordering simulation
-y Assume Yes to all queries and do not prompt
-f Attempt to correct a system with broken dependencies in place
-m Attempt to continue if archives are unlocatable
-u Show a list of upgraded packages as well
-b Build the source package after fetching it
-V Show verbose version numbers
-c=? Read this configuration file
-o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp
See the apt-get(8), sources.list(5) and apt.conf(5) manual
pages for more information and options.
This APT has Super Cow Powers.
yutaka@yutaka-laptop:~$
オフライン
Yutaka Tamuraさん による投稿:
E: ソースリスト /etc/apt/sources.list.d/medibuntu.list の 1 行にあるタイプ '<!DOCTYPE' は不明です
medibuntu.listをwgetし直してみましょう。
sudo wget http://www.medibuntu.org/sources.list.d/hardy.list -O /etc/apt/sources.list.d/medibuntu.list
sudo apt-get update && sudo apt-get install medibuntu-keyring && sudo apt-get update
参考:https://help.ubuntu.com/community/Medibuntu#head-486ed038a9becc1dff10a24cc07a38a00d70e9f
オフライン
hardyさん、ありがとうございます。正常になりました。これから勉強して使いこなせるようになりたいです。よろしくお願いします。
オフライン