PDA

View Full Version : APT-GET



Psicolonia
11-22-2004, 09:33 AM
Hi everyone, I'm trying to use apt-get but i can't. It says: You must be superuser to perform this action.

This shows up right after the download.

I know i'm not supposed to use apt-get on knoppix but i have a persistent home directory and i have downloaded extra software that works. For instance pingus! What extra software does is opening an apt-get window.

When I turn the computer back on, everything is in place, including the extra software.

Is it possible to use apt-get for other apps, like moagg? I want to install a few things on the persistent home partition but i can't without "extra software" application, and it does no have what I want.


Thank you in advance!

blockme
11-22-2004, 10:49 AM
i dont understand what the exact problem is....

you have to be root to install additional software. you can change to root in your shell if you type the command "su" and the password. (not sure what the password for knoppix root is, though. as i remember it was empty).

after this you are root and you can do apt-get update and apt-get install ...

but maybe you wanna try kpackage within KDE. set it up to use apt-get and you can simply klick and install the software you like.

or another fine tool for the shell aptitude. install this one first (apt-get install aptitude) and run it under root. you will have a list with avaiable software and you can search via vi shortcuts.

have fun.