Skip to content

Instantly share code, notes, and snippets.

@samuell
Last active October 7, 2016 04:16
Show Gist options
  • Save samuell/c8726d90521f112eae8e to your computer and use it in GitHub Desktop.
Save samuell/c8726d90521f112eae8e to your computer and use it in GitHub Desktop.
[xubuntu ~/install/irods]$ l
irods-database-plugin-postgres-1.3.deb
irods-icat-4.0.3-64bit.deb
[xubuntu ~/install/irods]$ sudo dpkg -i *.deb
[sudo] password for xubuntu:
Selecting previously unselected package irods-database-plugin-postgres.
(Reading database ... 179210 files and directories currently installed.)
Preparing to unpack irods-database-plugin-postgres-1.3.deb ...
Unpacking irods-database-plugin-postgres (1.3) ...
Selecting previously unselected package irods-icat.
Preparing to unpack irods-icat-4.0.3-64bit.deb ...
Unpacking irods-icat (4.0.3) ...
dpkg: dependency problems prevent configuration of irods-database-plugin-postgres:
irods-database-plugin-postgres depends on odbc-postgresql; however:
Package odbc-postgresql is not installed.
irods-database-plugin-postgres depends on postgresql-client; however:
Package postgresql-client is not installed.
irods-database-plugin-postgres depends on super; however:
Package super is not installed.
dpkg: error processing package irods-database-plugin-postgres (--install):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of irods-icat:
irods-icat depends on libssl0.9.8; however:
Package libssl0.9.8 is not installed.
dpkg: error processing package irods-icat (--install):
dependency problems - leaving unconfigured
Processing triggers for ureadahead (0.100.0-16) ...
Processing triggers for man-db (2.6.7.1-1) ...
Errors were encountered while processing:
irods-database-plugin-postgres
irods-icat
[xubuntu ~/install/irods]$
[xubuntu ~/install/irods]$ aptg odbc-postgresql
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies.
irods-database-plugin-postgres : Depends: postgresql-client
Depends: super but it is not going to be installed
irods-icat : Depends: libssl0.9.8 but it is not going to be installed
odbc-postgresql : Depends: libpq5 (>= 9.0~) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
[xubuntu ~/install/irods]$ sudo apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following extra packages will be installed:
libpq5 libssl0.9.8 odbc-postgresql postgresql-client postgresql-client-9.3
postgresql-client-common super
Suggested packages:
unixodbc-bin postgresql-9.3 postgresql-doc-9.3
The following NEW packages will be installed
libpq5 libssl0.9.8 odbc-postgresql postgresql-client postgresql-client-9.3
postgresql-client-common super
0 to upgrade, 7 to newly install, 0 to remove and 4 not to upgrade.
2 not fully installed or removed.
Need to get 2,208 kB of archives.
After this operation, 7,726 kB of additional disk space will be used.
Do you want to continue? [Y/n] Y