web-dev-qa-db-ja.com

gdebiを使用した.debパッケージのインストール

Ubuntu 18.10を実行しているラップトップに.debパッケージをインストールするときに問題が発生しました
私はLinuxを完全に使い始めたばかりなので、説明してください。

最初にFirefox経由でいくつかの.debパッケージをダウンロードし、次に1つをダブルクリックしてUbuntuソフトウェアセンターを開始しました。
「インストール」を押すと、入力したパスワードを入力するように求められました。
最初は[インストール]ボタンに戻るだけですが、多くのターミナルコマンドを試した後、0%のままの進行状況バーが表示されます。

私が言ったように、私はいくつかのグーグルの後で見つけた多くのコマンドを試しました。私もGdebiをインストールしようとしましたが、次のエラーが発生し、グーグルで解決できませんでした。

dirk@Ubuntu-L:~$ Sudo apt-get install gdebi
[Sudo] password for dirk: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
 discord : Depends: libatomic1 but it is not going to be installed
           Depends: libgconf-2-4 but it is not going to be installed
           Depends: libappindicator1 but it is not going to be installed
           Depends: libc++1
 gdebi : Depends: gdebi-core (= 0.9.5.7+nmu2) but it is not going to be installed
         Depends: gnome-icon-theme but it is not going to be installed
         Recommends: libgtk2-Perl but it is not going to be installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).

基本的に私は.debパッケージをインストールするのに助けが必要です。 「通常の」Ubuntuは動作しないようですが、Gdebiを使用するソリューションの一般的な問題であることがわかりました。しかし、Gdebiも私にはうまくいかないようです。
現在、Ubuntuシステム全体を再インストールし、それが機能することを期待しています。または、幸運にも私がまだマルチブートで使用しているWindowsに戻ります。

2
philipsdirk

ターミナルでSudo apt --fix-broken installを実行します。

次に、gdebiをインストールします。

3