Ok, this is probably a newbie question... but also is specific to a particular program I downloaded...
Before i added the
so I could update to KDE 4.4.5, I tried to find the Qt Creator in the kPackageKit but it wasn't there (i had this in Ubuntu and wanted to play with it somemore ). So I searched online for it, and found the http://qt.nokia.com/downloads site with direct download. I downloaded the qt-sdk-linux-x86_64-opensource-2010.04.bin and the Install instructions said to flag it as executable then run
After doing this, the gui installer popped up and 'installed' the program, except it put everything (as far as I can tell) in my /home/qtsdk-2010.04 directory. I thought this was odd, but proceeded and completed the 'install'.
I was lost for a bit because I could not find the program in the launcher, or when typing a few chars in the alt+F2 drop down...
To launch it, I had to navigate
Dolphin : Home > qtsdk-2010.04 > bin > Qt Creator
Qt Creator would then open and I could use the program...
well, since it didn't appear to be truly installed, rather it appeared to have been decompressed, i didn't think any updates would be triggered for it...
after updating to KDE 4.4.5, all sorts of neat new things appeared in kPackageKit (probably not 'after updating' but rather after adding the repo? idk). One of the items now available was a repo supplied Qt Creator so I selected and applied and viola! it is now where I would expect to find installed programs.
Can I safely delete the Home > qtsdk-2010.04 directory, or did that 'install' actually put some stuff in /root areas?
Sorry for the windy post, but I want to un-clutter my /home area (can't stand cluttered personal files...) and I don't know much about linux yet, but I know enough about any OS to know that rummaging around and playing with rm can have devastating consequences...
Before i added the
Code:
deb [url]http://ppa.launchpad.net/kubuntu-ppa/ppa/ubuntu[/url] lucid main
Code:
./qt-sdk-linux-x86_64-opensource-2010.04.bin
I was lost for a bit because I could not find the program in the launcher, or when typing a few chars in the alt+F2 drop down...
To launch it, I had to navigate
Dolphin : Home > qtsdk-2010.04 > bin > Qt Creator
Qt Creator would then open and I could use the program...
well, since it didn't appear to be truly installed, rather it appeared to have been decompressed, i didn't think any updates would be triggered for it...
after updating to KDE 4.4.5, all sorts of neat new things appeared in kPackageKit (probably not 'after updating' but rather after adding the repo? idk). One of the items now available was a repo supplied Qt Creator so I selected and applied and viola! it is now where I would expect to find installed programs.
Can I safely delete the Home > qtsdk-2010.04 directory, or did that 'install' actually put some stuff in /root areas?
Sorry for the windy post, but I want to un-clutter my /home area (can't stand cluttered personal files...) and I don't know much about linux yet, but I know enough about any OS to know that rummaging around and playing with rm can have devastating consequences...
Comment