お知らせ

  • 利用規約を守って投稿してください。また、よくある質問および投稿の手引きも参照してください。
  • メッセージの投稿にはアカウントが必要です。未登録の方は、ユーザ登録ページからアカウントを作成することができます。

#1 2009-02-19 20:53:25

guuman
メンバ
登録日: 2009-02-11

UbuntuServer8.10を入れました

そして
apt-get -y install ubuntu-desktop
apt-get -y install gdm
をした後
再起動してインストールツールから日本語入力環境を入れました
そして
apt-get -y install ubuntu-desktop-ja
をしましたが
パッケージubuntu-desktop-jaが見つかりません
というエラーがでました
どうしたら
apt-get -y install ubuntu-desktop-ja
をとおすことができるでしょうか?

最後の編集者: guuman (2009-02-19 20:55:00)

オフライン

 

#2 2009-02-19 22:27:32

kk
メンバ
From: Hyogo
登録日: 2008-03-30

Re: UbuntuServer8.10を入れました

http://www.ubuntulinux.jp/products/JA-Localized
の「方法2・Japanese Teamのパッケージレポジトリを追加する」をご確認ください。

オフライン

 

#3 2009-02-19 22:51:09

guuman
メンバ
登録日: 2009-02-11

Re: UbuntuServer8.10を入れました

ありがとうございます
回答をもらう前に

#vim /etc/apt/sources.list
#以下の行を追加
deb http://archive.ubuntulinux.jp/ubuntu-ja hardy/
deb http://archive.ubuntulinux.jp/ubuntu-ja hardy-ja/


#gpg --keyserver wwwkeys.eu.pgp.net --recv-keys 058A05E90C4ECFEC
#gpg --armor --export 058A05E90C4ECFEC | apt-key add -

をすれば

#apt-get -y update
#apt-get -y install ubuntu-desktop-ja

でエラーがでなくなりました

あっているでしょうか?
念のためご提案の操作もやりましたがなにか支障はないでしょうか?

最後の編集者: guuman (2009-02-19 23:15:44)

オフライン

 

#4 2009-02-19 23:15:27

kk
メンバ
From: Hyogo
登録日: 2008-03-30

Re: UbuntuServer8.10を入れました

最初の手順でもあっていますよ。

ただ、提案の手順を行ったということは、同じapt-lineを
2重で定義したのではないのでしょうか。

オフライン

 

#5 2009-02-19 23:21:26

guuman
メンバ
登録日: 2009-02-11

Re: UbuntuServer8.10を入れました

ありがとうございます
ご提案の方法は定義はなくて以下を行っただけです

#wget -q https://www.ubuntulinux.jp/ubuntu-ja-archive-keyring.gpg -O- | sudo apt-key add -
#sudo wget https://www.ubuntulinux.jp/sources.list.d/intrepid.list -O /etc/apt/sources.list.d/ubuntu-ja.list
#sudo apt-get update
#apt-get install ubuntu-desktop-ja

なにか、定義するのでしたでしょうか?

オフライン

 

#6 2009-02-19 23:22:41

kk
メンバ
From: Hyogo
登録日: 2008-03-30

Re: UbuntuServer8.10を入れました

#sudo wget https://www.ubuntulinux.jp/sources.list.d/intrepid.list -O /etc/apt/sources.list.d/ubuntu-ja.list

の行でapt-lineの定義(追加)を行っています。

オフライン

 

#7 2009-02-19 23:31:02

guuman
メンバ
登録日: 2009-02-11

Re: UbuntuServer8.10を入れました

度々ありがとうございます
/etc/apt/sources.listに

#start
deb http://archive.ubuntulinux.jp/ubuntu-ja hardy/
deb http://archive.ubuntulinux.jp/ubuntu-ja hardy-ja/
#stop

を追加しましたが

今見てみると私の追加したものしか見えません
私の追加したものは#startと#stopで囲んでますが
他にはこの2行はありません
だから自動的に追加する必要が無いと判断されて追加されなかったのではないでしょうか?
今は再起動してみてみると英語表現だった部分がほとんど全部日本語に置き換わっています

最後の編集者: guuman (2009-02-19 23:32:25)

オフライン

 

#8 2009-02-19 23:32:57

kk
メンバ
From: Hyogo
登録日: 2008-03-30

Re: UbuntuServer8.10を入れました

コード:

cat /etc/apt/sources.list.d/ubuntu-ja.list

ではどうでしょうか?

オフライン

 

#9 2009-02-19 23:47:05

guuman
メンバ
登録日: 2009-02-11

Re: UbuntuServer8.10を入れました

ありがとうございます

## Ubuntu Japanese LoCo Team's 3rd party repository for Ubuntu 8.10
## Please report any bug on https://bugs.launchpad.net/ubuntu-jp-improvement
deb http://archive.ubuntulinux.jp/ubuntu-ja intrepid/
deb-src http://archive.ubuntulinux.jp/ubuntu-ja intrepid/
deb http://archive.ubuntulinux.jp/ubuntu-ja intrepid-ja/
deb-src http://archive.ubuntulinux.jp/ubuntu-ja intrepid-ja/
deb http://archive.ubuntulinux.jp/ubuntu-ja intrepid-non-free/
deb-src http://archive.ubuntulinux.jp/ubuntu-ja intrepid-non-free/

です
特に重複行はなさそうです
ところで
Synapticパッケージマネージャで
パッケージubuntu-desktop-jaをさがしても見つかりません
ただしコマンド
apt-cache search ubuntu-desktop-ja
ではありました
Synapticパッケージマネージャ
には追加されないのでしょうか?
ubuntu-desktopは最初からありました


ちなみに
/etc/apt/sources.list:
#
# deb cdrom:[Ubuntu-Server 8.10 _Intrepid Ibex_ - Release i386 (20081028.1)]/ intrepid main restricted

#deb cdrom:[Ubuntu-Server 8.10 _Intrepid Ibex_ - Release i386 (20081028.1)]/ intrepid main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.

deb http://jp.archive.ubuntu.com/ubuntu/ intrepid main restricted
deb-src http://jp.archive.ubuntu.com/ubuntu/ intrepid main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://jp.archive.ubuntu.com/ubuntu/ intrepid-updates main restricted
deb-src http://jp.archive.ubuntu.com/ubuntu/ intrepid-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://jp.archive.ubuntu.com/ubuntu/ intrepid universe
deb-src http://jp.archive.ubuntu.com/ubuntu/ intrepid universe
deb http://jp.archive.ubuntu.com/ubuntu/ intrepid-updates universe
deb-src http://jp.archive.ubuntu.com/ubuntu/ intrepid-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://jp.archive.ubuntu.com/ubuntu/ intrepid multiverse
deb-src http://jp.archive.ubuntu.com/ubuntu/ intrepid multiverse
deb http://jp.archive.ubuntu.com/ubuntu/ intrepid-updates multiverse
deb-src http://jp.archive.ubuntu.com/ubuntu/ intrepid-updates multiverse

## Uncomment the following two lines to add software from the 'backports'
## repository.
## 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://jp.archive.ubuntu.com/ubuntu/ intrepid-backports main restricted universe multiverse
# deb-src http://jp.archive.ubuntu.com/ubuntu/ intrepid-backports main restricted universe 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 intrepid partner
# deb-src http://archive.canonical.com/ubuntu intrepid partner

deb http://security.ubuntu.com/ubuntu intrepid-security main restricted
deb-src http://security.ubuntu.com/ubuntu intrepid-security main restricted
deb http://security.ubuntu.com/ubuntu intrepid-security universe
deb-src http://security.ubuntu.com/ubuntu intrepid-security universe
deb http://security.ubuntu.com/ubuntu intrepid-security multiverse
deb-src http://security.ubuntu.com/ubuntu intrepid-security multiverse

#start
deb http://archive.ubuntulinux.jp/ubuntu-ja dapper/
deb http://archive.ubuntulinux.jp/ubuntu-ja dapper-ja/
#stop

最後の編集者: guuman (2009-02-19 23:56:05)

オフライン

 

#10 2009-02-19 23:51:26

kk
メンバ
From: Hyogo
登録日: 2008-03-30

Re: UbuntuServer8.10を入れました

ふと思ったのですが、8.10のサーバに

コード:

#start
deb http://archive.ubuntulinux.jp/ubuntu-ja hardy/
deb http://archive.ubuntulinux.jp/ubuntu-ja hardy-ja/
#stop

は入れてはだめですね(hardyは8.04)。
つまり、guumanが最初にやった方法はNGです。
思い出すのが遅くてすみません

オフライン

 

#11 2009-02-19 23:58:21

guuman
メンバ
登録日: 2009-02-11

Re: UbuntuServer8.10を入れました

ありがとうございます
取りました
取っただけで他に何もしなくても大丈夫でしょうか?

最後の編集者: guuman (2009-02-19 23:58:41)

オフライン

 

#12 2009-02-20 00:01:47

kk
メンバ
From: Hyogo
登録日: 2008-03-30

Re: UbuntuServer8.10を入れました

コード:

#start
deb http://archive.ubuntulinux.jp/ubuntu-ja dapper/
deb http://archive.ubuntulinux.jp/ubuntu-ja dapper-ja/
#stop

も入っていますね。6.06ですので削除になります。
異なるバージョンは混ぜてはいいけませんのでご注意ください。

intrepidのリポジトリだけになったら、
#apt-get update
しておけば良いかと思います。その後は入れたいものを入れてください。

オフライン

 

#13 2009-02-20 00:07:02

guuman
メンバ
登録日: 2009-02-11

Re: UbuntuServer8.10を入れました

ありがとうございました

オフライン

 

#14 2009-02-20 01:23:21

mizuno
管理者
From: Kyoto
登録日: 2007-02-28

Re: UbuntuServer8.10を入れました

8.10の64bit版を使ってたりしませんか?

オフライン

 

#15 2009-02-20 01:25:24

kk
メンバ
From: Hyogo
登録日: 2008-03-30

Re: UbuntuServer8.10を入れました

http://forums.ubuntulinux.jp/viewtopic.php?id=4165

の投稿でi386を選択されているようなので、急な心の変化が無い限り大丈夫かと。。
#あったりして。。

オフライン

 

#16 2009-02-20 06:17:18

guuman
メンバ
登録日: 2009-02-11

Re: UbuntuServer8.10を入れました

ありがとうございます
32ビット版です

/etc/apt/sources.listを取った後
apt-get -y update
apt-get -y remove ubuntu-desktop-ja
として再起動して
apt-get -y install ubuntu-desktop-ja
をするとエラーになったので
apt-get clean
apt-get autoremove
再起動
apt-get -y install ubuntu-desktop-ja
とするとやっとエラーなくいけたようでした
いろいろやったてエラーがでたので本当にubuntu-desktop-jaがインストールされているか
見たいのですが方法はあるでしょうか?
パネル/アプリケーション/追加と削除…
パネル/システム/システム管理/Synapticパッケージマネージャ
で見ようとしても検索でも分かりません
どうすればubuntu-desktop-jaが本当にインストールされているか分かるのでしょうか?
多分表示の多くが日本語になっているので大丈夫だと思いますが
取ったり入れたりしていて途中エラーもあったりしているので
確認する方法を教えてください

最後の編集者: guuman (2009-02-20 06:42:26)

オフライン

 

Board footer

Powered by FluxBB