Maui Forums

Full Version: [Solved]: Kinfocenter - 17.03 -->About System
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I gave this command

Code:
sudo rm -r /var/lib/apt/lists/* && sudo apt-get update

and it still want to install this version 0+p8+git20161025.1049-0
Then please enter apt-cache policy kcm-about-extended and see if the correct version pops up.
If it does you can force install the correct version with
Code:
sudo apt-get install kcm-about-extended=0+p9+git20170201.0509-0
Ok, apt-cache policy kcm-about-extended gives that the last version is
0+p9+git20170201.0509-0 500
500 http://ds9-maui.s3-website.eu-central-1....-backports xenial/main amd64 Packages
but the candidate is
0+p8+git20161025.1049-0

with
Code:
sudo apt-get install kcm-about-extended=0+p9+git20170201.0509-0

all is ok and now it works
It works!!!
(14th March 2017, 20:48)leszek Wrote: [ -> ]Then please enter apt-cache policy kcm-about-extended and see if the correct version pops up.
If it does you can force install the correct version with
Code:
sudo apt-get install kcm-about-extended=0+p9+git20170201.0509-0

Or use Synaptic, find the package, hit CTRL+E, pick the proper version and install it Wink
Works for me.
Regards!
Pages: 1 2