Posted On April 1, 2019

Linux: Compiling Software

kimconnect 0 comments
blog.KimConnect.com >> Linux >> Linux: Compiling Software
Install From RPM:
rpm -ivh PACKAGENAME
 
Install from TAR.GZ
tar -xzvf PACKAGENAME
cd PACKAGENAME
./configure
make
make install
 
How to discover if a package is already installed
rpm -qa | grep glut

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

Linux: A Quick Sequence of Starting and Stopping an App

Check to see if SeaHorse is broken kimconnect@nuc:# seahorseGtk-Message: 08:52:44.606: Failed to load module "canberra-gtk-module"Gtk-Message:…

Error: 502 Gateway Error

Explanation: 502 Gateway Error generally means connection problems with an upstream proxy. In this instance,…

Redhat 7.5 Installation

Standard Default Installation Instructions At the initial loading screen, press the UP arrow to select…