そのため、プライベート リポジトリで作成した Debian パッケージがあり、特定のバージョンをインストールしたいと考えています。
パッケージには共通の lib 依存関係があり、そのパッケージの一致するバージョンをインストールしたいと考えています。apt-get
パッケージが依存しているバージョンではなく、依存関係の最新バージョンをインストールすることを主張しています。
ここでコマンドの出力を確認できます。
cmcc@cmcc-VirtualBox:~/Desktop/repo$ sudo apt-get install my_program=57.0.93
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
my_program : Depends: my_program-common (= 57.0.93) but 57.3.102 is to be installed
E: Unable to correct problems, you have held broken packages.