web-dev-qa-db-ja.com

kubuntu(kde4.7)を使用している場合、11.10にSkypeをインストールするにはどうすればよいですか?

パートナーリポジトリを追加しましたが、aptitude install skypeを発行するとき、提案された解決策は、kde4、plasma、dolphin、および他の数百のパッケージに関するすべてのライブラリを削除することです。それは非常に間違っているようで、32ビットプログラムをインストールするためだけにkde4プラズマデスクトップを削除したくありません。

助けて?

3
lolcats

Skype、apt-get、aptitude

Apt-getの場合:

パッケージデータベースの更新:

:~$ Sudo apt-get update

パッケージアーカイブのクリーニング:

:~$ Sudo apt-get clean

パッケージを探しています:

:~$ apt-cache show skype

=>

Package: skype
Priority: extra
Section: net
Installed-Size: 29200
Maintainer: Brian Thomason <****>
Architecture: i386
Version: 2.2.0.35-0oneiric2
Recommends: sni-qt
...
Filename: pool/partner/s/skype/skype_2.2.0.35-0oneiric2_i386.deb
...

->パートナーリポジトリ/ 1 /、/ 2 /にあります。

Apt-getを使用したシミュレーション:

:~$ Sudo apt-get install -s skype


Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following extra packages will be installed:
  sni-qt
The following NEW packages will be installed:
  skype sni-qt
0 upgraded, 2 newly installed, 0 to remove and 10 not upgraded.
Inst sni-qt (0.2.5-0ubuntu1 Ubuntu:11.10/oneiric [i386])
Inst skype (2.2.0.35-0oneiric2 Partner archive:11.10/oneiric [i386])
Conf sni-qt (0.2.5-0ubuntu1 Ubuntu:11.10/oneiric [i386])
Conf skype (2.2.0.35-0oneiric2 Partner archive:11.10/oneiric [i386])

-> 2つのパッケージをインストールしますが、KDEを削除しないでください。

apt-getヘルプ:

:~$ apt-get  --help

マニュアルページ:

:~$ man apt-get

適性があれば、理由を尋ねることができます。

 why          - Show the manually installed packages that require a package, or
                why one or more packages would require the given package
 why-not      - Show the manually installed packages that lead to a conflict
                with the given package, or why one or more packages would
                lead to a conflict with the given package if installed.

aptitudeヘルプ/ manページ:

:~$ aptitude --help


:~$ man aptitude

たぶん

:~$ aptitude why-not skype

どのパッケージがスカイプと競合しているかを知ることができます。

Oneiric&muon

MuonはGUI/3 /、/ 4 /です。 Kubuntu 11.10/5 /は、muonスイート(Muon Software Center、Muon Package Manager)をデフォルトのパッケージマネージャーGUIとして使用しています。

リンク集

  1. https://help.ubuntu.com/community/Repositories/Kubunt
  2. https://help.ubuntu.com/community/Repositories/Ubunt
  3. http://jontheechidna.wordpress.com/
  4. http://jontheechidna.wordpress.com/2010/07/05/introducing-qapt-and-the-muon-package-manager/
  5. https://wiki.kubuntu.org/OneiricOcelot/Final/Kubunt
3
user26687

実際には、リポジトリを追加する必要はありません。 skypeの最新バージョンにはパッケージマネージャーが付属していますMuon。 Muonを開いて、スカイプを検索するだけです。その2.2.xバージョンに気付くでしょう。パッケージを右クリックして、インストールを選択します。それを適用します。できた.

また、Skypeのインストールにこれらのパッケージをすべて削除する必要はありません(おかしいでしょう)。追加したリポジトリに何か問題がある可能性があります。

情報- http://www.linuxbsdos.com/2011/09/26/muon-package-management-suite/ (Muonに関する追加情報)

1
Luis Alvarado

これらのパッケージの削除は、Skypeをインストールしたときに私に起こったこととまったく同じです。 Plasmaデスクトップエフェクトが壊れました。

その後、plasma-desktopを再インストールし、手動で再びオンにする必要がありました。「起動時にデスクトップ効果を有効にするシステム設定> デスクトップ効果 =。また、グラフィックカードでXRenderが機能しない場合は、デスクトップエフェクト> 詳細> 合成タイプOpenGLを使用してください。

0