Please note the new address for this forum : forum.excito.org. The old address redirects here but I don't know for how long. Thanks !
New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !
firmware
Hi jsw,
Just running "apt-get update" does actually not upgrade anything, it just gets the list of possible updates from the servers.
The upgrade process consists of two command:
apt-get update (that retreives the list of wich packages are available)
and
apt-get dist-upgrade that actually upgrades the system.
This process will update the entire system.
/PA, Excito
Just running "apt-get update" does actually not upgrade anything, it just gets the list of possible updates from the servers.
The upgrade process consists of two command:
apt-get update (that retreives the list of wich packages are available)
and
apt-get dist-upgrade that actually upgrades the system.
This process will update the entire system.
/PA, Excito
Sorry, I meant an update followed by an upgrade. So this fixes the firmware too. Nice!pa wrote:Hi jsw,
Just running "apt-get update" does actually not upgrade anything, it just gets the list of possible updates from the servers.
The upgrade process consists of two command:
apt-get update (that retreives the list of wich packages are available)
and
apt-get dist-upgrade that actually upgrades the system.
This process will update the entire system.
/PA, Excito