Ubuntu OpenSC installation method

  

A user has installed OpenSC before, but somehow suddenly can not be used, how to deal with this problem in Ubuntu system? The following small series will introduce how to solve.

as follows:

1. unloading system any original OpenSC:

$ sudo apt-get remove libopensc2

$ sudo apt- Get remove libopenct1

2. Install the OpenSC dependent package:

$ sudo apt-get install build-essential

$ sudo apt-get install libssl-dev

$ sudo apt-get install libpcsclite-dev

$ sudo apt-get install pcscd

$ sudo apt-get install automake

$ sudo apt-get Install autoconf

$ sudo apt-get install autogen

$ sudo apt-get install libtool

Note: If the pcscd installation fails, install it with source code:

1) Uninstall the installed pcsclite:

$ sudo apt-get remove libpcsclite-dev

2) Download the pcsclite-version number.tar.bz2 source code package;

3) Install pcsclite :

$ tar xf pcsclite-version number.tar.bz2

$ cd pcsc-lite-version number

$ ./configure Previous123Next page Total 3 pages

Copyright © Windows knowledge All Rights Reserved