Installing
-
Setup the Ubuntu Extra Packages Repo
sudo su
Authenticate with the User Admin Pass.
If Got “User is Not in Sudoers file” then see: How to Enable sudosudo su
The above Command to Login as SuperUser.
echo 'deb [trusted=yes] http://us.archive.ubuntu.com/ubuntu/ trusty main universe' >> /etc/apt/sources.list.d/extra.list
apt-get update
-
Installing libmotif4 for Ubuntu 16.04 LTS
apt-get install libmotif4
How to Install Google-Chrome Web Browser on Ubuntu Linux
SetUp Chrome on Ubuntu.
How Install uTorrent BitTorrent Client on Ubuntu:
Setup uTorrent Ubuntu.
-
Disabling the Ubuntu Extra Apt Repo
rm /etc/apt/sources.list.d/extra.list
apt-get update
Keep it in Case you will Look for some others Extra Packages in the future.
exit
Contents