How do I PREVIEW ONLY outstanding security updates?How to get a list of all pending security updates?Get Security Updates Delta, and install themInstalling Updates selectively from command lineA question about installing security updatesCannot install Kernel Security updates in 14.10Problem with determining “security updates”linux-image-generic vs linux-image-x.x.x-xx-generic security updates

Why was Wouter Basson never charged with crimes against humanity for Project Coast?

Weird spacing in aligned environment

Why is it “Cat in the Hat”?

An employer is trying to force me to switch banks, which I know is illegal. What should I do?

Does Enthrall make targets require perception checks to perceive anything other than the caster?

Morphing between two functions

How to calculate player health percentage?

How can I negotiate remote work due to my phobia

Could the Ancient Egyptian hieroglyphs have been deciphered without the Rosetta Stone with modern tech?

Stream of Thought/Creeping Chill Interaction?

Ask Google to remove thousands of pages from its index after cleaning up from hacked site

Is it unsafe to remove one stud from a load bearing wall?

Why is the Speaker elected by secret ballot?

Why do the US media keep claiming that Iran is violating their nuclear deal?

Fastest way to get a value from csv file using java 7

How do I most effectively serve as group treasurer?

Why is this missile positioned in this odd position? How can it be launched correctly?

How do I obtain the debian-installer for Ubuntu Server 18.04.3 LTS?

Is there a website about artificial intelligence that is constantly updated?

What is "okinta"?

In a shuttle launch, what would have happened if all three SSMEs failed during flight?

How do I protect myself from bad contracting jobs?

Plausability of combustion light-gas guns replacing conventional guns in the future?

Can dual US-Canadian citizens travel to the US with an expired US passport but valid Canadian passport?



How do I PREVIEW ONLY outstanding security updates?


How to get a list of all pending security updates?Get Security Updates Delta, and install themInstalling Updates selectively from command lineA question about installing security updatesCannot install Kernel Security updates in 14.10Problem with determining “security updates”linux-image-generic vs linux-image-x.x.x-xx-generic security updates






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;









0

















I have an AWS instance running 4.4.0-1037-aws #40-Ubuntu.
When I login in get:



109 packages can be updated.
89 updates are security updates.



How do I preview which these are?
and
How do I install them?



Regards



Tariq










share|improve this question





















  • 2





    What do you mean by "preview?" Are you asking for a list of the upgradable packages in the -security pocket? Or are you asking for something else? Ubuntu is not designed to pick-and-choose among upgrades - doing so can cause all kinds of problems for non-experts. Generally, we recommend Unattended Upgrades to most users, which avoids precisely this question.

    – user535733
    Jul 16 at 14:43












  • If you simply want a list of the -security upgrades, see askubuntu.com/a/1088549/19626

    – user535733
    Jul 16 at 15:02

















0

















I have an AWS instance running 4.4.0-1037-aws #40-Ubuntu.
When I login in get:



109 packages can be updated.
89 updates are security updates.



How do I preview which these are?
and
How do I install them?



Regards



Tariq










share|improve this question





















  • 2





    What do you mean by "preview?" Are you asking for a list of the upgradable packages in the -security pocket? Or are you asking for something else? Ubuntu is not designed to pick-and-choose among upgrades - doing so can cause all kinds of problems for non-experts. Generally, we recommend Unattended Upgrades to most users, which avoids precisely this question.

    – user535733
    Jul 16 at 14:43












  • If you simply want a list of the -security upgrades, see askubuntu.com/a/1088549/19626

    – user535733
    Jul 16 at 15:02













0












0








0








I have an AWS instance running 4.4.0-1037-aws #40-Ubuntu.
When I login in get:



109 packages can be updated.
89 updates are security updates.



How do I preview which these are?
and
How do I install them?



Regards



Tariq










share|improve this question















I have an AWS instance running 4.4.0-1037-aws #40-Ubuntu.
When I login in get:



109 packages can be updated.
89 updates are security updates.



How do I preview which these are?
and
How do I install them?



Regards



Tariq







security






share|improve this question














share|improve this question











share|improve this question




share|improve this question










asked Jul 16 at 14:38









TariqTariq

1




1










  • 2





    What do you mean by "preview?" Are you asking for a list of the upgradable packages in the -security pocket? Or are you asking for something else? Ubuntu is not designed to pick-and-choose among upgrades - doing so can cause all kinds of problems for non-experts. Generally, we recommend Unattended Upgrades to most users, which avoids precisely this question.

    – user535733
    Jul 16 at 14:43












  • If you simply want a list of the -security upgrades, see askubuntu.com/a/1088549/19626

    – user535733
    Jul 16 at 15:02












  • 2





    What do you mean by "preview?" Are you asking for a list of the upgradable packages in the -security pocket? Or are you asking for something else? Ubuntu is not designed to pick-and-choose among upgrades - doing so can cause all kinds of problems for non-experts. Generally, we recommend Unattended Upgrades to most users, which avoids precisely this question.

    – user535733
    Jul 16 at 14:43












  • If you simply want a list of the -security upgrades, see askubuntu.com/a/1088549/19626

    – user535733
    Jul 16 at 15:02







2




2





What do you mean by "preview?" Are you asking for a list of the upgradable packages in the -security pocket? Or are you asking for something else? Ubuntu is not designed to pick-and-choose among upgrades - doing so can cause all kinds of problems for non-experts. Generally, we recommend Unattended Upgrades to most users, which avoids precisely this question.

– user535733
Jul 16 at 14:43






What do you mean by "preview?" Are you asking for a list of the upgradable packages in the -security pocket? Or are you asking for something else? Ubuntu is not designed to pick-and-choose among upgrades - doing so can cause all kinds of problems for non-experts. Generally, we recommend Unattended Upgrades to most users, which avoids precisely this question.

– user535733
Jul 16 at 14:43














If you simply want a list of the -security upgrades, see askubuntu.com/a/1088549/19626

– user535733
Jul 16 at 15:02





If you simply want a list of the -security upgrades, see askubuntu.com/a/1088549/19626

– user535733
Jul 16 at 15:02










1 Answer
1






active

oldest

votes


















0


















To preview (edited the answer linked in user535733 comment: no sudo needed, and shouldn't escape $):



apt list --upgradable | grep "$(lsb_release -cs)-security"



To install:



sudo apt upgrade






share|improve this answer


























  • Thanks, how does one just upgrade security updates?

    – Tariq
    Jul 17 at 16:00











  • As you can tell from the man page, apt upgrade is all or nothing (for good reasons). It doesn't allow you to cherry pick which package to upgrade. However, there is a way to upgrade selectively. But it's too much to fit into comments comfortably. Why don't you ask a new question "How do I selectively upgrade packages?" and I will answer it there.

    – Thinking Torus
    Jul 18 at 6:55











  • And before you go, accept this answer since I believe it already answered your original question, and ideally also upvote it, and more ideally also get your friends to upvote it ;) Right now I am in this ridiculous situation where I can't even leave a comment, and people think I am just like other newbies who come and go taking what they want leaving nothing in return, and some may even take one step further to assume I don't know what I am talking about -- making it much less fun to contribute here.

    – Thinking Torus
    Jul 18 at 6:56












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
);



);














draft saved

draft discarded
















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1158688%2fhow-do-i-preview-only-outstanding-security-updates%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









0


















To preview (edited the answer linked in user535733 comment: no sudo needed, and shouldn't escape $):



apt list --upgradable | grep "$(lsb_release -cs)-security"



To install:



sudo apt upgrade






share|improve this answer


























  • Thanks, how does one just upgrade security updates?

    – Tariq
    Jul 17 at 16:00











  • As you can tell from the man page, apt upgrade is all or nothing (for good reasons). It doesn't allow you to cherry pick which package to upgrade. However, there is a way to upgrade selectively. But it's too much to fit into comments comfortably. Why don't you ask a new question "How do I selectively upgrade packages?" and I will answer it there.

    – Thinking Torus
    Jul 18 at 6:55











  • And before you go, accept this answer since I believe it already answered your original question, and ideally also upvote it, and more ideally also get your friends to upvote it ;) Right now I am in this ridiculous situation where I can't even leave a comment, and people think I am just like other newbies who come and go taking what they want leaving nothing in return, and some may even take one step further to assume I don't know what I am talking about -- making it much less fun to contribute here.

    – Thinking Torus
    Jul 18 at 6:56















0


















To preview (edited the answer linked in user535733 comment: no sudo needed, and shouldn't escape $):



apt list --upgradable | grep "$(lsb_release -cs)-security"



To install:



sudo apt upgrade






share|improve this answer


























  • Thanks, how does one just upgrade security updates?

    – Tariq
    Jul 17 at 16:00











  • As you can tell from the man page, apt upgrade is all or nothing (for good reasons). It doesn't allow you to cherry pick which package to upgrade. However, there is a way to upgrade selectively. But it's too much to fit into comments comfortably. Why don't you ask a new question "How do I selectively upgrade packages?" and I will answer it there.

    – Thinking Torus
    Jul 18 at 6:55











  • And before you go, accept this answer since I believe it already answered your original question, and ideally also upvote it, and more ideally also get your friends to upvote it ;) Right now I am in this ridiculous situation where I can't even leave a comment, and people think I am just like other newbies who come and go taking what they want leaving nothing in return, and some may even take one step further to assume I don't know what I am talking about -- making it much less fun to contribute here.

    – Thinking Torus
    Jul 18 at 6:56













0














0










0









To preview (edited the answer linked in user535733 comment: no sudo needed, and shouldn't escape $):



apt list --upgradable | grep "$(lsb_release -cs)-security"



To install:



sudo apt upgrade






share|improve this answer














To preview (edited the answer linked in user535733 comment: no sudo needed, and shouldn't escape $):



apt list --upgradable | grep "$(lsb_release -cs)-security"



To install:



sudo apt upgrade







share|improve this answer













share|improve this answer




share|improve this answer










answered Jul 16 at 15:32









Thinking TorusThinking Torus

1011 bronze badge




1011 bronze badge















  • Thanks, how does one just upgrade security updates?

    – Tariq
    Jul 17 at 16:00











  • As you can tell from the man page, apt upgrade is all or nothing (for good reasons). It doesn't allow you to cherry pick which package to upgrade. However, there is a way to upgrade selectively. But it's too much to fit into comments comfortably. Why don't you ask a new question "How do I selectively upgrade packages?" and I will answer it there.

    – Thinking Torus
    Jul 18 at 6:55











  • And before you go, accept this answer since I believe it already answered your original question, and ideally also upvote it, and more ideally also get your friends to upvote it ;) Right now I am in this ridiculous situation where I can't even leave a comment, and people think I am just like other newbies who come and go taking what they want leaving nothing in return, and some may even take one step further to assume I don't know what I am talking about -- making it much less fun to contribute here.

    – Thinking Torus
    Jul 18 at 6:56

















  • Thanks, how does one just upgrade security updates?

    – Tariq
    Jul 17 at 16:00











  • As you can tell from the man page, apt upgrade is all or nothing (for good reasons). It doesn't allow you to cherry pick which package to upgrade. However, there is a way to upgrade selectively. But it's too much to fit into comments comfortably. Why don't you ask a new question "How do I selectively upgrade packages?" and I will answer it there.

    – Thinking Torus
    Jul 18 at 6:55











  • And before you go, accept this answer since I believe it already answered your original question, and ideally also upvote it, and more ideally also get your friends to upvote it ;) Right now I am in this ridiculous situation where I can't even leave a comment, and people think I am just like other newbies who come and go taking what they want leaving nothing in return, and some may even take one step further to assume I don't know what I am talking about -- making it much less fun to contribute here.

    – Thinking Torus
    Jul 18 at 6:56
















Thanks, how does one just upgrade security updates?

– Tariq
Jul 17 at 16:00





Thanks, how does one just upgrade security updates?

– Tariq
Jul 17 at 16:00













As you can tell from the man page, apt upgrade is all or nothing (for good reasons). It doesn't allow you to cherry pick which package to upgrade. However, there is a way to upgrade selectively. But it's too much to fit into comments comfortably. Why don't you ask a new question "How do I selectively upgrade packages?" and I will answer it there.

– Thinking Torus
Jul 18 at 6:55





As you can tell from the man page, apt upgrade is all or nothing (for good reasons). It doesn't allow you to cherry pick which package to upgrade. However, there is a way to upgrade selectively. But it's too much to fit into comments comfortably. Why don't you ask a new question "How do I selectively upgrade packages?" and I will answer it there.

– Thinking Torus
Jul 18 at 6:55













And before you go, accept this answer since I believe it already answered your original question, and ideally also upvote it, and more ideally also get your friends to upvote it ;) Right now I am in this ridiculous situation where I can't even leave a comment, and people think I am just like other newbies who come and go taking what they want leaving nothing in return, and some may even take one step further to assume I don't know what I am talking about -- making it much less fun to contribute here.

– Thinking Torus
Jul 18 at 6:56





And before you go, accept this answer since I believe it already answered your original question, and ideally also upvote it, and more ideally also get your friends to upvote it ;) Right now I am in this ridiculous situation where I can't even leave a comment, and people think I am just like other newbies who come and go taking what they want leaving nothing in return, and some may even take one step further to assume I don't know what I am talking about -- making it much less fun to contribute here.

– Thinking Torus
Jul 18 at 6:56


















draft saved

draft discarded















































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.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1158688%2fhow-do-i-preview-only-outstanding-security-updates%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

Tamil (spriik) Luke uk diar | Nawigatjuun

Align equal signs while including text over equalitiesAMS align: left aligned text/math plus multicolumn alignmentMultiple alignmentsAligning equations in multiple placesNumbering and aligning an equation with multiple columnsHow to align one equation with another multline equationUsing \ in environments inside the begintabularxNumber equations and preserving alignment of equal signsHow can I align equations to the left and to the right?Double equation alignment problem within align enviromentAligned within align: Why are they right-aligned?

Where does the image of a data connector as a sharp metal spike originate from?Where does the concept of infected people turning into zombies only after death originate from?Where does the motif of a reanimated human head originate?Where did the notion that Dragons could speak originate?Where does the archetypal image of the 'Grey' alien come from?Where did the suffix '-Man' originate?Where does the notion of being injured or killed by an illusion originate?Where did the term “sophont” originate?Where does the trope of magic spells being driven by advanced technology originate from?Where did the term “the living impaired” originate?