...
| Code Block |
|---|
sudo apt-get install libncurses5 |
For Ubuntu 24.04:
| Code Block |
|---|
echo "deb http://security.ubuntu.com/ubuntu focal-security main universe" > /etc/apt/sources.list.d/ubuntu-focal-sources.list
sudo apt-get install libncurses5 |
You can then run the following commands to import the dualshield.sql file... (for the last command replace [username] with the account name used to log into Linux CLI
...