is there a man page pet.? when i use the man command in the terminal it opens a web page which is okay but looking for built in one like in ubuntu/tks
Is there a .pet with all the man pages?-(solved)
Moderator: Forum moderators
-
- Posts: 237
- Joined: Thu Feb 25, 2021 12:29 am
- Been thanked: 4 times
Is there a .pet with all the man pages?-(solved)
- bigpup
- Moderator
- Posts: 7298
- Joined: Tue Jul 14, 2020 11:19 pm
- Location: Earth, South Eastern U.S.
- Has thanked: 952 times
- Been thanked: 1615 times
Re: Is there a .pet with all the man pages?
Do not think there ever was a pet for that.
man pages are left out of Puppy to save space.
The man command is actually a symlink to pman program, that tries to find the requested man page on the internet.
The things you do not tell us, are usually the clue to fixing the problem.
When I was a kid, I wanted to be older.
This is not what I expected
Re: Is there a .pet with all the man pages?
bigpup wrote: Mon Mar 01, 2021 12:23 amDo not think there ever was a pet for that.
man pages are left out of Puppy to save space.
The man command is actually a symlink to pman program, that tries to find the requested man page on the internet.
There may not be but there should be because if you look at /var/packages/DISTRO_PKGS_SPCS, you'll notice that "docs" is an item that part of the package is to be split off into. I think for Warry, there were seperate docs packages available in the repos for a given package but I don't know if the tradition has been continued.
That said, if said docs packages don't exist One could create a script to generate them based on DISTRO_PKGS_SPECS.
Re: Is there a .pet with all the man pages?
I have a related post that may be of interest in the thread, "Re: How to use 'man' command in Puppy?".
-
- Posts: 237
- Joined: Thu Feb 25, 2021 12:29 am
- Been thanked: 4 times
-
- Posts: 237
- Joined: Thu Feb 25, 2021 12:29 am
- Been thanked: 4 times
Re: Is there a .pet with all the man pages?-(solved)
found this works great
viewtopic.php?f=106&t=1237