LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   add remove programs not working (https://www.linuxquestions.org/questions/linux-newbie-8/add-remove-programs-not-working-848205/)

carla-marie 12-03-2010 12:38 PM

add remove programs not working
 
I have an acer aspire one netbook running linpus linux light,

I managed to get the sub menu working, however, when I click on add/remove software I get the 'you are attempting to run "pirut"' query..I type in my password and then get a box coming up which says 'an unhandled exception occurred, this is most likely a bug'.

Can anyone help? thanks

davide123 12-03-2010 02:48 PM

have you checked this site? http://www.linpus.com/help.php
have you tried to re-boot?
have you tried to run add/remove programs as root?

gd2shoe 12-03-2010 02:56 PM

Man page.
Code:

pirut is a graphical frontend to yum(8). Pirut can install, remove, or update software packages. Pirut also allows searching, or viewing and installing software package groups.
I've never used Linpus, so I won't be much help, but I can try. Be aware that you might have a hardware problem. Memtest86+ will sometimes catch hardware problems which cause runtime errors. Note that other components can cause memory to appear to fail (mainly CPU, MB, PSU).

Look and see if there are any other yum frontends installed. You can use those instead, or use them to reinstall pirut.

You may need to resort to the command line. Type ctrl+alt+F1 to reach the first terminal. login and type:
Code:

sudo yum install pirut
(I assume "sudo" is required, but I don't know with linpus. You may need to login as root and skip "sudo".)

This will hopefully install the latest version of pirut from your repository. It you already have the latest version, you may need to uninstall it first. The documentation for yum is here.

(ctrl+alt+F7 will probably return you to return to GUI mode; on some systems it's ctrl+alt+F5. If that doesn't work, try each of them until it does.)


All times are GMT -5. The time now is 03:09 AM.