お知らせ

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

#1 2012-05-01 20:33:06

ponk
メンバ
登録日: 2010-04-24

Ubuntu10.04にdockyがインストールできない

表題のとおりUbuntu10.04にdockyがインストールできません。

こちらで行ったのは、
1) ソフトウエアセンターからdockyを選択しインストールを試みる
2) Synapticパッケージマネージャでdockyを選択
3) 端末でsudo apt-get install docky
です。

sudo apt-get install dockyの結果は以下のとおりです。

パッケージリストを読み込んでいます... 完了
依存関係ツリーを作成しています               
状態情報を読み取っています... 完了
インストールすることができないパッケージがありました。おそらく、あり得
ない状況を要求したか、(不安定版ディストリビューションを使用しているの
であれば) 必要なパッケージがまだ作成されていなかったり Incoming から移
動されていないことが考えられます。
以下の情報がこの問題を解決するために役立つかもしれません:

以下のパッケージには満たせない依存関係があります:
  docky: 依存: libnotify0.4-cil (>= 0.4.0~r2998) しかし、インストールすることができません
E: 壊れたパッケージ

となりますが、どのようにすればdockyを導入できるのでしょうか?

オフライン

 

#2 2012-05-02 06:23:12

Templer
メンバ
登録日: 2009-07-08

Re: Ubuntu10.04にdockyがインストールできない

下記コマンドの結果内容を投稿してみてください。

コード:

lsb_release -a
apt-cache policy docky
apt-cache policy libnotify0.4-cil

オフライン

 

#3 2012-05-02 16:24:44

ponk
メンバ
登録日: 2010-04-24

Re: Ubuntu10.04にdockyがインストールできない

Templerさん、投稿ありがとうございます。
それぞれの結果は下記のとおりです。

ubuntu@ubuntu:~$ lsb_release -a
No LSB modules are available.
Distributor ID:    Ubuntu
Description:    Ubuntu 10.04.4 LTS
Release:    10.04
Codename:    lucid

ubuntu@ubuntu:~$ apt-cache policy docky
docky:
  インストールされているバージョン: (なし)
  候補: 2.0.6-0ubuntu1
  バージョンテーブル:
     2.0.6-0ubuntu1 0
        500 http://jp.archive.ubuntu.com/ubuntu/ lucid-updates/universe Packages

ubuntu@ubuntu:~$ apt-cache policy libnotify0.4-cil
libnotify0.4-cil:
  インストールされているバージョン: (なし)
  候補: (なし)
  バージョンテーブル:

お知恵を貸していただけると幸いです。

オフライン

 

#4 2012-05-02 17:44:10

Templer
メンバ
登録日: 2009-07-08

Re: Ubuntu10.04にdockyがインストールできない

あれ? メインとなるリポジトリが無効になっているような気がします。
下記コマンドを実行した内容を投稿してみてください。

コード:

cat /etc/apt/sources.list

オフライン

 

#5 2012-05-02 17:56:49

ponk
メンバ
登録日: 2010-04-24

Re: Ubuntu10.04にdockyがインストールできない

Templerさん、再度投稿いただき、ありがとうございます。
結果は以下のとおりです。

ubuntu@ubuntu:~$ cat /etc/apt/sources.list
# deb cdrom:[Ubuntu 10.04.1 LTS _Lucid Lynx_ - Release i386 (20100816.1)]/ lucid 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/ lucid main restricted
deb-src http://jp.archive.ubuntu.com/ubuntu/ lucid main restricted

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

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

リポジトリとは何でしょうか?
低レベルな質問で申し訳ありません。

オフライン

 

#6 2012-05-02 18:30:59

array
メンバ
登録日: 2007-03-13

Re: Ubuntu10.04にdockyがインストールできない

リポジトリは合っているようなので、とりあえず

sudo apt-get install libnotify0.4-cil

をやったあと、conkeyをインストールしてみるとどうでしょう?

リポジトリというのはサーバー上にあるUbuntuのプログラムを保存している場所だと思っていただければ大丈夫かと思います。
それぞれのバージョンごとにリポジトリが違ってきます。
リポジトリが設定してあるのが#4でTemplerさんが指示しているところにあるファイルです。
今は10.04LTS(Lucid)を使用しているので ~ lucid になっているのを使えていればまず大丈夫です。

オフライン

 

#7 2012-05-02 18:38:45

ponk
メンバ
登録日: 2010-04-24

Re: Ubuntu10.04にdockyがインストールできない

arryさん、ありがとうございます。
早速libnotify0.4-cilをインストールすべく下記コードを実行しましたが、
以下の様なメッセージが現れます。

ubuntu@ubuntu:~$ sudo apt-get install libnotify0.4-cil
[sudo] password for ubuntu:
パッケージリストを読み込んでいます... 完了
依存関係ツリーを作成しています               
状態情報を読み取っています... 完了
パッケージ libnotify0.4-cil はデータベースには存在しますが、利用できません。
おそらく、そのパッケージが見つからないか、もう古くなっているか、
あるいは別のソースからのみしか利用できないという状況が考えられます
E: パッケージ libnotify0.4-cil にはインストール候補がありません

その他のアイデアがございましたらご教授ください。

オフライン

 

#8 2012-05-02 18:44:53

ponk
メンバ
登録日: 2010-04-24

Re: Ubuntu10.04にdockyがインストールできない

arrayさん、名前を間違えてしまい申し訳ありません。

Synapticパッケージマネージャでdockyを選択しインストールを試みると最終的に、

いくつかのパッケージをインストールまたはアップグレードに指定できませんでした。
以下のパッケージに未解決の依存関係が存在します。必要なすべてのリポジトリが有効に設定されているか確認してください。

docky:
依存: libnotify0.4-cil (>=0.4.0~r2998) but it is not installable

となります。
libnotify0.4-cilが必要な事は分かったのですが、解決方法が分かりません。

オフライン

 

#9 2012-05-02 21:34:21

Templer
メンバ
登録日: 2009-07-08

Re: Ubuntu10.04にdockyがインストールできない

リポジトリの問題ではないとすると、パッケージ情報のファイルが消滅しているとかになりますかね。
次のコマンドを実行してみてください。パッケージ情報が更新されるかエラーが表示されるのではないかと思いますので、全内容を投稿してみてください。

コード:

sudo apt-get update

オフライン

 

#10 2012-05-07 12:00:15

ponk
メンバ
登録日: 2010-04-24

Re: Ubuntu10.04にdockyがインストールできない

Templerさん、投稿が遅くなってしまいましたが、
sudo apt-get update
の結果です。

ubuntu@ubuntu:~/Downloads$ sudo apt-get update
[sudo] password for ubuntu:
取得:1 http://dl.google.com stable Release.gpg [198B]
取得:2 http://security.ubuntu.com lucid-security Release.gpg [198B]           
無視 http://security.ubuntu.com/ubuntu/ lucid-security/main Translation-ja     
無視 http://security.ubuntu.com/ubuntu/ lucid-security/restricted Translation-ja
無視 http://security.ubuntu.com/ubuntu/ lucid-security/universe Translation-ja
無視 http://security.ubuntu.com/ubuntu/ lucid-security/multiverse Translation-ja
取得:3 http://security.ubuntu.com lucid-security Release [57.3kB]             
取得:4 http://security.ubuntu.com lucid-security/main Packages [412kB]         
無視 http://dl.google.com/linux/chrome/deb/ stable/main Translation-ja         
取得:5 http://dl.google.com stable Release [1,347B]                           
取得:6 http://dl.google.com stable/main Packages [1,241B]                     
取得:7 http://security.ubuntu.com lucid-security/restricted Packages [2,855B] 
取得:8 http://security.ubuntu.com lucid-security/main Sources [122kB]         
取得:9 http://security.ubuntu.com lucid-security/restricted Sources [1,259B]   
取得:10 http://security.ubuntu.com lucid-security/universe Packages [127kB]   
取得:11 http://security.ubuntu.com lucid-security/universe Sources [38.9kB]   
取得:12 http://security.ubuntu.com lucid-security/multiverse Packages [5,368B]
取得:13 http://security.ubuntu.com lucid-security/multiverse Sources [2,323B] 
ヒット http://archive.ubuntulinux.jp lucid Release.gpg                         
無視 http://archive.ubuntulinux.jp/ubuntu/ lucid/main Translation-ja           
ヒット http://archive.ubuntulinux.jp lucid-non-free/ Release.gpg               
無視 http://archive.ubuntulinux.jp/ubuntu-ja/ lucid-non-free/ Translation-ja   
ヒット http://jp.archive.ubuntu.com lucid Release.gpg                         
ヒット http://jp.archive.ubuntu.com/ubuntu/ lucid/main Translation-ja         
無視 http://jp.archive.ubuntu.com/ubuntu/ lucid/restricted Translation-ja     
ヒット http://archive.ubuntulinux.jp lucid Release                             
ヒット http://archive.ubuntulinux.jp lucid-non-free/ Release                   
ヒット http://archive.ubuntulinux.jp lucid/main Packages                       
取得:14 http://jp.archive.ubuntu.com/ubuntu/ lucid/universe Translation-ja [909kB]
ヒット http://jp.archive.ubuntu.com/ubuntu/ lucid/multiverse Translation-ja   
ヒット http://jp.archive.ubuntu.com lucid-updates Release.gpg                 
無視 http://jp.archive.ubuntu.com/ubuntu/ lucid-updates/main Translation-ja   
無視 http://jp.archive.ubuntu.com/ubuntu/ lucid-updates/restricted Translation-ja
無視 http://jp.archive.ubuntu.com/ubuntu/ lucid-updates/universe Translation-ja
無視 http://jp.archive.ubuntu.com/ubuntu/ lucid-updates/multiverse Translation-ja
ヒット http://archive.ubuntulinux.jp lucid-non-free/ Packages                 
ヒット http://archive.ubuntulinux.jp lucid-non-free/ Sources                   
ヒット http://jp.archive.ubuntu.com lucid Release                             
ヒット http://jp.archive.ubuntu.com lucid-updates Release                     
ヒット http://jp.archive.ubuntu.com lucid/main Packages                       
ヒット http://jp.archive.ubuntu.com lucid/restricted Packages                 
ヒット http://ppa.launchpad.net lucid Release.gpg                             
無視 http://ppa.launchpad.net/bisigi/ppa/ubuntu/ lucid/main Translation-ja     
ヒット http://ppa.launchpad.net lucid Release.gpg                             
99% [14 Translation-ja bzip2 897kB] [ヘッダの待機中です]                       
bzip2: Data integrity error when decompressing.
    Input file = (stdin), output file = (stdout)

It is possible that the compressed file(s) have become corrupted.
You can use the -tvv option to test integrity of such files.

You can use the `bzip2recover' program to attempt to recover
data from undamaged sections of corrupted files.

無視 http://jp.archive.ubuntu.com/ubuntu/ lucid/universe Translation-ja
ヒット http://ppa.launchpad.net lucid Release                                 
ヒット http://ppa.launchpad.net lucid Release                                 
ヒット http://ppa.launchpad.net lucid/main Packages                           
ヒット http://ppa.launchpad.net lucid/main Sources                             
取得:15 http://jp.archive.ubuntu.com lucid/main Sources [659kB]               
ヒット http://jp.archive.ubuntu.com lucid/restricted Sources                   
取得:16 http://jp.archive.ubuntu.com lucid/universe Packages [5,448kB]         
取得:17 http://jp.archive.ubuntu.com lucid/universe Sources [3,165kB]         
取得:18 http://jp.archive.ubuntu.com lucid/multiverse Packages [180kB]         
ヒット http://jp.archive.ubuntu.com lucid/multiverse Sources                   
ヒット http://jp.archive.ubuntu.com lucid-updates/main Packages               
ヒット http://jp.archive.ubuntu.com lucid-updates/restricted Packages         
ヒット http://jp.archive.ubuntu.com lucid-updates/main Sources                 
ヒット http://jp.archive.ubuntu.com lucid-updates/restricted Sources           
ヒット http://jp.archive.ubuntu.com lucid-updates/universe Packages           
ヒット http://jp.archive.ubuntu.com lucid-updates/universe Sources             
ヒット http://jp.archive.ubuntu.com lucid-updates/multiverse Packages         
ヒット http://jp.archive.ubuntu.com lucid-updates/multiverse Sources           
10.2MB を 42秒 で取得しました (243kB/s)                                       
パッケージリストを読み込んでいます... 完了

以上のような内容が出力されます。

オフライン

 

#11 2012-05-07 18:34:55

ponk
メンバ
登録日: 2010-04-24

Re: Ubuntu10.04にdockyがインストールできない

なぜか分かりませんが、ソフトウエアセンターよりdockyのインストールができました。
phpMyAdminをインストールした後の作業でした。

みなさま、助言していただきありがとうございました。

オフライン

 

#12 2012-05-07 18:42:59

Templer
メンバ
登録日: 2009-07-08

Re: Ubuntu10.04にdockyがインストールできない

取得:16 http://jp.archive.ubuntu.com lucid/universe Packages [5,448kB]

パッケージ情報が更新されたようですのでdockyのインストール自体は通るようになっているのではないかと思うのですがどうでしょうか。

ただ、

99% [14 Translation-ja bzip2 897kB] [ヘッダの待機中です]                       
bzip2: Data integrity error when decompressing.
    Input file = (stdin), output file = (stdout)

It is possible that the compressed file(s) have become corrupted.
You can use the -tvv option to test integrity of such files.

You can use the `bzip2recover' program to attempt to recover
data from undamaged sections of corrupted files.

上記のエラー内容から、

取得:14 http://jp.archive.ubuntu.com/ubuntu/ lucid/universe Translation-ja [909kB]

こちらからダウンロードしたファイルの展開に失敗しているようです。
こちらの問題のほうは、エラーを消す(解消する)ことよりも、そのように至った直接の原因を探ったほうが良さそうに思いますので、dockyのインストールが通るようでしたら、別トピックで解決を図ってみてください(解決しましたら、こちらのトピックにリンクを貼っていただけると嬉しいです)。


いずれにしても、上記のエラー内容は少しばかり嫌な感じに見えますので、そのディスクに保管している大切なデータなどは今のうちにバックアップしておいてください。

オフライン

 

#13 2012-05-08 18:41:05

ponk
メンバ
登録日: 2010-04-24

Re: Ubuntu10.04にdockyがインストールできない

Templerさん度々ご助言いただきありがとうございます。

再度sudo apt-get updateしたところエラーは現れなくなりました。
結果は以下のとおりです。

コード:

ubuntu@ubuntu:~$ sudo apt-get update
[sudo] password for ubuntu: 
取得:1 http://dl.google.com stable Release.gpg [198B]
無視 http://dl.google.com/linux/chrome/deb/ stable/main Translation-ja         
取得:2 http://dl.google.com stable Release [1,347B]                            
取得:3 http://dl.google.com stable/main Packages [1,241B]                      
ヒット http://archive.ubuntulinux.jp lucid Release.gpg                         
ヒット http://security.ubuntu.com lucid-security Release.gpg                   
無視 http://archive.ubuntulinux.jp/ubuntu/ lucid/main Translation-ja           
ヒット http://archive.ubuntulinux.jp lucid-non-free/ Release.gpg               
無視 http://archive.ubuntulinux.jp/ubuntu-ja/ lucid-non-free/ Translation-ja   
ヒット http://archive.ubuntulinux.jp lucid Release                             
ヒット http://archive.ubuntulinux.jp lucid-non-free/ Release                   
ヒット http://archive.ubuntulinux.jp lucid/main Packages                       
ヒット http://archive.ubuntulinux.jp lucid-non-free/ Packages                  
ヒット http://archive.ubuntulinux.jp lucid-non-free/ Sources                   
ヒット http://jp.archive.ubuntu.com lucid Release.gpg                          
ヒット http://jp.archive.ubuntu.com/ubuntu/ lucid/main Translation-ja          
無視 http://jp.archive.ubuntu.com/ubuntu/ lucid/restricted Translation-ja      
ヒット http://jp.archive.ubuntu.com/ubuntu/ lucid/universe Translation-ja      
ヒット http://jp.archive.ubuntu.com/ubuntu/ lucid/multiverse Translation-ja    
ヒット http://jp.archive.ubuntu.com lucid-updates Release.gpg                  
無視 http://jp.archive.ubuntu.com/ubuntu/ lucid-updates/main Translation-ja    
無視 http://jp.archive.ubuntu.com/ubuntu/ lucid-updates/restricted Translation-ja
無視 http://jp.archive.ubuntu.com/ubuntu/ lucid-updates/universe Translation-ja
無視 http://jp.archive.ubuntu.com/ubuntu/ lucid-updates/multiverse Translation-ja
ヒット http://jp.archive.ubuntu.com lucid Release                              
ヒット http://jp.archive.ubuntu.com lucid-updates Release                      
ヒット http://jp.archive.ubuntu.com lucid/main Packages                        
ヒット http://jp.archive.ubuntu.com lucid/restricted Packages                  
ヒット http://ppa.launchpad.net lucid Release.gpg                              
無視 http://ppa.launchpad.net/bisigi/ppa/ubuntu/ lucid/main Translation-ja     
ヒット http://ppa.launchpad.net lucid Release.gpg                              
ヒット http://ppa.launchpad.net lucid Release                                  
ヒット http://ppa.launchpad.net lucid Release                                  
ヒット http://ppa.launchpad.net lucid/main Packages                            
ヒット http://ppa.launchpad.net lucid/main Sources                             
取得:4 http://jp.archive.ubuntu.com lucid/main Sources [659kB] 
ヒット http://jp.archive.ubuntu.com lucid/restricted Sources                   
取得:5 http://jp.archive.ubuntu.com lucid/universe Packages [5,448kB]          
無視 http://security.ubuntu.com/ubuntu/ lucid-security/main Translation-ja     
無視 http://security.ubuntu.com/ubuntu/ lucid-security/restricted Translation-ja
無視 http://security.ubuntu.com/ubuntu/ lucid-security/universe Translation-ja
無視 http://security.ubuntu.com/ubuntu/ lucid-security/multiverse Translation-ja
取得:6 http://jp.archive.ubuntu.com lucid/universe Sources [3,165kB]           
取得:7 http://security.ubuntu.com lucid-security Release [57.3kB]              
取得:8 http://security.ubuntu.com lucid-security/main Packages [412kB]         
取得:9 http://jp.archive.ubuntu.com lucid/multiverse Packages [180kB]          
取得:10 http://security.ubuntu.com lucid-security/restricted Packages [2,855B] 
ヒット http://jp.archive.ubuntu.com lucid/multiverse Sources                   
ヒット http://jp.archive.ubuntu.com lucid-updates/main Packages                
ヒット http://jp.archive.ubuntu.com lucid-updates/restricted Packages          
ヒット http://jp.archive.ubuntu.com lucid-updates/main Sources                 
ヒット http://jp.archive.ubuntu.com lucid-updates/restricted Sources           
ヒット http://jp.archive.ubuntu.com lucid-updates/universe Packages            
ヒット http://jp.archive.ubuntu.com lucid-updates/universe Sources             
ヒット http://jp.archive.ubuntu.com lucid-updates/multiverse Packages          
ヒット http://jp.archive.ubuntu.com lucid-updates/multiverse Sources           
取得:11 http://security.ubuntu.com lucid-security/main Sources [122kB]         
取得:12 http://security.ubuntu.com lucid-security/restricted Sources [1,259B]  
取得:13 http://security.ubuntu.com lucid-security/universe Packages [129kB]    
取得:14 http://security.ubuntu.com lucid-security/universe Sources [39.3kB]    
取得:15 http://security.ubuntu.com lucid-security/multiverse Packages [5,368B] 
取得:16 http://security.ubuntu.com lucid-security/multiverse Sources [2,323B]  
10.2MB を 51秒 で取得しました (198kB/s)                                        
パッケージリストを読み込んでいます... 完了

といった内容でした。
再度同様のエラーが現れましたら新たなトピックにて解決を図り、こちらのトピックにリンクを貼ります。


今回このような症状が現れた環境は、
新規HDDにUbuntu10.04をクリーンインストールしたばかりという状況です。
・taskselでLAMP環境とsambaを導入
・bisigi project のテーマをインストール
といった作業は行いましたが
インストール直後からダウンロードや展開の失敗などのような不具合が出現していました。

このトピックを見た方の参考になれば幸いです。

オフライン

 

Board footer

Powered by FluxBB