が、aptでは見つからないパッケージや、拡張子.debでローカルに保存してあるdebパッケージを入れることはできない
かと言って、dpkgコマンドでは依存関係は関係なくインストールされるから、分かるひとでもない限り、なるべく使いたくない
gdebiコマンドを使うと、依存関係も解決しながらインストール出来るのだ
使い方は
sudo gdebi (debパッケージ名)
でOK
アプリメニューに、gdebiパッケージインストーラ、というのがあれば、gdebiコマンドは使える
無ければapt-getでgdebiをインストールして使ってください
下はヘルプにあるオプション
$ gdebi --help
Usage: gdebi [options] filename
For a graphical version run gdebi-gtk
Options:
--version show program's version number and exit
-h, --help show this help message and exit
-n, --non-interactive
Run non-interactive (dangerous!)
-o APT_OPTS, --option=APT_OPTS
Set an APT configuration option
-q, --quiet Do not show progress information
--apt-line Simulate only and print a apt-get install compatible
line to stderr
--root=ROOTDIR Use alternative root dir
