How do I install the eID software on Ubuntu 20.04?

I am new to Linux. I am trying to install eID software using these commands

sudo apt install eid-mw eid-viewer
sudo dpkg -i Downloads / eid-archive_2020.1_all_1.deb
sudo apt update
sudo dpkg -i Downloads / eid-archive_2020.1_all_1.deb
sudo apt-get install eid-mw eid-viewer 

the probem is with the second command I got this dpkg: error: archive 'Downloads' is not a regular file

Does anyone know what is the problem?

2

1 Answer

To install eID you need to open terminal and execute the following commands:

cd ~/Downloads
wget
sudo apt-get install ./eid-archive_2020.4_all.deb
sudo apt-get update
sudo apt-get install eid-mw eid-viewer
1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like