With either one of the following commands, I expect python-omniorb-omg
to be installed, which didn't get so however. The package is a recommended
package according to python-omniorb description in Raring.
$ sudo apt-get install --reinstall python-omniorb
$ sudo apt-get install --reinstall --install-recommends python-omniorb
I purged python-omniorb
and ran the simplest command like below, then the recommended package got installed.
Although
$ sudo apt-get install python-omniorb
Am I missing something wrong here with --reinstall
option?
(I'm not sure how python-omniorb
got previously installed while one of its recommended packages wasn't installed).