MuraliKrishna
MuraliKrishna

Reputation: 7143

how to automate the installation of simple apps on linux or unix

In my testing I will be installing and uninstalling a simple programs/apps through command line. I want to automate this process. It asks simple inputs during the installation like yes, no and paths.

Please let me know how to do this.

Upvotes: -2

Views: 486

Answers (1)

theqbit
theqbit

Reputation: 149

./configure && make && make install is not simple for you?

Upvotes: 1

Related Questions