Linux - NewbieThis 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
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
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.
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!
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.
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
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!
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)....
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.
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.
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?
Distribution: Mainly Devuan with some Tiny Core, Fatdog, Haiku, & BSD thrown in.
Posts: 5,177
Rep:
Quote:
Originally Posted by al3c77
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
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.....
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.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.