How to install ID card program
Tofloor
poster avatar
kristen
deepin
2017-03-26 07:31
Author
Hello

Can anybody help with installing ID card program.
ID card installer link: https://installer.id.ee/?lang=eng
Deepin is linux and ubuntu is linux so maybe it must work but if I tryed it then it sayed "-e Deepin is not supported ".

I need this programm really!

Best wishes,
Kristen
Reply Favorite View the author
All Replies
michaeljayt
deepin
2017-03-27 19:03
#1
Thanks for your feedback. I've reported to the developers.
Reply View the author
kristen
deepin
2017-03-27 20:38
#2
You have different libssl version but ID card wants libssl 1.0.0 version.
I've tryed install this but it doesnt let because its older version.
Reply View the author
HualetWang
deepin
2017-03-27 21:20
#3
You need to recompile your ID card software or try to extract .so file from the old version of libssl1.0.0 deb package and put it into the right directory.
Reply View the author
kristen
deepin
2017-03-29 08:59
#4
Which debian version Deepin 15.4 RC uses?
Because I found Debian instruction for installation.
I've tryed it already but I get error.


## Repo insttallation (Debian-8 )
sudo apt-get install -y software-properties-common

## ID-card repo // HERE IM GETTING MY ERROR -- COMMAND NOT FOUND
sudo add-apt-repository "deb https://installer.id.ee/media/ubuntu trusty main"

## Repo key
wget -qO - https://installer.id.ee/media/install-scripts/ria-public.key | sudo apt-key add -

## For update package (Debian-8 )
sudo apt-get install -y apt-transport-https

## Update
sudo apt-get update

## Needed packages
sudo apt-get install -y pcscd libccid libxerces-c3.1 opensc ttf-liberation libxml-security*

## Finally install ID card soft
sudo apt-get install -y estonianidcard

How I can get installed it.
Reply View the author