Questions tagged [slackware]

Slackware is a free and open source Linux distribution. It was one of the earliest operating systems to be built on top of the Linux kernel and is the oldest currently being maintained (it was created by Patrick Volkerding in 1993).

Slackware aims for design stability and simplicity, and to be the most "Unix-like" Linux distribution, making as few modifications as possible to software packages from upstream and using plain text files and a small set of shell scripts for configuration and administration.

he name "Slackware" stems from the fact that the distribution started as a private side project with no intended commitment. To prevent it from being taken too seriously at first, Volkerding gave it a humorous name, which stuck even after Slackware became a serious project.

Latest version: 14.2 (2016-07-01)

Links

88 questions
2
votes
3 answers

How to rename all files in a directory in linux with string substitution?

i want to rename multiple files in my linux system directory.... my file names are as: Lec 1 - xxx.webm Lec 2 - xxx.webm Lec 3 - xxx.webm Lec 4 - xxx.webm and the list goes on... here xxx could be any list of characters(not consistent).... i would…
coolstoner
  • 719
  • 2
  • 9
  • 20
2
votes
2 answers

Slackware /etc/slackpkg/mirrors

Hello I am new in Linux Slackware and I have problem when I tapping: slackpkg search gcc after that got this one: You do not have any mirror selected in /etc/slackpkg/mirrors Please edit that file and uncomment ONE mirror. Slackpkg only works with…
Michael
  • 317
  • 6
  • 11
2
votes
1 answer

Make VIM cursor behave like Elvis

I've been using Slackware Linux since very nearly the first version. I've gotten very used to the Elvis Editor over the years, but now am trying to switch to Ubuntu (for updates, ease of finding packages, etc.). One the thing that's taken the most…
sosaisapunk
  • 185
  • 6
2
votes
2 answers

my browser show the content of my perl.cgi script instead of execute?

I recently update my Slackware13.37 using slackpkg and now firefox show the content of my perl.cgi script instead of execute. I am using: bash-4.2# httpd -v Server version: Apache/2.4.2 (Unix) Server built: May 24 2012 14:55:44 bash-4.2# firefox -v…
Ciprian Lungu
  • 300
  • 2
  • 14
1
vote
8 answers

Make git-svn work on Slackware 12.1

It is obviosly some Perl extensions. Perl version is 5.8.8. I found Error.pm, but now I'm looking for Core.pm. While we're at it: how do you guys search for those modules. I tried Google, but that didn't help much. Thanks. And finally, after I…
Milan Babuškov
  • 59,775
  • 49
  • 126
  • 179
1
vote
2 answers

XSP4 could not start, missing xsp4 assembly

I have a mono (2.10.7) instance running and I'm trying to code some ASP.NET MVC 3 application but I just hit a wall I don't know how to pass. First, I was getting an error about XSP4 not being found (launching a simple app from MonoDevelop 2.9.1…
Hugo
  • 6,244
  • 8
  • 37
  • 43
1
vote
1 answer

cinelerra: error while loading shared libraries: libavcodec.so.52 slackware

indeed it takes days trying to install cinelerra and no longer know what else to do eh searched forums and I have sent emails to the list of cinelerra still can not solve anything thanks in advance just interested in using cinelerra I have slackware…
laur
  • 500
  • 1
  • 9
  • 23
1
vote
0 answers

GCC generating corrupted dependency files

I've got a weird issue with compiling GCC that I can't seem to figure out. What I'm trying to compile: gcc v12.2.0 (via make bootstrap) What I'm compiling with: gcc v11.2.0 Configure command: ../configure --prefix=/usr --libdir=/usr/lib64…
Matt Cole
  • 2,552
  • 1
  • 13
  • 21
1
vote
0 answers

Using MPICH on two differnt architectures

I am new to MPI. I am trying to get my x86 laptop and and a raspberry pi to "work together" via mpi. However I am having a hard time setting it up for the two to work together. I made a machinefile to store IP addresses. When I am running on the…
user169808
  • 503
  • 1
  • 6
  • 27
1
vote
1 answer

I can't install pg in Slackware

I need to run a ruby project with gems and specs. When I type bundle install I received: bash-5.1# bundle install Don't run Bundler as root. Bundler can ask for sudo if it is needed, and installing your bundle as root will break this application for…
1
vote
0 answers

Error from Tomcat 7 to 8.5 Exception sending context destroyed event to listener instance of class

I've changed the runtime server environment of my application from Tomcat 7 to Tomcat 8.5. It loads fine in my development environment in Eclipse IDE, but I get some myfaces related errors in the production environment, which is Linux Slackware…
Ashwin
  • 11
  • 2
1
vote
1 answer

How to build Guile libraries from source?

I recently switched to Slackware to learn how to use a more advanced Linux distro. It had GNU Guile 2.0 installed by default, but I built Guile 3.0 from source code. When I attempted to build guile-json, I was given this message when I ran the…
km15236
  • 11
  • 1
1
vote
0 answers

Installation of R package rgdal fails, shared object missing

I have installed R-3.6.1 on 64 bit slackware v14.2-current. I am trying to install an R library, rgdal. I have tried the installation from within R with install.packages("rgdal") and The installation fails with the error: ... ** testing if installed…
John Polo
  • 547
  • 1
  • 8
  • 25
1
vote
2 answers

upgrade from compiled package in Slackware

I compiled php 5.2.17 from the source with php-fpm and I have the compiled package /tmp as you know the version of php is slackware 13.1 is the same (5.2.17 without php-fpm) . How could I update from from compiled package?
Krax
  • 11
  • 6
1
vote
2 answers

Install TCP Wrappers in Slackware 14.2

How to install TCP Wrappers using the appropriate package manager? When I run pkgtool, I can see in the list that tcp_wrappers is included tcp_wrappers-7.6-x86_64-1. I want to install it. I tried the command below, with no luck. installpkg…
alyssaeliyah
  • 2,214
  • 6
  • 33
  • 80