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?
21 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