LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 12-21-2016, 02:16 PM   #1
al3c77
LQ Newbie
 
Registered: Dec 2016
Posts: 11

Rep: Reputation: Disabled
Install 'man' in an xfce environment


Hi! How do I install the 'man' file in an xfce environment?
 
Old 12-21-2016, 02:38 PM   #2
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,323
Blog Entries: 28

Rep: Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142
I assume you are referring the the Linux "manual" pages, commonly referred to as "man pages." Man pages are in a text format and work from the terminal; they have nothing to do with your desktop environment.

Every Linux distro I have ever used has come with man pages already installed. To test yours, open a terminal and try to open a man page. For example, to view the man page for man pages, type

Code:
$ man man[enter]
If the man page opens, man pages are installed. Then give the man man a read to learn more about man pages.

If it does not, let us know, being certain to include the Linux distro/version you are using.
 
Old 12-21-2016, 02:54 PM   #3
al3c77
LQ Newbie
 
Registered: Dec 2016
Posts: 11

Original Poster
Rep: Reputation: Disabled
Thanks, but....here is what i get from a man query bash: man: command not found
Here is what I get from $whereis man, man: /usr/local/man /usr/share/man

So I can't tell if it's loaded or not, but I can't seem to access it. And sorry, but I have no idea what what my distro/version is. I thought it was xfce, but you say that doesn't have anything to do with it. I just installed xfce on my chromebook and that is where i access the command line.
Thanks for your help!
 
Old 12-21-2016, 02:56 PM   #4
al3c77
LQ Newbie
 
Registered: Dec 2016
Posts: 11

Original Poster
Rep: Reputation: Disabled
oh and one more detail might be helpful, I installed chronos, with xfce.
Thanks again!
 
Old 12-21-2016, 03:12 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,323
Blog Entries: 28

Rep: Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142
What is the output of

Code:
$ cat /etc/*release*
cat /etc/*issue*
The wildcards make these pretty much generic queries. One or both is very likely (but not 100% guaranteed work on your system). Post the output here, being sure to enclose it in "code" tags, which become available when to click the "Go Advanced" button at the bottom of the compose post windows.

When you refer to chronos, do you mean this?

Your user agent icon says that you are using ChromeOS. If that is accurate, it may be that Google wants you to use Google and not use the man pages, as this seems to imply that ChromeOS does not include man pages.

I have no experience with ChromeOS, but I'm going to run off and see whether I can install it in VirtualBox.

Later:

Got it. Google does not provide installable images, but you can find rebuilds designed to used in VirtualBox and VMWare.

ChromeOS is nothing at all like a regular Linux. If that's what you are using, you may want to read the Wikipedia article: https://en.wikipedia.org/wiki/Chrome_OS

Last edited by frankbell; 12-21-2016 at 03:37 PM.
 
Old 12-21-2016, 03:17 PM   #6
al3c77
LQ Newbie
 
Registered: Dec 2016
Posts: 11

Original Poster
Rep: Reputation: Disabled
Here is the output
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=12.04
DISTRIB_CODENAME=precise
DISTRIB_DESCRIPTION="Ubuntu 12.04.5 LTS"
NAME="Ubuntu"
VERSION="12.04.5 LTS, Precise Pangolin"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu precise (12.04.5 LTS)"
VERSION_ID="12.04"

Last edited by al3c77; 12-21-2016 at 03:19 PM.
 
Old 12-21-2016, 03:22 PM   #7
al3c77
LQ Newbie
 
Registered: Dec 2016
Posts: 11

Original Poster
Rep: Reputation: Disabled
"DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=12.04
DISTRIB_CODENAME=precise
DISTRIBl_DESCRIPTION="Ubuntu 12.04.5 LTS"
NAME="Ubuntu"
VERSION="12.04.5 LTS, Precise Pangolin"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu precise (12.04.5 LTS)"
VERSION_ID="12.04"

Thanks for your coaching!

I'm working off a chromebook which I unlocked and downloaded a version of Ubuntu called xfce (I think), so I now have a dual OS (or at least a dual environment since I think both Chrome and Ubuntu are Linux OS).
If that helps any!
 
Old 12-21-2016, 03:30 PM   #8
al3c77
LQ Newbie
 
Registered: Dec 2016
Posts: 11

Original Poster
Rep: Reputation: Disabled
One more rambling thought, to your point about chromeOS, I can't access the "man" command either from the Ubuntu (xfce) environment or from the Chrome terminal (Crosh)....
 
Old 12-21-2016, 08:01 PM   #9
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,323
Blog Entries: 28

Rep: Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142
Did you do a full install of Ubuntu, or it this some prepackaged thingee for use on Chromebooks. If the latter, please provide a link. I ask because I know that Ubuntu 12.04 included the man pages.

Look in the Ubuntu software center or Synaptic and search for "manpages." Ubuntu 12.04 LTS is supported until April 2017 to packages should still be available.

Quote:
Thanks for your coaching!
You're most welcome. Thanks for running those commands. When I used to do tech support, I realized that it was like trying to look through somebody else's eyes. It's a lot easier if they look where you're pointing.
 
Old 12-21-2016, 09:47 PM   #10
al3c77
LQ Newbie
 
Registered: Dec 2016
Posts: 11

Original Poster
Rep: Reputation: Disabled
It was a pre-packaged thingee I got from here http://www.howtogeek.com/162120/how-...-with-crouton/
and here was the download link.
http://goo.gl/fd3zc

My understanding is that on a Chromebook, there are fewer options for installing Ubuntu than on a proper machine. I like the platform/environment/OS that I wound up with generally, except for not having man pages....I'm learning command line now and i feel like it would be helpful to have....

Thank you for the links. I think my options on Chromebook are a bit limited for Ubuntu downloads?
 
Old 12-22-2016, 05:10 AM   #11
fatmac
LQ Guru
 
Registered: Sep 2011
Location: Upper Hale, Surrey/Hants Border, UK
Distribution: Mainly Devuan, antiX, & Void, with Tiny Core, Fatdog, & BSD thrown in.
Posts: 5,490

Rep: Reputation: Disabled
Quote:
Originally Posted by al3c77 View Post
Thanks, but....here is what i get from a man query bash: man: command not found
Here is what I get from $whereis man, man: /usr/local/man /usr/share/man
Check your PATH statement.

$PATH
 
Old 12-22-2016, 08:54 AM   #12
al3c77
LQ Newbie
 
Registered: Dec 2016
Posts: 11

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by fatmac View Post
Check your PATH statement.

$PATH
Thanks fatmac, but output is also (same as for $man command), "bash: PATH: command not found"
 
Old 12-22-2016, 10:03 AM   #13
fatmac
LQ Guru
 
Registered: Sep 2011
Location: Upper Hale, Surrey/Hants Border, UK
Distribution: Mainly Devuan, antiX, & Void, with Tiny Core, Fatdog, & BSD thrown in.
Posts: 5,490

Rep: Reputation: Disabled
This is how to use the command
Quote:
$ $PATH
bash: .:.:.:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games: No such file or directory
These are the directories in my PATH statement.

Edit: Another thing to try in a terminal is
Quote:
$ apt search man
which should give you a list of all the man pages.

Last edited by fatmac; 12-22-2016 at 10:16 AM.
 
Old 12-22-2016, 11:35 AM   #14
al3c77
LQ Newbie
 
Registered: Dec 2016
Posts: 11

Original Poster
Rep: Reputation: Disabled
Well I am starting, with your help, to compile a list of all the things that don't seem available in my terminal. So far I have
$man
$PATH
$apt

all of these yield output: "command not found"

I think it has to do with the limitations of a Chromebook, which is what I'm using. I unlocked it and downloaded a version of Ubuntu designed for Chromebooks (called Crouton, described here https://github.com/dnschneid/crouton). Crouton is supposedly a full fledged Linux environment but I think maybe it's not.....

Anyway thanks for your help with this!
 
Old 12-22-2016, 08:18 PM   #15
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,323
Blog Entries: 28

Rep: Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142
Quote:
I think it has to do with the limitations of a Chromebook, which is what I'm using. I unlocked it and downloaded a version of Ubuntu designed for Chromebooks (called Crouton,
I have no way of testing it tonight, but I suspect you are correct.
 
  


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
About Linux Mint-17-xfce's environment otar Linux - Newbie 3 10-24-2014 02:26 PM
LXer: Easy Way To Install XFCE 4.10 Desktop Environment on Ubuntu 12.04 LXer Syndicated Linux News 3 06-02-2012 05:47 AM
[SOLVED] how to install xfce- desktop environment janakiramulu Linux From Scratch 67 07-01-2011 02:49 AM
LXer: XFCE 4.8 Desktop Environment LXer Syndicated Linux News 0 02-21-2011 12:30 PM
Is XFCE the only environment to have right-click for application menu? Mysticle31 Linux - Newbie 9 12-14-2007 05:19 PM

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

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