How To Install Mcs r100 ON Ubuntu 14.04

admin

Administrator
Staff member
Joined
Apr 22, 2020
Messages
138
Reaction score
227
Points
43
Ofline
How To Install Mcs r100 ON Ubuntu 14.04


1 = sudo apt-get update
2 = sudo mv /etc/apt/sources.list /etc/apt/sources.list_bk
3 = sudo apt-get install nano -y
4 = sudo nano /etc/apt/sources.list

deb http://jo.archive.ubuntu.com/ubuntu/ xenial main restricted
deb http://jo.archive.ubuntu.com/ubuntu/ xenial-updates main restricted
deb http://jo.archive.ubuntu.com/ubuntu/ xenial universe
deb http://jo.archive.ubuntu.com/ubuntu/ xenial multiverse
deb http://jo.archive.ubuntu.com/ubuntu/ xenial-updates universe
deb http://jo.archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse
deb http://jo.archive.ubuntu.com/ubuntu/ xenial-updates multiverse
deb http://security.ubuntu.com/ubuntu xenial-security universe
deb http://security.ubuntu.com/ubuntu xenial-security main restricted
deb http://security.ubuntu.com/ubuntu xenial-security multiverse

5 = sudo apt-get update
6 = sudo apt-cache policy libc6
7 = sudo apt-get install libc6 -y
8 = sudo apt-get install libgomp1 -y
9 = mv /etc/apt/sources.list_bk /etc/apt/sources.list && sleep 2 && sudo apt-ge update
 
Back
Top