I'm trying to install CAC card reader support per the directions at https://help.ubuntu.com/community/CommonAccessCard,
but when I try and install libpcsclite1 through terminal or Adept Installer, I get an installation error.
Even tried apt-get -f install with no luck. I get the following:
Unpacking libpcsclite1 (from .../libpcsclite1_1.4.99-1ubuntu1_i386.deb) ...
dpkg: error processing /var/cache/apt/archives/libpcsclite1_1.4.99-1ubuntu1_i386.deb (--unpack):
trying to overwrite `/usr/lib/libpcsclite.so.1.0.0', which is also in package pcsc-lite
Errors were encountered while processing:
/var/cache/apt/archives/libpcsclite1_1.4.99-1ubuntu1_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
Not sure what to do at this point. I'm somewhat new to linux, so any help is appreciated.
but when I try and install libpcsclite1 through terminal or Adept Installer, I get an installation error.
Even tried apt-get -f install with no luck. I get the following:
Unpacking libpcsclite1 (from .../libpcsclite1_1.4.99-1ubuntu1_i386.deb) ...
dpkg: error processing /var/cache/apt/archives/libpcsclite1_1.4.99-1ubuntu1_i386.deb (--unpack):
trying to overwrite `/usr/lib/libpcsclite.so.1.0.0', which is also in package pcsc-lite
Errors were encountered while processing:
/var/cache/apt/archives/libpcsclite1_1.4.99-1ubuntu1_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
Not sure what to do at this point. I'm somewhat new to linux, so any help is appreciated.
Comment