This may be a stupid question, but I want to check the source code of the default Ubuntu installer program . I can't seem to find it, and I assume it is easier if I know the name of the program.
Asked
Active
Viewed 720 times
1 Answers
4
It's called "Ubiquity".
You can find the source code on the Launchpad project page or download the release used in your Ubuntu version using
apt-get source ubiquity
Florian Diesch
- 86,013
- 17
- 224
- 214
-
Also, if you want the source so you can contribute rather than just examine, there's [an alternate method of getting the source using `bzr` on the development page](https://wiki.ubuntu.com/Installer/Development#Revision_Control). – Chai T. Rex May 15 '17 at 00:54