
aptitude を使用してターミナルから VirtualBox 5.2 をダウンロードしました。コマンドは次のとおりです。
sudo aptitude install virtualbox-5.2
今、パッケージを開きたいのですが、(私の知る限り) 既知のコマンドがありません。誰か助けてくれませんか?
答え1
パッケージに含まれるファイルだけを知りたい場合は、
dpkg-deb --contents /path/to/your.deb
ファイルを抽出したい場合は
dpkg-deb --extract /path/to/your.deb /path/to/folder/you want them.