LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 01-05-2016, 03:06 PM   #1
sigint-ninja
Member
 
Registered: Feb 2011
Location: Republic Of Ireland
Distribution: Debian,Centos,Slackware
Posts: 508

Rep: Reputation: 29
no man pages slackware


hi guys

i have no man pages in slackware

bash-4.2# whereis man
man: /usr/local/man /usr/share/man

i added these two directories to my path but nothing...

does slackware install man pages by default?

or am i missing a package

any help appreciated
 
Old 01-05-2016, 05:15 PM   #2
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Quote:
Originally Posted by sigint-ninja View Post
hi guys

i have no man pages in slackware

bash-4.2# whereis man
man: /usr/local/man /usr/share/man

i added these two directories to my path but nothing...

does slackware install man pages by default?

or am i missing a package

any help appreciated

Slackware Man Pages 1

Slackware Man Pages 2

Slackware Man Pages 3
Slackware Man Pages 4
 
Old 01-05-2016, 09:16 PM   #3
sigint-ninja
Member
 
Registered: Feb 2011
Location: Republic Of Ireland
Distribution: Debian,Centos,Slackware
Posts: 508

Original Poster
Rep: Reputation: 29
are man pages not installed by default on slack? i could have sworn i had them on another install...thanks for the links.
 
Old 01-05-2016, 09:28 PM   #4
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Yeah the man pages where there with my last 2 fresh installations with Slackware 14.1.

If you don't have the man pages you can install them from the SlackBuilds repository here:
http://slackbuilds.org/repository/14...ru/?search=man
 
Old 01-05-2016, 09:32 PM   #5
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,317
Blog Entries: 28

Rep: Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140
Slackware by default includes man pages.

The output I get from the "whereis man" is different from what you posted.

Code:
$ whereis man
man: /usr/bin/man /etc/man.conf /usr/local/man /usr/share/man /usr/man/man1/man.1.gz /usr/man/man7/man.7.gz
It's possible you are missing something.

What happens when you invoke a particular man page? For example,

Code:
$ man ls
 
Old 01-19-2016, 06:11 PM   #6
sigint-ninja
Member
 
Registered: Feb 2011
Location: Republic Of Ireland
Distribution: Debian,Centos,Slackware
Posts: 508

Original Poster
Rep: Reputation: 29
sorry im replying so late...was on holiday in Peru...

man ls

bash: man: command not found

thanks
 
Old 01-19-2016, 06:15 PM   #7
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Quote:
Originally Posted by sigint-ninja View Post
sorry im replying so late...was on holiday in Peru...
what where you doing in Peru, when you have more pressing issues to deal with like finding your man pages? j/k
 
Old 01-19-2016, 06:19 PM   #8
sigint-ninja
Member
 
Registered: Feb 2011
Location: Republic Of Ireland
Distribution: Debian,Centos,Slackware
Posts: 508

Original Poster
Rep: Reputation: 29
Ha ha BW-userx yes you right...it is important lol!!! any ideas?
 
Old 01-19-2016, 06:35 PM   #9
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Quote:
Originally Posted by sigint-ninja View Post
Ha ha BW-userx yes you right...it is important lol!!! any ideas?
I have no Idea at the moment, though the thought did accure to me that some things do not have a man page.
well I just checked this and find that I do have -> man ls -- sooo hum, well I never use man pages myself.. help files and google is what I use. going to eat now, maybe I google it to see, though I did leave some links to slackware about man pages in post prior to this one,

moded:

I found some slackware man pages for you dude

SlackBuild

Index of /mirror/slackware/slackware64-14.1/source/ap/man-pages

Index of /mirror/slackware/slackware64-14.1/source/ap/man

do you know how to do SlackBuildz?

did you select install everythiing when you installed Slack? curious y they where not in there from the git go. Because on my Slackware VB install I have man pages hehe

though You Might want to try your hand at installing them off the command line using pkgtool

or:
Code:
su : password
#slackpkg install man-pages
#slackpkg install man
or Not...

Last edited by BW-userx; 01-19-2016 at 09:16 PM.
 
Old 01-22-2016, 04:43 PM   #10
sigint-ninja
Member
 
Registered: Feb 2011
Location: Republic Of Ireland
Distribution: Debian,Centos,Slackware
Posts: 508

Original Poster
Rep: Reputation: 29
hi BW-userx

thanks will give this a go...i see you using void..seems interesting,was doing some reading...
do you prefer it to slack? or do you run both?

to learn linux am i better sticking to slack
 
Old 01-22-2016, 05:05 PM   #11
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Quote:
Originally Posted by sigint-ninja View Post
hi BW-userx

thanks will give this a go...i see you using void..seems interesting,was doing some reading...
do you prefer it to slack? or do you run both?

to learn linux am i better sticking to slack

I've ran through a lot of different Linux disto's I like Slack and Void the best, debain is too heavy for me, it's becoming to main lined, so I left.

I enjoyed Slack a lot, but it is a lot of typing to get things installed, whence they're in it's cool, but with Void, it is just
Code:
xbps-install -Su <app name>
and if they do not have it in their repo, which does not happen a lot, but for somethings all I had to just download the source code.

Code:
$./configure && make && sudo make install, or just make && sudo make install
which you can do with Slack and all other Linux, baiscly I just like that no bloat at all, and one liner installs off a repo more.

Void has been very very good to me. I enjoy it too.

I just put Slack On VirtualBox to be able to try and anwser some of them slack questions--

you can install the base Void, and build off of it too, that is a chalange -- no x just the black terminal mode... oooohhh scary -- hehe

right now it's Void - i3 WM and I forked hsetroot, and enhanced it adding some reallly needed functionally to it and I use that to set random wallpapers, and random BG colors, in some pretty cool looking way. off a complex bash script I wrote over a period of time.

install VB on Slack it can be done then give Void and others a try. If I remember correctly I used oracle's run script off of their sight to Install VB on Slack when I had it installed on my HDD. it was a peice of cake... NS'er

Do give slackBuilds a look first too though when you do this. you are doing this -- its all about the burn baby, no pain no gain.. lol

Last edited by BW-userx; 01-22-2016 at 05:32 PM.
 
Old 01-22-2016, 05:46 PM   #12
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Have you installed the man pages?
 
Old 01-22-2016, 09:11 PM   #13
sigint-ninja
Member
 
Registered: Feb 2011
Location: Republic Of Ireland
Distribution: Debian,Centos,Slackware
Posts: 508

Original Poster
Rep: Reputation: 29
ok so i uncommented a repo and ran the commands
and it installed a whole bunch of stuff...thought i had run

now when i man pwd for example

i just get a blank window with

lines ?-?/? (end)

no info...

what the......
 
Old 01-23-2016, 06:30 AM   #14
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Ya should have just selected "install everything" on your first install.
Did you try pkgtool ? what method did you use to install ,no wait -- hey ...!!!!!

did you even follow the post install instructions first, reguardless?? Very Important. Then specify install your man pages?

Last edited by BW-userx; 01-23-2016 at 06:45 AM.
 
Old 01-23-2016, 04:55 PM   #15
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
If you still don't have man pages; following the link in post #4 and install via SlackBuilds.
 
  


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
[SOLVED] man pages - man command phillyfilly Linux - Newbie 4 02-10-2014 05:41 AM
[REQUEST] Use UTF-8 as default in Slackware-next for man pages and message catalogs Didier Spaier Slackware 1 11-08-2013 05:09 AM
[SOLVED] Slackware man pages sahko Slackware 2 09-15-2009 07:44 AM
LQ man pages simcox1 LQ Suggestions & Feedback 1 08-06-2006 09:25 AM
C++ man pages Guest1234 Ubuntu 0 05-11-2005 02:45 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 03:15 AM.

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