LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   Why can't debconf initizlize frontend: KDE? (https://www.linuxquestions.org/questions/debian-26/why-cant-debconf-initizlize-frontend-kde-332610/)

Mathsniper 06-11-2005 09:34 PM

Why can't debconf initizlize frontend: KDE?
 
When i installed package, i was showing wrong message:
Code:

debconf: unable to initialize frontend: Kde
debconf: (Can't locate Qt.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.8.4 /usr/local/share/perl/5.8.4 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at /usr/share/perl5/Debconf/FrontEnd/Kde/Wizard.pm line 7.)

I wanna know what does this function work for, and how to solve this problem?

sims 06-12-2005 06:07 AM

debconf is configured to use KDE as a frontend, and it seems like you are missing some libraries.

Try this:
aptitude -r install libqt-perl

Or you can reconfigure debconf to use Dialog as a frontend:
1. dpkg-reconfigure -s debconf
2. choose Dialog when asked for frontend

Let me know if this doesn't answer your question. =)

Mathsniper 06-14-2005 05:15 AM

Quote:

Originally posted by sims
debconf is configured to use KDE as a frontend, and it seems like you are missing some libraries.

Try this:
aptitude -r install libqt-perl

Or you can reconfigure debconf to use Dialog as a frontend:
1. dpkg-reconfigure -s debconf
2. choose Dialog when asked for frontend

Let me know if this doesn't answer your question. =)

Thank you very much! I wanna know where do you get lots of debian knowledge? I hope i can deeply know debian and linux system. but don't know where can i start.... may you guide me to know debian and linux system?

vharishankar 06-14-2005 05:21 AM

Quote:

Thank you very much! I wanna know where do you get lots of debian knowledge? I hope i can deeply know debian and linux system. but don't know where can i start.... may you guide me to know debian and linux system?
You can start from here:
Debian - Documentation (main page)
apt - HowTo
Debian Reference Documentations

These are not exhaustive. There is plenty of reference material on the web. Just do a search. You might want to start off with the links I pointed to.

Regards.


All times are GMT -5. The time now is 05:41 PM.