How do I get the man command?












3















I just installed Windows Subsystem for Linux for the first time and downloaded the Debian distribution from the Windows Store.



The first thing I tried to do was use the "mv" command. The second thing was to run "man mv" because I don't remember how to use it. But I received the error:



-bash: man: command not found


It looks like the package I want is called manpages. But I can't install that:



sudo apt-get install manpages
[sudo] password for pi:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package manpages is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or is only available from another source

E: Package 'manpages' has no installation candidate


How do I get the man command up and running?










share|improve this question


















  • 1





    apt install man-db?

    – elken
    Nov 16 '18 at 18:58











  • E: Unable to locate package man-db

    – James Orr
    Nov 16 '18 at 18:59






  • 1





    Try apt update and then the commands.

    – elken
    Nov 16 '18 at 18:59











  • Tried with both "apt-get" and "apt". Is there a difference?

    – James Orr
    Nov 16 '18 at 18:59






  • 1





    apt is the newer version of apt-get.

    – elken
    Nov 16 '18 at 19:00
















3















I just installed Windows Subsystem for Linux for the first time and downloaded the Debian distribution from the Windows Store.



The first thing I tried to do was use the "mv" command. The second thing was to run "man mv" because I don't remember how to use it. But I received the error:



-bash: man: command not found


It looks like the package I want is called manpages. But I can't install that:



sudo apt-get install manpages
[sudo] password for pi:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package manpages is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or is only available from another source

E: Package 'manpages' has no installation candidate


How do I get the man command up and running?










share|improve this question


















  • 1





    apt install man-db?

    – elken
    Nov 16 '18 at 18:58











  • E: Unable to locate package man-db

    – James Orr
    Nov 16 '18 at 18:59






  • 1





    Try apt update and then the commands.

    – elken
    Nov 16 '18 at 18:59











  • Tried with both "apt-get" and "apt". Is there a difference?

    – James Orr
    Nov 16 '18 at 18:59






  • 1





    apt is the newer version of apt-get.

    – elken
    Nov 16 '18 at 19:00














3












3








3








I just installed Windows Subsystem for Linux for the first time and downloaded the Debian distribution from the Windows Store.



The first thing I tried to do was use the "mv" command. The second thing was to run "man mv" because I don't remember how to use it. But I received the error:



-bash: man: command not found


It looks like the package I want is called manpages. But I can't install that:



sudo apt-get install manpages
[sudo] password for pi:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package manpages is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or is only available from another source

E: Package 'manpages' has no installation candidate


How do I get the man command up and running?










share|improve this question














I just installed Windows Subsystem for Linux for the first time and downloaded the Debian distribution from the Windows Store.



The first thing I tried to do was use the "mv" command. The second thing was to run "man mv" because I don't remember how to use it. But I received the error:



-bash: man: command not found


It looks like the package I want is called manpages. But I can't install that:



sudo apt-get install manpages
[sudo] password for pi:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package manpages is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or is only available from another source

E: Package 'manpages' has no installation candidate


How do I get the man command up and running?







windows-subsystem-for-linux






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Nov 16 '18 at 18:53









James OrrJames Orr

3,37362855




3,37362855








  • 1





    apt install man-db?

    – elken
    Nov 16 '18 at 18:58











  • E: Unable to locate package man-db

    – James Orr
    Nov 16 '18 at 18:59






  • 1





    Try apt update and then the commands.

    – elken
    Nov 16 '18 at 18:59











  • Tried with both "apt-get" and "apt". Is there a difference?

    – James Orr
    Nov 16 '18 at 18:59






  • 1





    apt is the newer version of apt-get.

    – elken
    Nov 16 '18 at 19:00














  • 1





    apt install man-db?

    – elken
    Nov 16 '18 at 18:58











  • E: Unable to locate package man-db

    – James Orr
    Nov 16 '18 at 18:59






  • 1





    Try apt update and then the commands.

    – elken
    Nov 16 '18 at 18:59











  • Tried with both "apt-get" and "apt". Is there a difference?

    – James Orr
    Nov 16 '18 at 18:59






  • 1





    apt is the newer version of apt-get.

    – elken
    Nov 16 '18 at 19:00








1




1





apt install man-db?

– elken
Nov 16 '18 at 18:58





apt install man-db?

– elken
Nov 16 '18 at 18:58













E: Unable to locate package man-db

– James Orr
Nov 16 '18 at 18:59





E: Unable to locate package man-db

– James Orr
Nov 16 '18 at 18:59




1




1





Try apt update and then the commands.

– elken
Nov 16 '18 at 18:59





Try apt update and then the commands.

– elken
Nov 16 '18 at 18:59













Tried with both "apt-get" and "apt". Is there a difference?

– James Orr
Nov 16 '18 at 18:59





Tried with both "apt-get" and "apt". Is there a difference?

– James Orr
Nov 16 '18 at 18:59




1




1





apt is the newer version of apt-get.

– elken
Nov 16 '18 at 19:00





apt is the newer version of apt-get.

– elken
Nov 16 '18 at 19:00












1 Answer
1






active

oldest

votes


















2














apt update to update the local package lists followed by apt install man-db to install the actual package.






share|improve this answer





















  • 1





    Thanks! How does apt update make the man-db package visible?

    – James Orr
    Nov 16 '18 at 19:05











  • apt update gets the latest versions of all packages.

    – elken
    Nov 16 '18 at 19:07











Your Answer






StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");

StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53343801%2fhow-do-i-get-the-man-command%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









2














apt update to update the local package lists followed by apt install man-db to install the actual package.






share|improve this answer





















  • 1





    Thanks! How does apt update make the man-db package visible?

    – James Orr
    Nov 16 '18 at 19:05











  • apt update gets the latest versions of all packages.

    – elken
    Nov 16 '18 at 19:07
















2














apt update to update the local package lists followed by apt install man-db to install the actual package.






share|improve this answer





















  • 1





    Thanks! How does apt update make the man-db package visible?

    – James Orr
    Nov 16 '18 at 19:05











  • apt update gets the latest versions of all packages.

    – elken
    Nov 16 '18 at 19:07














2












2








2







apt update to update the local package lists followed by apt install man-db to install the actual package.






share|improve this answer















apt update to update the local package lists followed by apt install man-db to install the actual package.







share|improve this answer














share|improve this answer



share|improve this answer








edited Nov 16 '18 at 19:24

























answered Nov 16 '18 at 19:04









elkenelken

13410




13410








  • 1





    Thanks! How does apt update make the man-db package visible?

    – James Orr
    Nov 16 '18 at 19:05











  • apt update gets the latest versions of all packages.

    – elken
    Nov 16 '18 at 19:07














  • 1





    Thanks! How does apt update make the man-db package visible?

    – James Orr
    Nov 16 '18 at 19:05











  • apt update gets the latest versions of all packages.

    – elken
    Nov 16 '18 at 19:07








1




1





Thanks! How does apt update make the man-db package visible?

– James Orr
Nov 16 '18 at 19:05





Thanks! How does apt update make the man-db package visible?

– James Orr
Nov 16 '18 at 19:05













apt update gets the latest versions of all packages.

– elken
Nov 16 '18 at 19:07





apt update gets the latest versions of all packages.

– elken
Nov 16 '18 at 19:07


















draft saved

draft discarded




















































Thanks for contributing an answer to Stack Overflow!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53343801%2fhow-do-i-get-the-man-command%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

How to pass form data using jquery Ajax to insert data in database?

National Museum of Racing and Hall of Fame

Guess what letter conforming each word