GNU/Linux >> Linux の 問題 >  >> Ubuntu

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

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

ヘルプ?

承認された回答:

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 help:

:~$ 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のヘルプ/マニュアルページ:

:~$ aptitude --help


:~$ man aptitude

多分

:~$ aptitude why-not skype

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

オネリックとミューオン

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

リンク

  1. https://help.ubuntu.com/community/Repositories/Kubuntu
  2. https://help.ubuntu.com/community/Repositories/Ubuntu
  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/Kubuntu

Ubuntu
  1. Ubuntu20.04にWebminをインストールする方法

  2. Ubuntu22.04にSkypeをインストールする方法

  3. シロアリをインストールする方法は?

  1. Ubuntu18.04にSkypeをインストールする方法

  2. Ubuntu20.04にYarnをインストールする方法

  3. Ubuntu20.04にSkypeをインストールする方法

  1. Ubuntu18.04にMavenをインストールする方法

  2. Ubuntu20.04にGitLabをインストールする方法

  3. Ubuntu 18.04 / Ubuntu 17.10 /Ubuntu16.04にSkypeをインストールする方法