You are not logged in.
Pages: 1
Topic closed
this is really annoying me:
pacman -S skype gives the message that it couldnt find the package!
how can i install skype on arch linux? updating my mirror-list didnt help at all.
i tried to download skype from here: http://www.archlinux.org/packages/community/i686/skype/
but the .tar.gz package doesnt even include a configure or install file.
same with the static skype package i downloaded from skype.com.
so: how can i install skype on arch linux?
Offline
No problems downloading it from http://www.archlinux.org/packages/community/i686/skype/
Try this: https://bbs.archlinux.org/viewtopic.php?id=102031
Last edited by archeologist (2010-08-01 08:50:34)
Offline
and what shall i do there? it contains links to the mirror-status page (i checked, my mirrors are up2date) and doesnt really relate to my problem.
and with this link: http://www.archlinux.org/packages/community/i686/skype/
i click on download from mirror, it downlaods the tar.gz (note: i dont have problems with the download itself!) but thats it. the tar.gz is no use for me as i cant install it ....
Offline
You can install the downloaded package with the -U option:
pacman -U skype-<your-version>.pkg.tar.gzIn the future, try having a look at man pacman.
Offline
You can install the downloaded package with the -U option:
pacman -U skype-<your-version>.pkg.tar.gzIn the future, try having a look at man pacman.
pacman -U skype-2.1.0.81-2-i686.pkg.tar.gz
it doesnt work. it says the package-architecture is invalid. ![]()
Last edited by macstar (2010-08-01 09:12:46)
Offline
Then you should probably have mentioned that you are using 64bit...
Last edited by Ramses de Norre (2010-08-01 09:18:35)
Offline
Then you should probably have mentioned that you are using 64bit...
i just had the same guess...
uname -m
x86_64.
how could i know when i was trying out one different distro every day this week.
my bad, sorry.
Offline
Take some time to read through the pacman man page and the wiki. In your case, start with http://wiki.archlinux.org/index.php/Skype then when you get to the part that tells you to install bin-32-skype and you ask yourself "wtf is the AUR?", look it up on the wiki (shortcut: http://wiki.archlinux.org/index.php/AUR) and read through that and keep going from there.
If you really want to have fun, start comparing the pros and cons of 32-bit libraries vs a 32-bit chroot for running 32-bit apps on x86_64. You might eventually find arch32-light useful.
My Arch Linux Stuff • Forum Etiquette • Community Ethos - Arch is not for everyone
Offline
I haven't lost my mind; I have a tape back-up somewhere.
Twitter
Offline
Take some time to read through the pacman man page and the wiki. In your case, start with http://wiki.archlinux.org/index.php/Skype then when you get to the part that tells you to install bin-32-skype and you ask yourself "wtf is the AUR?", look it up on the wiki (shortcut: http://wiki.archlinux.org/index.php/AUR) and read through that and keep going from there.
If you really want to have fun, start comparing the pros and cons of 32-bit libraries vs a 32-bit chroot for running 32-bit apps on x86_64. You might eventually find arch32-light useful.
You need to convert that svg diagram into a wizard-like app that hides the structure of that whole thing and gives you just a couple options at a time - like when you call some number, hear the lady talking and press 1, 5, 7 ,1, 1 ... :-)
Offline
You need to allow the multilib repo:
sudo nano /etc/pacman.confand uncomment the multilib repository.
Then just update pacman
sudo pacman -Syuuand install Skype
sudo pacman -S skypeOffline
strikex38, please do not "necrobump" old threads - this one is five years old.
Closed.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Pages: 1
Topic closed