I am building LFS, and I am wondering about building PERL. Call me narrow minded, but I really want to try going on a Linux system without PERL, and have everything implemented in Python. Since I don't understand if perl is a dependency to another package, I am asking here... Trying to remove Perl from Debian causes a havoc ... so I am wondering if there is a future for a linux system without Perl...

thanks, Oz

link|improve this question

feedback

closed as not a real question by Jeff Atwood Feb 4 '11 at 10:03

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. See the FAQ for guidance on how to improve it.

2 Answers

up vote 2 down vote accepted

Perl needed for the installation and test suites of several LFS packages. After install you can deinstall Perl.

link|improve this answer
Thanks, I guess reading a little bit more down the road I would have found it... – Oz123 Feb 4 '11 at 9:48
feedback

I don't quite understand what the issue is, even the latest version of debian does not come with perl pre-installed, or at least in it's default configuration.

Perl isn't a requirement in any shape form or fashion for a normal installation and dependencies on it are based on the packages that you want to use. If it requires perl then you'll either have to modify the source to utilise python or something else, or install perl.

link|improve this answer
thanks for the answer Dan, I just wanted to hear another opinion. Perl is pretty popular and many packages like TEX and GNOME depended on it later. On my new system I don't want to have gnome, but I would need latex ... So we will see how things develop... – Oz123 Feb 4 '11 at 9:40
For a long time Solaris didn't come with Perl either. It was common for admins to add Perl first thing, though. – David Feb 18 at 2:05
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.