PNETLab: repo error: Difference between revisions
Appearance
Created page with "If you guys keep having issues with repo.pnetlab.com, you can use pnetlab.labhub.eu.org in your sources.list file for now. 1. Open sources.list with a text editor like nano. vim /etc/apt/sources.list 2. Remove or comment out the line with repo.pnetlab.com 3. Paste this mirror at the bottom of the file: deb [trusted=yes] https://pnetlab.labhub.eu.org ./ This is mostly useful on fresh installs but can also solve the error mentioned in the previous message." |
No edit summary |
||
| Line 1: | Line 1: | ||
If you guys keep having issues with repo.pnetlab.com, you can use pnetlab.labhub.eu.org in your sources.list file for now. | If you guys keep having issues with repo.pnetlab.com, you can use pnetlab.labhub.eu.org in your sources.list file for now. | ||
* Open sources.list with a text editor like nano. | |||
vim /etc/apt/sources.list | vim /etc/apt/sources.list | ||
* Remove or comment out the line with <code>repo.pnetlab.com</code> | |||
3. Paste this mirror at the bottom of the file: | 3. Paste this mirror at the bottom of the file: | ||
Latest revision as of 11:07, 9 February 2024
If you guys keep having issues with repo.pnetlab.com, you can use pnetlab.labhub.eu.org in your sources.list file for now.
- Open sources.list with a text editor like nano.
vim /etc/apt/sources.list
- Remove or comment out the line with
repo.pnetlab.com
3. Paste this mirror at the bottom of the file:
deb [trusted=yes] https://pnetlab.labhub.eu.org ./
This is mostly useful on fresh installs but can also solve the error mentioned in the previous message.