how to run new installed program , using mepis8 linux
Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
how to run new installed program , using mepis8 linux
Today I installed Sopcast on my mepis8 linux. I installed alien then installed sopcast using Kpackage. installation was completed but unlike windows I did not see the icon on desktop. What's the procedure to run this programme please. thanks for your assistant.
Well, I don't anything much about mepis or sopcast, but when a program is missing an icon on the start button, I fire up my console (xterm, konsole, etc.). You can then type sopcast or Sopcast if the program was installed in the usual paths (/usr/bin, /usr/local/bin).
You could also try sop<TAB>. The tab will most-likely fill up the rest will all alternative ways the sopcast developpers named the product if the program has different names to it (like sopcastd if it's a deamon).
If this fails, well, better start reading about your mepis packages, when does it install the programs in it, how are they named, how can you list information from a given package, etc. This will help you in the long run.
If you find the program but unable to run it, then better try a more mepis and/or sopcast oriented forum.
thanks for the sppedy reply. I tried the installtion using the doenload from the site give but some how I am not getting into to insatlled even when the installation processed completes it said Result=0. Anyway I am doing some reading to see what I might not be doing rightlyrightly,or doing wrongly.
I downloaded the package then using the same command to installed but the error message that I need VLC to installed. I downloaded the Vlc package in tarz extracted the package but when trying to compile getting error message that file is missing
Distribution: pclos2010.12, Slack1337 DebSqueeze, +50+ other Linux OS, for test only.
Posts: 9,308
Rep:
Try this instead : # apt-get install vlc
......
Generally, when 'configure' says ... missing lname :
'lname' means 'libname-dev' = devel version, so please
do # apt-get install <libname-dev>
Replace 'libname' with actual name. If any problems
finding the right name, you can use "Search" here http://packages.debian.org/lenny/libaudiofile-dev
to find it. ( I just picked a random page.)
Mepis uses the same names as Debian for packages.
.....
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.