Thanks for your help! I'm new to Linux, so I hope I got this right. The SpeakJapanese program is installed from the shlsjeneval package, so:
I launched the terminal application.
I executed:
su root
to change to root user.
I executed:
ipkg status
This gave me a list of the installed softwares.
I executed:
ipkg files shlsjeneval
This returned a list of all the files (in their directories) installed by the shlsjeneval package
I executed:
ipkg remove shlsjeneval
Nothing appeared to happen, the cursor just moved down one line to a new prompt
I executed:
ipkg files shlsjeneval
This again returned a list of the files installed by the shlsjeneval package, so I assume they were not removed.
What have I done wrong? Is the console the same as the terminal? If not, how do I get to the console?
I have been reading up on Linux, and I have seen it mentioned that one can be logged in to the graphical interface or run from the command line. Is that true on the Zaurus? Or, is the graphical interface always running & the terminal program provides a command line interface?
Here is the URL for where I downloaded the trial version of SpeakJapanese (the shlsjeneval package)
http://www.handango.com/PlatformProductDet...st%5B2%5D_titleThanks again!
From the console run ipkg status
you will see the name of the package - if it was the last thing you installed then it will probably be the last on the list.
To find out what files are where in an ipk install use ipkg files
using the name from the status results.
As root you can try to remove the ipk manually, using ipkg remove
Hope that helps, if not then give me a link where you got the package from and I'll give you a lidt of where the stuff is installed.
Stu
[div align=\"right\"][a href=\"index.php?act=findpost&pid=76884\"][{POST_SNAPBACK}][/a][/div]