Saturday, April 23, 2016

Elementary OS - show update out of date

Your Elementary OS show a warning/alert like the following:

The update information is outdated. This may be caused by.......

image

Using one or more PPAs that don't work might cause this problem sometimes. Run

sudo apt-get update

to check which PPAs are causing the error and remove them if necessary.

In this case, the Google Chrome PPA don't work:

image

 

Solution:

Run the following three commands:

sudo sed -i -e 's/deb http/deb [arch=amd64] http/' "/etc/apt/sources.list.d/google-chrome.list"
sudo sed -i -e 's/deb http/deb [arch=amd64] http/' "/opt/google/chrome/cron/google-chrome"
sudo apt-get update

 

image

Problem fixed.

 

Reference:

http://elementaryos.stackexchange.com/questions/596/how-can-i-get-rid-of-the-update-information-is-outdated-warning

http://www.omgubuntu.co.uk/2016/03/fix-failed-to-fetch-google-chrome-apt-error-ubuntu

Print Friendly and PDF
Share/Bookmark

Thursday, April 14, 2016

Nokia Lumia 520/525 still able to upgrade to 10586.218 (Technical Preview for phone)

If your phone join Insider preview before, you just need to change to "Insider Release Preview" channel, you will receive the updates.

image

 

Reference:

Lumia920/1020老機型福利!Win10移動版10586.218可持續更新
http://www.hksilicon.com/kb/articles/1059906 Print Friendly and PDF
Share/Bookmark