Command box is not showing full resultsUpdate manager shows x86 virtualization solution -kernel modules for DKMSWhat is the equivalent terminal command of Update Manager?Update-manager not showing itemsUpgraded ubuntu from 14.04 to 16.04 lts -Virtual box problemHow can I select specific words from a webpage by keyboard command on Ubuntu?Ubuntu 16.04 Screen lock suddenly not working
Why wasn't Officer Angela Lopez questioned when she killed a suspect?
Is self-awareness or consciousness actually an evolutionary disadvantage?
What range of heights are allowed for wall receptacles?
Finding longest overlapping ranges
Why my vim doesn't support hex color code?
Are the stars distributed in uniform distribution, on the celestial dome, with respect to brightness?
Senate Impeachment rule change?
Was Jumanji intended to be a co-op game?
Is a Finite State Machine a good way to model chess?
I missed an important client meeting and hurt my standing. How can I recover?
Find the 66th derivative of this integral function.
Why is f'74' the same as f'74' with f-Strings?
5yrs old being bossy... Is this too much or tolerable at this age?
How can communicating in human language with an unconscious alien species be treated as an attack?
What did Harry mean when he said "Well, I take it you're not sorry?" to Griphook?
Gboard stopped working on Motorola phone -
Was I wrong to rebutt unjustified rewiewer comments in the review?
How can I smoothly transition between two UV maps?
Java OOP Temperature Converter
Help needed to design 3d printer part
Do not combine certain elements in Split or SplitBy
What is this old farm "combine"?
Would it have been possible to re-fuel the planes in the air?
Toxic culture - I'm putting in more resources to help the project move faster, but people are slowing down
Command box is not showing full results
Update manager shows x86 virtualization solution -kernel modules for DKMSWhat is the equivalent terminal command of Update Manager?Update-manager not showing itemsUpgraded ubuntu from 14.04 to 16.04 lts -Virtual box problemHow can I select specific words from a webpage by keyboard command on Ubuntu?Ubuntu 16.04 Screen lock suddenly not working
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
After pressing Alt + F2 on the keyboard to open the run command box and type a command such as update-manager- cd
the exact result won't show up.
16.04 update-manager
add a comment
|
After pressing Alt + F2 on the keyboard to open the run command box and type a command such as update-manager- cd
the exact result won't show up.
16.04 update-manager
Question must first be clarified. Reactions from OP suggest that the issue is not about the Alt+F2 dialog, but about the commandupdate-manager-cd
not working (should indeed readupdate-manager -cd
– vanadium
Oct 2 at 11:06
Agreed. Even in the posted image, it appears that the command issued isupdate-manager- cd
which also won't work. I've pointed this out in my answer. Even the link quoted by the OP correctly hasupdate-manager -cd
.
– Justice for Monica
Oct 2 at 12:57
add a comment
|
After pressing Alt + F2 on the keyboard to open the run command box and type a command such as update-manager- cd
the exact result won't show up.
16.04 update-manager
After pressing Alt + F2 on the keyboard to open the run command box and type a command such as update-manager- cd
the exact result won't show up.
16.04 update-manager
16.04 update-manager
edited Oct 2 at 11:07
asked Oct 2 at 10:18
user1001509user1001509
Question must first be clarified. Reactions from OP suggest that the issue is not about the Alt+F2 dialog, but about the commandupdate-manager-cd
not working (should indeed readupdate-manager -cd
– vanadium
Oct 2 at 11:06
Agreed. Even in the posted image, it appears that the command issued isupdate-manager- cd
which also won't work. I've pointed this out in my answer. Even the link quoted by the OP correctly hasupdate-manager -cd
.
– Justice for Monica
Oct 2 at 12:57
add a comment
|
Question must first be clarified. Reactions from OP suggest that the issue is not about the Alt+F2 dialog, but about the commandupdate-manager-cd
not working (should indeed readupdate-manager -cd
– vanadium
Oct 2 at 11:06
Agreed. Even in the posted image, it appears that the command issued isupdate-manager- cd
which also won't work. I've pointed this out in my answer. Even the link quoted by the OP correctly hasupdate-manager -cd
.
– Justice for Monica
Oct 2 at 12:57
Question must first be clarified. Reactions from OP suggest that the issue is not about the Alt+F2 dialog, but about the command
update-manager-cd
not working (should indeed read update-manager -cd
– vanadium
Oct 2 at 11:06
Question must first be clarified. Reactions from OP suggest that the issue is not about the Alt+F2 dialog, but about the command
update-manager-cd
not working (should indeed read update-manager -cd
– vanadium
Oct 2 at 11:06
Agreed. Even in the posted image, it appears that the command issued is
update-manager- cd
which also won't work. I've pointed this out in my answer. Even the link quoted by the OP correctly has update-manager -cd
.– Justice for Monica
Oct 2 at 12:57
Agreed. Even in the posted image, it appears that the command issued is
update-manager- cd
which also won't work. I've pointed this out in my answer. Even the link quoted by the OP correctly has update-manager -cd
.– Justice for Monica
Oct 2 at 12:57
add a comment
|
2 Answers
2
active
oldest
votes
Your command is wrong. There's a space missing. You need
update-manager -cd
Note the space between update-manager and -cd.
I tested Alt+F2 in a fully updated VM of Ubuntu 16.04.
Initially, I see this which is logical and self-explanatory:
Then, typing just u, lists a lot of commands starting with u:
Typing more stuff in reduces the clutter to just one item:
At this point, if I pressed Tab, the item would be highlighted and if I then pressed Enter, update manager would launch.
However, I further need to add the -c
and -d
options which can be added by combining them as -cd
:
Now, I can press Tab and then press Enter or just double-click on the icon showing me update-manager -cd
.
Based on the image you've included, you're not seeing what I've shown above and I can't understand why.
For this reason, I suggest you
- backup your data (images, documents, etc) to an external device
- download the Ubuntu 18.04 iso, make a Live USB, test it as described here and then
- do a clean install
All the best!
add a comment
|
The Alt+F2 run command box works with Tab-completion, much like the bash shell in the terminal. Like in the shell, pressing Tab will continue completing the command if there is only one possibility. If there are multiple possibilities, Tab will not react, just like in the bash shell. However, and here comes the difference, in the bash shell, you can press a second time on tab to show all possibilities. In the Alt+F2 run command box, that function is not there: the dialog does not react. Just continue typing one or more letters: at some point, hitting Tab will continue completion.
1
Tab
didn't help me
– user1001509
Oct 2 at 10:33
1
Edit your post and indicate exactly what you type, what you expect to see and what does not work according to your expectations. Then we will know better what you actually do, what you actually expect, and be able to better pinpoint what is not according to your expectations.
– vanadium
Oct 2 at 10:38
1
I typedupdate-manager-cd
as given in a website to upgrade the OS from 16 to 18
– user1001509
Oct 2 at 10:41
1
What do you mean with "exact results"? Bear in mind we are not in front of your computer, and we cannot read your mind.
– vanadium
Oct 2 at 10:44
1
in this link (medium.com/@chiragpatel_52497/…) they have given an output for the above mentionedupdate-manager-cd
.
– user1001509
Oct 2 at 10:50
|
show 1 more comment
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
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/4.0/"u003ecc by-sa 4.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%2faskubuntu.com%2fquestions%2f1178095%2fcommand-box-is-not-showing-full-results%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Your command is wrong. There's a space missing. You need
update-manager -cd
Note the space between update-manager and -cd.
I tested Alt+F2 in a fully updated VM of Ubuntu 16.04.
Initially, I see this which is logical and self-explanatory:
Then, typing just u, lists a lot of commands starting with u:
Typing more stuff in reduces the clutter to just one item:
At this point, if I pressed Tab, the item would be highlighted and if I then pressed Enter, update manager would launch.
However, I further need to add the -c
and -d
options which can be added by combining them as -cd
:
Now, I can press Tab and then press Enter or just double-click on the icon showing me update-manager -cd
.
Based on the image you've included, you're not seeing what I've shown above and I can't understand why.
For this reason, I suggest you
- backup your data (images, documents, etc) to an external device
- download the Ubuntu 18.04 iso, make a Live USB, test it as described here and then
- do a clean install
All the best!
add a comment
|
Your command is wrong. There's a space missing. You need
update-manager -cd
Note the space between update-manager and -cd.
I tested Alt+F2 in a fully updated VM of Ubuntu 16.04.
Initially, I see this which is logical and self-explanatory:
Then, typing just u, lists a lot of commands starting with u:
Typing more stuff in reduces the clutter to just one item:
At this point, if I pressed Tab, the item would be highlighted and if I then pressed Enter, update manager would launch.
However, I further need to add the -c
and -d
options which can be added by combining them as -cd
:
Now, I can press Tab and then press Enter or just double-click on the icon showing me update-manager -cd
.
Based on the image you've included, you're not seeing what I've shown above and I can't understand why.
For this reason, I suggest you
- backup your data (images, documents, etc) to an external device
- download the Ubuntu 18.04 iso, make a Live USB, test it as described here and then
- do a clean install
All the best!
add a comment
|
Your command is wrong. There's a space missing. You need
update-manager -cd
Note the space between update-manager and -cd.
I tested Alt+F2 in a fully updated VM of Ubuntu 16.04.
Initially, I see this which is logical and self-explanatory:
Then, typing just u, lists a lot of commands starting with u:
Typing more stuff in reduces the clutter to just one item:
At this point, if I pressed Tab, the item would be highlighted and if I then pressed Enter, update manager would launch.
However, I further need to add the -c
and -d
options which can be added by combining them as -cd
:
Now, I can press Tab and then press Enter or just double-click on the icon showing me update-manager -cd
.
Based on the image you've included, you're not seeing what I've shown above and I can't understand why.
For this reason, I suggest you
- backup your data (images, documents, etc) to an external device
- download the Ubuntu 18.04 iso, make a Live USB, test it as described here and then
- do a clean install
All the best!
Your command is wrong. There's a space missing. You need
update-manager -cd
Note the space between update-manager and -cd.
I tested Alt+F2 in a fully updated VM of Ubuntu 16.04.
Initially, I see this which is logical and self-explanatory:
Then, typing just u, lists a lot of commands starting with u:
Typing more stuff in reduces the clutter to just one item:
At this point, if I pressed Tab, the item would be highlighted and if I then pressed Enter, update manager would launch.
However, I further need to add the -c
and -d
options which can be added by combining them as -cd
:
Now, I can press Tab and then press Enter or just double-click on the icon showing me update-manager -cd
.
Based on the image you've included, you're not seeing what I've shown above and I can't understand why.
For this reason, I suggest you
- backup your data (images, documents, etc) to an external device
- download the Ubuntu 18.04 iso, make a Live USB, test it as described here and then
- do a clean install
All the best!
edited Oct 3 at 2:51
answered Oct 2 at 10:45
Justice for MonicaJustice for Monica
26.4k14 gold badges63 silver badges128 bronze badges
26.4k14 gold badges63 silver badges128 bronze badges
add a comment
|
add a comment
|
The Alt+F2 run command box works with Tab-completion, much like the bash shell in the terminal. Like in the shell, pressing Tab will continue completing the command if there is only one possibility. If there are multiple possibilities, Tab will not react, just like in the bash shell. However, and here comes the difference, in the bash shell, you can press a second time on tab to show all possibilities. In the Alt+F2 run command box, that function is not there: the dialog does not react. Just continue typing one or more letters: at some point, hitting Tab will continue completion.
1
Tab
didn't help me
– user1001509
Oct 2 at 10:33
1
Edit your post and indicate exactly what you type, what you expect to see and what does not work according to your expectations. Then we will know better what you actually do, what you actually expect, and be able to better pinpoint what is not according to your expectations.
– vanadium
Oct 2 at 10:38
1
I typedupdate-manager-cd
as given in a website to upgrade the OS from 16 to 18
– user1001509
Oct 2 at 10:41
1
What do you mean with "exact results"? Bear in mind we are not in front of your computer, and we cannot read your mind.
– vanadium
Oct 2 at 10:44
1
in this link (medium.com/@chiragpatel_52497/…) they have given an output for the above mentionedupdate-manager-cd
.
– user1001509
Oct 2 at 10:50
|
show 1 more comment
The Alt+F2 run command box works with Tab-completion, much like the bash shell in the terminal. Like in the shell, pressing Tab will continue completing the command if there is only one possibility. If there are multiple possibilities, Tab will not react, just like in the bash shell. However, and here comes the difference, in the bash shell, you can press a second time on tab to show all possibilities. In the Alt+F2 run command box, that function is not there: the dialog does not react. Just continue typing one or more letters: at some point, hitting Tab will continue completion.
1
Tab
didn't help me
– user1001509
Oct 2 at 10:33
1
Edit your post and indicate exactly what you type, what you expect to see and what does not work according to your expectations. Then we will know better what you actually do, what you actually expect, and be able to better pinpoint what is not according to your expectations.
– vanadium
Oct 2 at 10:38
1
I typedupdate-manager-cd
as given in a website to upgrade the OS from 16 to 18
– user1001509
Oct 2 at 10:41
1
What do you mean with "exact results"? Bear in mind we are not in front of your computer, and we cannot read your mind.
– vanadium
Oct 2 at 10:44
1
in this link (medium.com/@chiragpatel_52497/…) they have given an output for the above mentionedupdate-manager-cd
.
– user1001509
Oct 2 at 10:50
|
show 1 more comment
The Alt+F2 run command box works with Tab-completion, much like the bash shell in the terminal. Like in the shell, pressing Tab will continue completing the command if there is only one possibility. If there are multiple possibilities, Tab will not react, just like in the bash shell. However, and here comes the difference, in the bash shell, you can press a second time on tab to show all possibilities. In the Alt+F2 run command box, that function is not there: the dialog does not react. Just continue typing one or more letters: at some point, hitting Tab will continue completion.
The Alt+F2 run command box works with Tab-completion, much like the bash shell in the terminal. Like in the shell, pressing Tab will continue completing the command if there is only one possibility. If there are multiple possibilities, Tab will not react, just like in the bash shell. However, and here comes the difference, in the bash shell, you can press a second time on tab to show all possibilities. In the Alt+F2 run command box, that function is not there: the dialog does not react. Just continue typing one or more letters: at some point, hitting Tab will continue completion.
edited Oct 2 at 12:54
Justice for Monica
26.4k14 gold badges63 silver badges128 bronze badges
26.4k14 gold badges63 silver badges128 bronze badges
answered Oct 2 at 10:29
vanadiumvanadium
14.7k2 gold badges24 silver badges43 bronze badges
14.7k2 gold badges24 silver badges43 bronze badges
1
Tab
didn't help me
– user1001509
Oct 2 at 10:33
1
Edit your post and indicate exactly what you type, what you expect to see and what does not work according to your expectations. Then we will know better what you actually do, what you actually expect, and be able to better pinpoint what is not according to your expectations.
– vanadium
Oct 2 at 10:38
1
I typedupdate-manager-cd
as given in a website to upgrade the OS from 16 to 18
– user1001509
Oct 2 at 10:41
1
What do you mean with "exact results"? Bear in mind we are not in front of your computer, and we cannot read your mind.
– vanadium
Oct 2 at 10:44
1
in this link (medium.com/@chiragpatel_52497/…) they have given an output for the above mentionedupdate-manager-cd
.
– user1001509
Oct 2 at 10:50
|
show 1 more comment
1
Tab
didn't help me
– user1001509
Oct 2 at 10:33
1
Edit your post and indicate exactly what you type, what you expect to see and what does not work according to your expectations. Then we will know better what you actually do, what you actually expect, and be able to better pinpoint what is not according to your expectations.
– vanadium
Oct 2 at 10:38
1
I typedupdate-manager-cd
as given in a website to upgrade the OS from 16 to 18
– user1001509
Oct 2 at 10:41
1
What do you mean with "exact results"? Bear in mind we are not in front of your computer, and we cannot read your mind.
– vanadium
Oct 2 at 10:44
1
in this link (medium.com/@chiragpatel_52497/…) they have given an output for the above mentionedupdate-manager-cd
.
– user1001509
Oct 2 at 10:50
1
1
Tab
didn't help me– user1001509
Oct 2 at 10:33
Tab
didn't help me– user1001509
Oct 2 at 10:33
1
1
Edit your post and indicate exactly what you type, what you expect to see and what does not work according to your expectations. Then we will know better what you actually do, what you actually expect, and be able to better pinpoint what is not according to your expectations.
– vanadium
Oct 2 at 10:38
Edit your post and indicate exactly what you type, what you expect to see and what does not work according to your expectations. Then we will know better what you actually do, what you actually expect, and be able to better pinpoint what is not according to your expectations.
– vanadium
Oct 2 at 10:38
1
1
I typed
update-manager-cd
as given in a website to upgrade the OS from 16 to 18– user1001509
Oct 2 at 10:41
I typed
update-manager-cd
as given in a website to upgrade the OS from 16 to 18– user1001509
Oct 2 at 10:41
1
1
What do you mean with "exact results"? Bear in mind we are not in front of your computer, and we cannot read your mind.
– vanadium
Oct 2 at 10:44
What do you mean with "exact results"? Bear in mind we are not in front of your computer, and we cannot read your mind.
– vanadium
Oct 2 at 10:44
1
1
in this link (medium.com/@chiragpatel_52497/…) they have given an output for the above mentioned
update-manager-cd
.– user1001509
Oct 2 at 10:50
in this link (medium.com/@chiragpatel_52497/…) they have given an output for the above mentioned
update-manager-cd
.– user1001509
Oct 2 at 10:50
|
show 1 more comment
Thanks for contributing an answer to Ask Ubuntu!
- 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%2faskubuntu.com%2fquestions%2f1178095%2fcommand-box-is-not-showing-full-results%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
Question must first be clarified. Reactions from OP suggest that the issue is not about the Alt+F2 dialog, but about the command
update-manager-cd
not working (should indeed readupdate-manager -cd
– vanadium
Oct 2 at 11:06
Agreed. Even in the posted image, it appears that the command issued is
update-manager- cd
which also won't work. I've pointed this out in my answer. Even the link quoted by the OP correctly hasupdate-manager -cd
.– Justice for Monica
Oct 2 at 12:57