LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 02-05-2014, 03:12 AM   #1
-Snake-
Member
 
Registered: Feb 2014
Location: /home/snake
Distribution: Archlinux and Debian
Posts: 56

Rep: Reputation: Disabled
Two dudes about Slackware.


Hello guys, im new in slackware distribution and i have two dudes about this distribution.
Hey guys, I'm new to slackware and I have a couple of questions about this distribution.

The first is that I installed slackware on an old pc I have to do testing, installation was a breeze, no problem, but when I do a "slackpkg install libreoffice" or "slackpkg install lxde" or "slackpkg install openbox "slackpkg tells me that there are no such packages, I've tried to change mirror for that and maybe if I get the same result. I know there are the famous slackbuils, indeed, I have used to compile with libreoffice success, but I find it strange that in the official repositories of slackware not exist as basic packages, and not if so or if I'm doing something wrong.

Another question that I have is that before installing slackware had always read that slackpkg not resolve dependencies, however, I made a "slackpkg install gcc" and "slackpkg install perl" and the packages have been installed successfully without me having to do anything at hand.

Thanks in advance and forgive my ignorance, I am completely new to this distribution.
 
Old 02-05-2014, 04:28 AM   #2
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,063

Rep: Reputation: Disabled
Hello Snake, welcome to LQ and to Slackland.

slackpkg only deal with "official" Slackware package, i.e. packages included in the distribution.

It finds the packages scanning the file PACKAGES.TXT for the requested version and architecture.

Packages for libreoffice, lxde and openbox are not included in Slackware, so they are not included in PACKAGES.TXT.

Indeed slackpkg doesn't resolve dependencies, because they are not recorded in Slackware.

This choice is consistent with following design decisions:
  • Users are expected to install all official packages.
  • No Slackware package needs an "alien" dependency, in other words a package not shipped in Slackware.
That's why you will never miss a dependency when installing a Slackware package, provided you made a full installation.

For instance perl and gcc being official Slackware packages, if you made a full installation you already have all dependencies, thus no need for slackpkg to manage them.

Last edited by Didier Spaier; 02-05-2014 at 11:34 AM.
 
2 members found this post helpful.
Old 02-05-2014, 05:07 AM   #3
moisespedro
Senior Member
 
Registered: Nov 2013
Location: Brazil
Distribution: Slackware
Posts: 1,223

Rep: Reputation: 195Reputation: 195
If you want third-party packages you should go for www.slackbuilds.org, also search for sbopkg. There you can install libreoffice, vlc, openbox, etc.

Anothrer place I would advise you to look is alien's bob repository.

Edit: look for slackpkgplus too, it is like an addon for slackpkg. Then, you can use slackpkg with third party repos (like alien's one) and sbopkg for slackbuilds and you can have pretty much everything you might need.

Last edited by moisespedro; 02-05-2014 at 05:11 AM.
 
Old 02-05-2014, 09:02 AM   #4
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
Quote:
Originally Posted by -Snake- View Post
I am completely new to this distribution.
Welcome, here's a short recipe for LibreOffice4.1.4 from Alien's repo:
Code:
wget http://www.slackware.com/~alien/slackbuilds/libreoffice/pkg/14.0/libreoffice-4.1.4-i486-1alien.txz
wget http://www.slackware.com/~alien/slackbuilds/libreoffice/pkg/14.0/libreoffice-dict-en-4.1.4-i486-1alien.txz
upgradepkg --install-new libreoffice-4.1.4-i486-1alien.txz
upgradepkg --install-new libreoffice-dict-en-4.1.4-i486-1alien.txz
if you want 64 bit, navigate to
http://www.slackware.com/~alien/slac...eoffice/pkg64/ and change links accordingly in the wget statements.

That should get you installed on that. The rest, I leave to you.

http://alien.slackbook.org/blog/
http://alien.slackbook.org/dokuwiki/doku.php

Have fun!

Last edited by Habitual; 02-05-2014 at 09:04 AM.
 
Old 02-05-2014, 09:28 AM   #5
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Debian, Void, Slackware, VMs
Posts: 7,342

Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
Another excellent third party repository is Robby's site. Eric and Robby's sites are completely trustworthy.

http://rlworkman.net/pkgs/
 
Old 02-05-2014, 10:24 AM   #6
ttk
Senior Member
 
Registered: May 2012
Location: Sebastopol, CA
Distribution: Slackware64
Posts: 1,038
Blog Entries: 27

Rep: Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484
LibreOffice is also trivially installed using sbopkg:

Code:
ttk@wip:~> sudo sbopkg -V 'SBo/14.1' -g libreoffice
Searching for libreoffice
Found the following matches for libreoffice:
office/libreoffice
office/libreoffice-helppack
office/libreoffice-langpack
The same command, with "-i" instead of "-g", would install libreoffice.

Remember to "sudo sbopkg -V 'SBo/14.1' -r" first if you just installed sbopkg.

Tangentally: I'm usually more of a "take things out" person than "put more things in", but why isn't sbopkg shipped with Slackware? It is a tremendous boon.
 
1 members found this post helpful.
Old 02-05-2014, 10:32 AM   #7
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
Quote:
Originally Posted by ttk View Post
Why isn't sbopkg shipped with Slackware? It is a tremendous boon.
Great Q! It's the first thing I install.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Peace dudes! axess1907 LinuxQuestions.org Member Intro 1 05-05-2007 11:32 AM
Hi dudes grouge LinuxQuestions.org Member Intro 1 09-27-2004 07:18 PM
Dudes! kcav LinuxQuestions.org Member Intro 1 03-29-2004 08:10 PM
need some slack help dudes .... purpleburple Slackware 5 07-25-2002 01:09 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 08:39 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration