Replymessage unavailable
📝 Note: PNETLab Installation skipping SSL certificate check
To install PNETLab bypassing the SSL verification, follow these steps:
1. Open the terminal and edit the /etc/apt/sources.list file using a text editor like nano:
sudo nano /etc/apt/sources.list
2. Locate the line starting with "deb http://repo.pnetlab.com ./" and make sure it's using https:// not http://
3. Save and exit the text editor.
4. Back in the terminal, execute the command:
sudo apt-get install pnetlab -y --allow-unauthenticated
Feel free to reach out if you have any questions!
Recommended resources:
- How to use nano