SlackDCE Repository - Slackware64-15.0

Total packages: 10801 Active : 193 days, 6 hours and 19 minutes


🛠️ How to add the SlackDCE repository and use slapt-get

slapt-get is a package manager for Slackware that can automatically resolve
dependencies, similar to how apt-get works on Debian. The SlackDCE repository
is prepared to provide dependency information, so slapt-get will handle
dependencies for you.

1. Install slapt-get (if not already installed) 📦:
   Download the latest slapt-get package from:
   https://software.jaos.org/slackpacks/15.0-x86_64/slapt-get/

   Then install it: 👇
   installpkg slapt-get-*.txz

2. Edit slapt-get configuration ⚙️:
   Open /etc/slapt-get/slapt-getrc with your favorite editor 📝.

   ➕ Add the following line to enable SlackDCE:

   SOURCE=https://slackware.uk/slackdce/packages/15.0/x86_64/

   You can use another mirror from the list if you prefer 🌍.

3. 🔄 Update slapt-get and install packages:
   slapt-get --update
slapt-get --install slackdce-package-name

   Replace slackdce-package-name with the package you want to install 🧩.

4. Search for available packages 🔍:
   slapt-get --search something

That's it!
Now you can install and update packages from the SlackDCE repository
using slapt-get, with automatic dependency resolution just like apt-get on Debian 👍.

For more information, visit the SlackDCE mirror or use the search page.