Ubuntu 16.04不升级包?

我有Ubuntu 16.04服务器,但它从来没有升级任何安装的软件包,如proftpd,mod_pagespeed,webmin等

我跑(作为sudo)

apt-get update && apt-get full-upgrade 

它说以下内容:

 Hit:1 http://nl.archive.ubuntu.com/ubuntu xenial InRelease Hit:2 http://nl.archive.ubuntu.com/ubuntu xenial-updates InRelease Ign:3 http://dl.google.com/linux/mod-pagespeed/deb stable InRelease Get:4 http://security.ubuntu.com/ubuntu xenial-security InRelease [102 kB] Hit:5 http://ppa.launchpad.net/ondrej/php/ubuntu xenial InRelease Hit:6 http://nl.archive.ubuntu.com/ubuntu xenial-backports InRelease Hit:7 http://dl.google.com/linux/mod-pagespeed/deb stable Release Fetched 102 kB in 10s (9,739 B/s) Reading package lists... Done Reading package lists... Done Building dependency tree Reading state information... Done Calculating upgrade... Done 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 

'Hit:7 http://dl.google.com/linux/mod-pagespeed/deb stable Release'searchmod-pagespeed升级正确吗? 但从来没有find升级。 然而,版本是旧的,我在pagespeed网站上看到,所以我手动下载最新的软件包..

“proftpd”和“webmin”(也许更多我不知道)是一样的,有所有旧版本安装,从未升级。 当我查看“proftpd”的网站时,最新版本是:1.3.6,1.3.5e发布[09 / Apr / 2017],而我的1.3.5a版本

当我手动尝试安装proftpd它说:proftpd-basic已经是最新的版本(1.3.5a-1build1)。 但那不正确?

我如何升级我所有的软件包?