How to update the apt-check count of “X packages can be updated” messageHow do I force apt-get to update the state of package versions?How do I check only security updates from the command-line?Update-manager does not show all updatesStart installing packages while further fetching the updateWhy Does Software Updater Say No updates Available, but apt-get upgrade Shows updates available?How can I stop the updates notifier box from appearing?ubuntu up-to-date but still showing updatesapt-get update isn't able to connect to the internetGet a list of phased package upgrades for a script (apt vs. update-manager)Some packages listed as updates by Ubuntu Software centre, but not by `sudo apt update`. Why?

What does it take to become a wilderness skills guide as a business?

Is the differential, dp, exact or not?

The (Easy) Road to Code

How to write a chaotic neutral protagonist and prevent my readers from thinking they are evil?

Are small insurances worth it?

Why does this boat have a landing pad? (SpaceX's GO Searcher) Any plans for propulsive capsule landings?

Short SF story. Females use stingers to implant eggs in yearfathers

If nine coins are tossed, what is the probability that the number of heads is even?

A running toilet that stops itself

Is there a math expression equivalent to the conditional ternary operator?

How to install "rounded" brake pads

Why do we say 'Pairwise Disjoint', rather than 'Disjoint'?

Paper published similar to PhD thesis

What would be the most expensive material to an intergalactic society?

Why does a car's steering wheel get lighter with increasing speed

How to recover against Snake as a heavyweight character?

Can I negotiate a patent idea for a raise, under French law?

I've given my players a lot of magic items. Is it reasonable for me to give them harder encounters?

Giving a talk in my old university, how prominently should I tell students my salary?

Help! My Character is too much for her story!

What is the oldest European royal house?

Where is the License file location for Identity Server in Sitecore 9.1?

Has a sovereign Communist government ever run, and conceded loss, on a fair election?

After Brexit, will the EU recognize British passports that are valid for more than ten years?



How to update the apt-check count of “X packages can be updated” message


How do I force apt-get to update the state of package versions?How do I check only security updates from the command-line?Update-manager does not show all updatesStart installing packages while further fetching the updateWhy Does Software Updater Say No updates Available, but apt-get upgrade Shows updates available?How can I stop the updates notifier box from appearing?ubuntu up-to-date but still showing updatesapt-get update isn't able to connect to the internetGet a list of phased package upgrades for a script (apt vs. update-manager)Some packages listed as updates by Ubuntu Software centre, but not by `sudo apt update`. Why?













0















Is there a command to update the apt-check results so I can use bash script to check them?



I run upgrade and it shows 0 but apt-check still shows 12 packages can be updated. How often is this suppose to update on its own? I have numerous servers. Some seem to update instantly. Others go days still showing updates are available when they aren't.



I have read that rebooting can reset it but thats silly. Why would you need to reboot to refresh a simple message especially when most updates do NOT require a reboot.



# apt-get update && apt-get upgrade
0 upgraded, 0 newly installed, 0 to remove
# /usr/lib/update-notifier/apt-check --human-readable
12 packages can be updated.
9 updates are security updates.









share|improve this question







New contributor




Kyle is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • sudo apt-get dist-upgrade will probably upgrade the 12 packages

    – cmak.fr
    10 hours ago











  • this seems to work. Can you post this as an answer instead of a comment?

    – Kyle
    1 hour ago















0















Is there a command to update the apt-check results so I can use bash script to check them?



I run upgrade and it shows 0 but apt-check still shows 12 packages can be updated. How often is this suppose to update on its own? I have numerous servers. Some seem to update instantly. Others go days still showing updates are available when they aren't.



I have read that rebooting can reset it but thats silly. Why would you need to reboot to refresh a simple message especially when most updates do NOT require a reboot.



# apt-get update && apt-get upgrade
0 upgraded, 0 newly installed, 0 to remove
# /usr/lib/update-notifier/apt-check --human-readable
12 packages can be updated.
9 updates are security updates.









share|improve this question







New contributor




Kyle is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • sudo apt-get dist-upgrade will probably upgrade the 12 packages

    – cmak.fr
    10 hours ago











  • this seems to work. Can you post this as an answer instead of a comment?

    – Kyle
    1 hour ago













0












0








0








Is there a command to update the apt-check results so I can use bash script to check them?



I run upgrade and it shows 0 but apt-check still shows 12 packages can be updated. How often is this suppose to update on its own? I have numerous servers. Some seem to update instantly. Others go days still showing updates are available when they aren't.



I have read that rebooting can reset it but thats silly. Why would you need to reboot to refresh a simple message especially when most updates do NOT require a reboot.



# apt-get update && apt-get upgrade
0 upgraded, 0 newly installed, 0 to remove
# /usr/lib/update-notifier/apt-check --human-readable
12 packages can be updated.
9 updates are security updates.









share|improve this question







New contributor




Kyle is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












Is there a command to update the apt-check results so I can use bash script to check them?



I run upgrade and it shows 0 but apt-check still shows 12 packages can be updated. How often is this suppose to update on its own? I have numerous servers. Some seem to update instantly. Others go days still showing updates are available when they aren't.



I have read that rebooting can reset it but thats silly. Why would you need to reboot to refresh a simple message especially when most updates do NOT require a reboot.



# apt-get update && apt-get upgrade
0 upgraded, 0 newly installed, 0 to remove
# /usr/lib/update-notifier/apt-check --human-readable
12 packages can be updated.
9 updates are security updates.






apt package-management updates






share|improve this question







New contributor




Kyle is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question







New contributor




Kyle is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question






New contributor




Kyle is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 10 hours ago









KyleKyle

1012




1012




New contributor




Kyle is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Kyle is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Kyle is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












  • sudo apt-get dist-upgrade will probably upgrade the 12 packages

    – cmak.fr
    10 hours ago











  • this seems to work. Can you post this as an answer instead of a comment?

    – Kyle
    1 hour ago

















  • sudo apt-get dist-upgrade will probably upgrade the 12 packages

    – cmak.fr
    10 hours ago











  • this seems to work. Can you post this as an answer instead of a comment?

    – Kyle
    1 hour ago
















sudo apt-get dist-upgrade will probably upgrade the 12 packages

– cmak.fr
10 hours ago





sudo apt-get dist-upgrade will probably upgrade the 12 packages

– cmak.fr
10 hours ago













this seems to work. Can you post this as an answer instead of a comment?

– Kyle
1 hour ago





this seems to work. Can you post this as an answer instead of a comment?

– Kyle
1 hour ago










0






active

oldest

votes











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



);






Kyle is a new contributor. Be nice, and check out our Code of Conduct.









draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1124118%2fhow-to-update-the-apt-check-count-of-x-packages-can-be-updated-message%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes








Kyle is a new contributor. Be nice, and check out our Code of Conduct.









draft saved

draft discarded


















Kyle is a new contributor. Be nice, and check out our Code of Conduct.












Kyle is a new contributor. Be nice, and check out our Code of Conduct.











Kyle is a new contributor. Be nice, and check out our Code of Conduct.














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%2f1124118%2fhow-to-update-the-apt-check-count-of-x-packages-can-be-updated-message%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

Möglingen Índice Localización Historia Demografía Referencias Enlaces externos Menú de navegación48°53′18″N 9°07′45″E / 48.888333333333, 9.129166666666748°53′18″N 9°07′45″E / 48.888333333333, 9.1291666666667Sitio web oficial Mapa de Möglingen«Gemeinden in Deutschland nach Fläche, Bevölkerung und Postleitzahl am 30.09.2016»Möglingen

Virtualbox - Configuration error: Querying “UUID” failed (VERR_CFGM_VALUE_NOT_FOUND)“VERR_SUPLIB_WORLD_WRITABLE” error when trying to installing OS in virtualboxVirtual Box Kernel errorFailed to open a seesion for the virtual machineFailed to open a session for the virtual machineUbuntu 14.04 LTS Virtualbox errorcan't use VM VirtualBoxusing virtualboxI can't run Linux-64 Bit on VirtualBoxUnable to insert the virtual optical disk (VBoxguestaddition) in virtual machine for ubuntu server in win 10VirtuaBox in Ubuntu 18.04 Issues with Win10.ISO Installation

Antonio De Lisio Carrera Referencias Menú de navegación«Caracas: evolución relacional multipleja»«Cuando los gobiernos subestiman a las localidades: L a Iniciativa para la Integración de la Infraestructura Regional Suramericana (IIRSA) en la frontera Colombo-Venezolana»«Maestría en Planificación Integral del Ambiente»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»«Conózcanos»«Caracas: evolución relacional multipleja»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»