Till:
$ sudo dpkg -P --force-depends libcups2
dpkg: libcups2:amd64: dependency problems, but removing anyway as you requested:
openjdk-8-jre-headless:amd64 depends on libcups2.
libsane-hpaio:amd64 depends on libcups2 (>= 1.6.0).
libcupscgi1:amd64 depends on libcups2 (= 2.1.3-4ubuntu0.2).
print
I just ran into this with version 1.8.0-1 on Ubuntu 15.10. It appears to
be caused by having CDPATH set ... which in turn will cause the 'cd'
command to print the name of the directory it is changing to if it uses
it (i.e. if the directory name is not absolute, or does not start with
./)
Unsetting