How do I edit how a program runs?

Asked by Michael James

How do I change how a program works? For instance I would like to change the system monitor in hardy to be smoother. Would I have to get the source and recompile it?

Also is it possible to open a program in /usr/bin (so one would see code, not running the script)?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Helton Dória
Solved:
Last query:
Last reply:
Revision history for this message
Péter Károly Juhász (stone-midway) said :
#1

With 'apt-get source <package name>' you can get it's source.

Revision history for this message
Michael James (mbj1103) said :
#2

Okay, but where does apt-get save the source?

Revision history for this message
Best Helton Dória (helton-doria) said :
#3

Michael,

The apt-get saved the source in the directory in which you executed the command 'apt-get source <package name>'.

[]'s

Helton

Revision history for this message
Michael James (mbj1103) said :
#4

Thanks Helton Dória, that solved my question.