Tagged Questions
0
votes
1answer
384 views
How to install wine on Slackware 14.0 using slackpkg
I am trying to install wine, using slackpkg, but it can't find it:
# slackpkg search wine
Looking for wine in package list. Please wait... DONE
No package name matches the pattern.
I can install ...
-1
votes
1answer
172 views
How to install libssl-dev on Slackware?
libssl-dev does not seem to be installed on my Slackware server and is needed for various dependencies. How can I install this on Slackware? Searching around did not find anything and there really ...
2
votes
2answers
2k views
How to properly install Python packages?
I run a Slackware system and I'm trying to run some Python code, but getting a lot of errors such as this one below:
>>> import urllib2
Traceback (most recent call last):
File ...
3
votes
3answers
153 views
New source install over existing one
I have Slackware installed on my computer, and I install a lot of software from source. Now I want to install ffmpeg from source just to recompile it with some more options. But I already have ffmpeg ...