Announcement

Collapse
No announcement yet.

problems installing libpcsclite1

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    problems installing libpcsclite1

    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.

    #2
    Re: problems installing libpcsclite1

    You apparently have downloaded a broken file. Try this:
    Code:
    sudo apt-get clean;sudo apt-get -f remove libpcsclite
    then try downloading and installing it again. Good luck
    Join the dark side<br />---------------------------------------------------------------------<br />Samsung NC10 netbook running<br />PCLinuxOS 2010 // Win XP

    Comment


      #3
      Re: problems installing libpcsclite1

      still not working

      when I reinstall I get:

      pkg: 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

      not sure what to do

      Comment

      Working...
      X