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.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Hello bruno buys
Thank you for your mail. I use the Red hat 8 i couldn't install & run it. when i try to install it i klick on skype file which i dowload fram skypes home page then i get the massage that the " libqt>=3.2 dident find.
Thank you
Originally posted by Haroon Hello bruno buys
Thank you for your mail. I use the Red hat 8 i couldn't install & run it. when i try to install it i klick on skype file which i dowload fram skypes home page then i get the massage that the " libqt>=3.2 dident find.
Thank you
You are not running a new enough version of KDE for the dynamicly linked binary you have downloaded. Try by downloading the static build .tar file and hopefully it will run.
Originally posted by Haroon I have tryed with static binary tar.bz2 with Qt 3.2 compiled in (only if the above don't work, not recommended)
but i get the massage :
First tar -xjvf skype_ver-0_91_0_12-staticQT.tar.bz2 then cd skype_ver-0_91_0_12 and ./skype should get it to run. You always have to extract a .tar.??? file before you can do anything with the contents that are inside the archive. In this case it will only be a an executable binary and the support files in the directory but if it was a source tarball you would follow the steps outlined in the post above this to actually build the source yourself.
HappyTux
THANKYOU VERY MUCH i have installed the SKYPE in my linux
can you explain for me what is the mean of " -xjvf " after tar, can i use this command to unpack a zip file??
Originally posted by Haroon HappyTux
THANKYOU VERY MUCH i have installed the SKYPE in my linux
can you explain for me what is the mean of " -xjvf " after tar, can i use this command to unpack a zip file??
x = extract
j = .bz2 extension on the .tar if .gz then you use z
v = verbose in other words show you what is going on.
f = tells it you are extracting a file it should be the last letter.
A bunch of the questions you have ask can be answered in greater detail if you will read the manuals.
Type:
man zip
man tar
man whatever you want to do.
Also if you are indoubt of what command to use, 'apropos' is a good question answering command.
man apropos
apropos video
If you know the command and don't know the options, use the --help flag.
apropos --help
Do a google groups search of the 'smartquestions.html' file.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.