Skip to content
Snippets Groups Projects
Commit 7a690b42 authored by Jonas Karlsson's avatar Jonas Karlsson
Browse files

Update programs.md

parent b21a7b33
Branches
Tags 22.2
No related merge requests found
......@@ -62,9 +62,30 @@ Disable telemtry and install additional extensions for VSCode (official microsof
## apt
- ns2
# DVAD20 (AK/AB/AR/HC)
# DVAD20 (AK/AB/AR/HC/KJG/GC)
If necessary add cse to wireshark group (`sudo vigr` and `sudo vigr -s`)
1. apt install prerequisites for GUI
2. Download and install
```
wget https://repo.anaconda.com/archive/Anaconda3-2023.03-1-Linux-x86_64.sh
bash ./Anaconda3-2023.03-1-Linux-x86_64.sh # Answer yes on all questions
conda update conda #yes
conda update --all #yes
#Fix for anaconda-navigator as the locally installed version of urllib3 overrides condas version
pip3 uninstall urllib3
```
## apt
- libgl1-mesa-glx
- libegl1-mesa
- libxrandr2
- libxrandr2
- libxss1
- libxcursor1
- libxcomposite1
- libasound2
- libxi6
- libxtst6
- mininet
- wireshark
- tshark
......@@ -119,26 +140,3 @@ rm linux*.deb
- openvswitch-testcontroller
- xterm
- speedometer
# DVAE20 (KJG)
1. apt install prerequisites for GUI
2. Download and install
```
wget https://repo.anaconda.com/archive/Anaconda3-2023.03-1-Linux-x86_64.sh
bash ./Anaconda3-2023.03-1-Linux-x86_64.sh # Answer yes on all questions
conda update conda #yes
conda update --all #yes
#Fix for anaconda-navigator as the locally installed version of urllib3 overrides condas version
pip3 uninstall urllib3
```
## apt
- libgl1-mesa-glx
- libegl1-mesa
- libxrandr2
- libxrandr2
- libxss1
- libxcursor1
- libxcomposite1
- libasound2
- libxi6
- libxtst6
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment