Add gnuplot using UCK

Asked by fisherGAP

I would like to add gnuplot in a Ubuntu installer CD using the UCK tool but I did not find it in the package manager when I created the CD manually. I could find many other program succesfully but I do not know how to do it for gnuplot and I would like you to tell me if it is possible.

Thank you.

Gustavo A. P.

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu Customization Kit Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Wolf Geldmacher (wolf-womaro) said :
#1

Should definitely be possible.

gnuplot is in the universe section of the ubuntu repos and you have to enable these (they are not enabled by default) by:
- editing /etc/apt/sources.list (or by adding the "universe" section from your favourite package manager)
- running "apt-get update" to get the list of packages refreshed (or by running refresh from your pkg mgr)
You should then be able to install gnuplot by running
apt-get install gnuplot (or again by using your favourite pkg mgr).

Can you help with this problem?

Provide an answer of your own, or ask fisherGAP for more information if necessary.

To post a message you must log in.