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 update
-
Installing libmotif4 for Ubuntu 22.04 LTS
apt install libmotif4
-
Disabling the Ubuntu Extra Apt Repo
rm /etc/apt/sources.list.d/extra.list
apt update
Keep it in Case you will Look for some others Extra Packages in the future.
exit
Contents