Results 1 to 5 of 5
I downloaded the source code for xine and installed it from the terminal with the ./configure command, everything worked great. Now for the sad part,, I can't find it. For ...
- 05-23-2008 #1Just Joined!
- Join Date
- Mar 2008
- Posts
- 25
Can't find installed programs?
I downloaded the source code for xine and installed it from the terminal with the ./configure command, everything worked great. Now for the sad part,, I can't find it. For example when you install something in windows its installed to the directory C\Program Files\program_name and can also be found in the start menu listed under programs. Is there something similar like that within fedora.
- 05-23-2008 #2Linux Guru
- Join Date
- Nov 2004
- Posts
- 6,110
No there isn't one directory, nor are applications kept in their own discrete directories. this is because in Linux libraries are shared for efficiency so it doesn't really make sense to have everything segregated. Binaries are in bin directories - /usr/bin/ , /usr/local/bin , /sbin/ , /usr/sbin etc. depending on their role in the system. Libraries are kept in a similar manner in lib directories.
If you are looking to uninstall xine you can go to the directory you installed it from and run .the same way you ran make installCode:make uninstall
With regards to a shortcut, one should have been placed on your menu if you installed the graphical xine frontend otherwise it is just a set of libraries for other applications to use...Kaffeine, Amarok and Totem all use Xine as their backend.
- 05-23-2008 #3Just Joined!
- Join Date
- Mar 2008
- Posts
- 25
thanks for that, it's becoming clearer. cheers
- 05-23-2008 #4
I'd be crippled if I didn't have "locate." That's the easiest way for me to locate files and directories in Linux, just installed and otherwise. From the command line as su:
This may take a while. Afterwards:Code:updatedb
...which will show you where everything related to xine was installed. The "executable" for xine is likely in /usr/bin. From the command line as regular user, run it by doing:Code:locate xine
For more on locate, do:Code:xine
Code:man [s]locate
- 05-23-2008 #5
Locate is brilliant! It makes looking things in Windows look stupid! In less than one second it'll find your file, whereas in Windows it can take tens of minutes. The only drawback is that you have to update it from time to time. You can also use the find command, but it's longer and isn't so good for your disk.
Distribution: Archlinux
Processor: 3 x Amd 64 bit
Ram: 4 GB
Graphics card: Nvidia GeForce 9800 GT


Reply With Quote
