LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 06-03-2011, 01:15 AM   #1
BlueSpirit
Member
 
Registered: Jun 2006
Distribution: Slackware
Posts: 144

Rep: Reputation: 15
Slackware packages questions


Hello,

I have a few questions about the packages found on the default Slackware 13.37 install iso.
I doubt I'll ask about all of them, because I found most of my answers using Google, but I'm still clueless on a few.

1- Let's start with the whole T series, which is the "Tetex" document system.
COuld anyone tell me, from your experience, if tetex is really worth installing, and why?
I know it's mostly to output documents, but... if I'm not a "document maker", i.e. if I don't write myself such documents and have any intentions to do so, would it be still useful for me, or, at least, worth installing it.
Does any of you encountered cases where tetex was useful/essential, for example as a dependency of a program you wanted to use?

2- What about LaTex?

Thanks,

Cordially,

BlueSpirit

P.S. I hate installing packages that I won't use or are unknown/useless to me. This is not because I am restricted in disk storage, but because I want to know what I'm installing on my linux system. I'm sure some of you already had this feeling :-]

Last edited by BlueSpirit; 06-03-2011 at 01:23 AM.
 
Old 06-03-2011, 01:50 AM   #2
anon135
LQ Newbie
 
Registered: Jun 2011
Location: Bagnères-de-Bigorre, France
Distribution: Slackware
Posts: 6

Rep: Reputation: Disabled
well, you'll still be able to install them after. never used it and never saw dependencies or so. if it's not [REC] anyway...
 
Old 06-03-2011, 02:02 AM   #3
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,097

Rep: Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174
also if you don't use latex yourself, some software projects release their documentation in latex form, so you surely need that to build those packages (ffmpeg is an example, but there are many others).
 
1 members found this post helpful.
Old 06-03-2011, 01:51 PM   #4
BlueSpirit
Member
 
Registered: Jun 2006
Distribution: Slackware
Posts: 144

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by ponce View Post
also if you don't use latex yourself, some software projects release their documentation in latex form, so you surely need that to build those packages (ffmpeg is an example, but there are many others).
What kind of documentation? The info pages, man pages?
So, teTeX is *needed* for this?

Thanks!
 
Old 06-03-2011, 03:03 PM   #5
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,097

Rep: Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174
no info and man pages, but while building those packages mentioned above fully formatted documentation (manuals and such) in postscript and pdf form is produced by .tex files, and you definitely need tetex for this.
 
1 members found this post helpful.
Old 06-03-2011, 08:27 PM   #6
narpath2105
LQ Newbie
 
Registered: May 2011
Location: Northern New Jersey
Distribution: LinuxMint 17.2
Posts: 3

Rep: Reputation: Disabled
Hi folks. Personally from experience using Slackware for a few years now I had initially installed Tetex but never used it. It is still there today and I thought of removing but since HDD space is not an issue I let them be. No harm installing them if there is ever a slight chance in needing it in the future.

Last edited by narpath2105; 06-03-2011 at 08:29 PM.
 
Old 06-08-2011, 10:40 PM   #7
BlueSpirit
Member
 
Registered: Jun 2006
Distribution: Slackware
Posts: 144

Original Poster
Rep: Reputation: 15
Thanks alot for your relplies.
I'd have some more questions.

What about RDF libs and tools?
This inter-dependent group is part of slackware packages:
Code:
raptor
rasqal
redland
shared-desktop-ontologies
soprano
Have you guys thsee necessary/useful in some cases, from your experience? Why RDF on a desktop anyway, isn't RDF used for web resources, i.e. more server use?


Thanks!

Cordially,

BlueSpirit

Last edited by BlueSpirit; 06-08-2011 at 11:29 PM.
 
Old 06-09-2011, 12:04 AM   #8
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,097

Rep: Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174
kde uses them; raptor is used by subversion and compiz...
you can check yourself on Tomas' blog.

Last edited by ponce; 06-09-2011 at 12:06 AM.
 
1 members found this post helpful.
Old 06-09-2011, 01:39 AM   #9
ruario
Senior Member
 
Registered: Jan 2011
Location: Oslo, Norway
Distribution: Slackware
Posts: 2,557

Rep: Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761Reputation: 1761
@ponce: Thanks that is a pretty nice link! Do you know how he created this? Was it fully automated or is it hand tweaked for dependencies you can't easily find via stuff like ldd?

Last edited by ruario; 06-09-2011 at 04:14 AM. Reason: changed can to can't, which is what I originally intended to say
 
Old 06-09-2011, 03:32 AM   #10
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,097

Rep: Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174
I found it on his blog: he hasn't dived much into his script internals, but you can try asking him

btw, I benefited also of Stefano's depslack in the past.
Maybe you can have a look at his requiredbuilder too

Last edited by ponce; 06-09-2011 at 03:34 AM.
 
Old 06-09-2011, 07:32 AM   #11
sahko
Senior Member
 
Registered: Sep 2008
Distribution: Slackware
Posts: 1,041

Rep: Reputation: Disabled
raptor, rasqal and redland are also used by libreoffice in case you install that.
 
Old 06-12-2011, 02:51 AM   #12
BlueSpirit
Member
 
Registered: Jun 2006
Distribution: Slackware
Posts: 144

Original Poster
Rep: Reputation: 15
Guys, can you tell me what's the purpose of RDF solution in such applications, i.e. desktop applications?
I thought RDF was for web resources, so more for server use than desktop use.

Why desktop applications use it? Storing settings?

Thanks!
 
Old 06-12-2011, 04:18 AM   #13
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,097

Rep: Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174
have a look at the wikipedia page for soprano.
 
  


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
questions about packages MagicMaxi Linux - Newbie 1 11-06-2006 02:25 PM
Identifying "non-native" Slackware-packages in /var/log/packages Yalla-One Slackware 8 07-06-2006 06:57 AM
Questions on Setting up a Slackware Gateway using only default packages Fenier Slackware 5 06-26-2006 07:20 PM
questions about packages salviadud Slackware 5 02-11-2005 01:07 PM
problems with alsa 1.0.5, questions about packages on slackware 10.0 salviadud Linux - Newbie 1 02-11-2005 02:12 AM

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

All times are GMT -5. The time now is 05:20 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