Installing
-
Setup the Ubuntu Extra Packages Repo
Copysudo su
Authenticate with the User Admin Pass.
If Got “User is Not in Sudoers file” then see: How to Enable sudoCopysudo su
The above Command to Login as SuperUser.
Copyecho 'deb [trusted=yes] http://us.archive.ubuntu.com/ubuntu/ trusty main universe' >> /etc/apt/sources.list.d/extra.list
Copyapt update
-
Installing libmotif4 for Ubuntu 22.04 LTS
Copyapt install libmotif4
-
Disabling the Ubuntu Extra Apt Repo
Copyrm /etc/apt/sources.list.d/extra.list
Copyapt update
Keep it in Case you will Look for some others Extra Packages in the future.
Copyexit
Contents