お知らせ

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

#1 2007-03-27 20:55:34

sacra
新しいメンバ
登録日: 2007-03-27

Realplayerについて

すいません似たようなトピックがいくつもあるのですが調べてもわからなかったので質問させていただきます。
ホームフォルダに勝手に新規フォルダ(名前:bin)を作る

binの中にRealPlayer10GOLD.binを入れる

chmod a+x RealPlayer10GOLD.bin
./RealPlayer10GOLD.bin

最後に
Copying RealPlayer files...configuring mozilla...
Configuring realplay script...

RealPlayer installation is complete.
Cleaning up installation files...
Done.
たぶんいろいろいじってたので既に完了してのかも

sudo apt-get install realplayer

パッケージリストを読み込んでいます... 完了
依存関係ツリーを作成しています               
Reading state information... 完了           
The following packages were automatically installed and are no longer required:
  libwxgtk2.6-0 libsvga1 libpostproc0d libglide2 libdvbpsi4 libxosd2 libvlc0
  vlc-nox libwxbase2.6-0 libiso9660-4 libtar libvcdinfo0 libid3-3.8.3c2a
  libsdl-image1.2
Use 'apt-get autoremove' to remove them.
以下のパッケージが新たにインストールされます:
  realplayer
アップグレード: 0 個、新規インストール: 1 個、削除: 0 個、保留: 0 個。
17.8kB 中 0B のアーカイブを取得する必要があります。
展開後に追加で 143kB のディスク容量が消費されます。
警告: 以下のパッケージは認証されていません!
  realplayer
検証なしにこれらのパッケージをインストールしますか [y/N]? y
パッケージを事前設定しています ...
未選択パッケージ realplayer を選択しています。
(データベースを読み込んでいます ... 現在 118434 個のファイルとディレクトリがインストールされています。)
(.../realplayer_1%3a10.0.8.805-20060718-0ubuntu0ja2_i386.deb から) realplayer を展開しています...
dpkg: /var/cache/apt/archives/realplayer_1%3a10.0.8.805-20060718-0ubuntu0ja2_i386.deb の処理中にエラーが発生しました (--unpack):
`/usr/share/application/realplay.desktop' を上書きしようとしています。これはパッケージ realplay にも含まれています
以下のパッケージの処理中にエラーが発生しました:
/var/cache/apt/archives/realplayer_1%3a10.0.8.805-20060718-0ubuntu0ja2_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

となり先に進みません。
どうしたらいいのでしょうか?


あと関係あるのかわからないんですけど
sudo apt-get install realplay
としたら

パッケージリストを読み込んでいます... 完了
依存関係ツリーを作成しています               
Reading state information... 完了           
The following packages were automatically installed and are no longer required:
  libwxgtk2.6-0 libsvga1 libpostproc0d libglide2 libdvbpsi4 libxosd2 libvlc0
  vlc-nox libwxbase2.6-0 libiso9660-4 libtar libvcdinfo0 libid3-3.8.3c2a
  libsdl-image1.2
Use 'apt-get autoremove' to remove them.
以下のパッケージが新たにインストールされます:
  realplay
アップグレード: 0 個、新規インストール: 1 個、削除: 0 個、保留: 0 個。
6251kB 中 0B のアーカイブを取得する必要があります。
展開後に追加で 15.8MB のディスク容量が消費されます。
警告: 以下のパッケージは認証されていません!
  realplay
検証なしにこれらのパッケージをインストールしますか [y/N]? y
(データベースを読み込んでいます ... 現在 118231 個のファイルとディレクトリがインストールされています。)
(.../realplay_10.0.8-0ubuntu3_i386.deb から) realplay を展開しています...
realplay (10.0.8-0ubuntu3) を設定しています ...

となりました。

オフライン

 

#2 2007-03-28 01:08:49

gmax
メンバ
From: 兵庫県
登録日: 2006-10-24

Re: Realplayerについて

同じ目的のパッケージが複数入っている(あるいは入れようとしている)状態に思えます。

1. /etc/apt/sources.list の内容を教えてください(ちょっと長いですが)
2. dpkg --list | grep realplayの結果を教えてください
3.  apt-cache policy realplay と apt-cache policy realplayer をそれぞれ実行した結果を教えてください

ちなみに、2,3は私の環境ではこうなります。

# dpkg --list | grep realplay
ii  realplayer                                 10.0.8.805-20060718-0ubuntu0ja2      Real Player (installer)

# apt-cache policy realplayer
realplayer:
  インストールされているバージョン: 1:10.0.8.805-20060718-0ubuntu0ja2
  候補: 1:10.0.8.805-20060718-0ubuntu0ja2
  バージョンテーブル:
*** 1:10.0.8.805-20060718-0ubuntu0ja2 0
        500 http://archive.ubuntulinux.jp edgy/ Packages
        100 /var/lib/dpkg/status

# realplayは要らないような気が。

オフライン

 

#3 2007-03-28 01:47:03

anoir
モデレータ
From: Berkeley, CA
登録日: 2007-01-13

Re: Realplayerについて

同じくRealplayerの必要性には疑問もありますが、realplayerはmultiverseにあるものでrealplayはPLFにあるものだと思います。後者の方が新しいはずです。なんか一時PLFが落ちていた気もしますが。

オフライン

 

#4 2007-03-28 01:47:49

sacra
新しいメンバ
登録日: 2007-03-27

Re: Realplayerについて

(1)/etc/apt/sources.list

deb http://jp.archive.ubuntu.com/ubuntu/ edgy main restricted universe multiverse
deb-src http://jp.archive.ubuntu.com/ubuntu/ edgy main restricted universe multiverse

## Major bug fix updates produced after the final release of the
## distribution.
deb http://jp.archive.ubuntu.com/ubuntu/ edgy-updates main restricted universe multiverse
deb-src http://jp.archive.ubuntu.com/ubuntu/ edgy-updates main restricted universe multiverse

## Uncomment the following two lines to add software from the 'universe'
## repository.
## 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
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
# deb http://jp.archive.ubuntu.com/ubuntu/ edgy universe
# deb-src http://jp.archive.ubuntu.com/ubuntu/ edgy universe

## 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/ edgy-backports main restricted universe multiverse
# deb-src http://jp.archive.ubuntu.com/ubuntu/ edgy-backports main restricted universe multiverse

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


deb http://archive.ubuntulinux.jp/ubuntu-ja edgy/
deb http://archive.ubuntu.com/ubuntu/ edgy-proposed restricted main multiverse universe
deb-src http://archive.ubuntu.com/ubuntu/ edgy-proposed restricted main multiverse universe
deb http://archive.ubuntulinux.jp/ubuntu-ja edgy-ja/
## Automatix repo
deb http://www.getautomatix.com/apt edgy main

#AUTOMATIX REPOS START

deb http://archive.canonical.com/ubuntu edgy-commercial main

deb http://archive.ubuntu.com/ubuntu edgy-backports main restricted universe multiverse

deb http://archive.ubuntu.com/ubuntu edgy-security main restricted universe multiverse
#AUTOMATIX REPOS END



(2)
dpkg --list | grep realplay
ii  realplay                                   10.0.8-0ubuntu3                      RealPlayer 10 for Linux is based on the open source He


(3)
1:
apt-cache policy realplay
realplay:
  インストールされているバージョン: 10.0.8-0ubuntu3
  候補: 10.0.8-0ubuntu3
  バージョンテーブル:
*** 10.0.8-0ubuntu3 0
        500 http://archive.canonical.com edgy-commercial/main Packages
        100 /var/lib/dpkg/status



2:
apt-cache policy realplayer
realplayer:
  インストールされているバージョン: (なし)
  候補: 1:10.0.8.805-20060718-0ubuntu0ja2
  バージョンテーブル:
     1:10.0.8.805-20060718-0ubuntu0ja2 0
        500 http://archive.ubuntulinux.jp edgy/ Packages



となりました。同じ目的のパッケージですか。
Automaticsや直接インストールして./realplayを実行したりいろいろわからずしてたのでそうなったのでしょうか。。。

オフライン

 

#5 2007-03-28 02:05:23

gmax
メンバ
From: 兵庫県
登録日: 2006-10-24

Re: Realplayerについて

なるほど。edgy-commercialとedgyで干渉していたといいうことですね。

バイナリでいれたものもあって、このままだとfirefoxでうまく動いていなかったりそういう現象が出ているのではないでしょうか。
それが理由で別の配布形態の物をいれたのかも?

anoirさん御指摘のPLFの配布物はw32codecsあたりを取り込むときに私も設定していたことはあるのですが、落ちていることもあって今は外しています。

しかしどちらがベターかはちょっと判断できないかも。"ja"の文字だけで考えるとrealplayの方を落とした方がいいのかもしれませんが、realplayで不都合出ていないなら、realplayerは入れなくてもいいのではないでしょうか。ただ、Realから取り込んだバイナリも含めてどういう順番でインストールしたか次第というところはあります。

real配布のバイナリの削除はこれでやるみたいです。英文ですが参考までに。

https://player.helixcommunity.org/2005/downloads/uninst.sh
https://player.helixcommunity.org/2005/help/playerfaq.html#mozTocId185549

オフライン

 

#6 2007-03-30 21:11:14

sacra
新しいメンバ
登録日: 2007-03-27

Re: Realplayerについて

削除したのですが一から初めても無理でした。
.rmファイルはMplayerでも再生できるのですか?

最後の編集者: sacra (2007-03-31 00:51:11)

オフライン

 

#7 2007-03-31 09:00:09

gmax
メンバ
From: 兵庫県
登録日: 2006-10-24

Re: Realplayerについて

>削除したのですが一から初めても無理でした。

手順はどうですか。
realplayがパッケージで入っていて、バイナリでそれ以前に入っていたということですので、インストールされているファイルに一部重複がありえます。なので

- インストールされているrealplayを一旦削除
- バイナリを削除
- realplayを入れ直す

という手順でやるが吉かと。手順に間違いは無いでしょうか。

オフライン

 

#8 2007-03-31 09:02:30

marin
メンバ
登録日: 2007-02-13

Re: Realplayerについて

sacraさん

 私も仮想マシンのゲストOSとして使用しているUbuntu6.10でsacraさんと
同じような現象にあいました。apt-getやAutomatixでインストールを試しましたが
エラー、警告が出て使用できませんでした。

 しかたないので、RealPlayer10GOLD.binからインストールして、展開されたフォルダーの

  /usr/lib/RealPlayer/realplay

をエディターで開いて、次の一行を#!/bin/shのすぐ下に追加し、保存しました。

  GTK_IM_MODULE=xim;export GTK_IM_MODULE

 参考になるかどうかはわかりませんが、お試しください。

オフライン

 

Board footer

Powered by FluxBB