How do I get the man command?
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
|
show 1 more comment
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
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
Tryapt updateand 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
aptis the newer version ofapt-get.
– elken
Nov 16 '18 at 19:00
|
show 1 more comment
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
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
windows-subsystem-for-linux
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
Tryapt updateand 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
aptis the newer version ofapt-get.
– elken
Nov 16 '18 at 19:00
|
show 1 more comment
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
Tryapt updateand 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
aptis the newer version ofapt-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
|
show 1 more comment
1 Answer
1
active
oldest
votes
apt update to update the local package lists followed by apt install man-db to install the actual package.
1
Thanks! How doesapt updatemake the man-db package visible?
– James Orr
Nov 16 '18 at 19:05
apt updategets the latest versions of all packages.
– elken
Nov 16 '18 at 19:07
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
apt update to update the local package lists followed by apt install man-db to install the actual package.
1
Thanks! How doesapt updatemake the man-db package visible?
– James Orr
Nov 16 '18 at 19:05
apt updategets the latest versions of all packages.
– elken
Nov 16 '18 at 19:07
add a comment |
apt update to update the local package lists followed by apt install man-db to install the actual package.
1
Thanks! How doesapt updatemake the man-db package visible?
– James Orr
Nov 16 '18 at 19:05
apt updategets the latest versions of all packages.
– elken
Nov 16 '18 at 19:07
add a comment |
apt update to update the local package lists followed by apt install man-db to install the actual package.
apt update to update the local package lists followed by apt install man-db to install the actual package.
edited Nov 16 '18 at 19:24
answered Nov 16 '18 at 19:04
elkenelken
13410
13410
1
Thanks! How doesapt updatemake the man-db package visible?
– James Orr
Nov 16 '18 at 19:05
apt updategets the latest versions of all packages.
– elken
Nov 16 '18 at 19:07
add a comment |
1
Thanks! How doesapt updatemake the man-db package visible?
– James Orr
Nov 16 '18 at 19:05
apt updategets 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
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
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 updateand 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
aptis the newer version ofapt-get.– elken
Nov 16 '18 at 19:00