W: Invalid 'Date' entry in Release file /var/lib/apt/lists/partial/_var_cuda-repo-8-0-local_Release
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
1
down vote
favorite
When I run
$ sudo apt-get update
I get
sudo apt-get update
Get:1 file:/var/cuda-repo-8-0-local InRelease
Ign:1 file:/var/cuda-repo-8-0-local InRelease
Get:2 file:/var/cuda-repo-8-0-local Release [574 B]
Get:2 file:/var/cuda-repo-8-0-local Release [574 B]
Get:3 file:/var/cuda-repo-8-0-local Release.gpg [819 B]
Get:3 file:/var/cuda-repo-8-0-local Release.gpg [819 B]
Hit:4 http://repo.steampowered.com/steam precise InRelease
Hit:5 http://ppa.launchpad.net/atareao/atareao/ubuntu xenial InRelease
Ign:6 http://dl.google.com/linux/chrome/deb stable InRelease
Hit:7 http://security.ubuntu.com/ubuntu xenial-security InRelease
Hit:8 http://de.archive.ubuntu.com/ubuntu xenial InRelease
Hit:9 http://de.archive.ubuntu.com/ubuntu xenial-updates InRelease
Hit:10 http://dl.google.com/linux/chrome/deb stable Release
Hit:11 http://ppa.launchpad.net/clipgrab-team/ppa/ubuntu xenial InRelease
Hit:12 http://storage.googleapis.com/bazel-apt stable InRelease
Hit:13 http://de.archive.ubuntu.com/ubuntu xenial-backports InRelease
Hit:14 http://ppa.launchpad.net/fingerprint/fingerprint-gui/ubuntu xenial InRelease
Hit:15 https://download.docker.com/linux/ubuntu xenial InRelease
Hit:16 http://archive.canonical.com/ubuntu xenial InRelease
Hit:17 http://ppa.launchpad.net/git-core/ppa/ubuntu xenial InRelease
Hit:18 http://ppa.launchpad.net/webupd8team/java/ubuntu xenial InRelease
Ign:19 http://archive.canonical.com precise InRelease
Hit:21 http://archive.canonical.com precise Release
Hit:22 https://download.sublimetext.com apt/stable/ InRelease
Hit:24 https://packagecloud.io/github/git-lfs/ubuntu xenial InRelease
Reading package lists... Done
W: Invalid 'Date' entry in Release file /var/lib/apt/lists/partial/_var_cuda-repo-8-0-local_Release
W: http://archive.canonical.com/dists/precise/Release.gpg: Signature by key 630239CC130E1A7FD81A27B140976EAF437D05B5 uses weak digest algorithm (SHA1)
Can / should I do anything because of the following warning?
W: Invalid 'Date' entry in Release file /var/lib/apt/lists/partial/_var_cuda-repo-8-0-local_Release
16.04 command-line apt package-management updates
add a comment |Â
up vote
1
down vote
favorite
When I run
$ sudo apt-get update
I get
sudo apt-get update
Get:1 file:/var/cuda-repo-8-0-local InRelease
Ign:1 file:/var/cuda-repo-8-0-local InRelease
Get:2 file:/var/cuda-repo-8-0-local Release [574 B]
Get:2 file:/var/cuda-repo-8-0-local Release [574 B]
Get:3 file:/var/cuda-repo-8-0-local Release.gpg [819 B]
Get:3 file:/var/cuda-repo-8-0-local Release.gpg [819 B]
Hit:4 http://repo.steampowered.com/steam precise InRelease
Hit:5 http://ppa.launchpad.net/atareao/atareao/ubuntu xenial InRelease
Ign:6 http://dl.google.com/linux/chrome/deb stable InRelease
Hit:7 http://security.ubuntu.com/ubuntu xenial-security InRelease
Hit:8 http://de.archive.ubuntu.com/ubuntu xenial InRelease
Hit:9 http://de.archive.ubuntu.com/ubuntu xenial-updates InRelease
Hit:10 http://dl.google.com/linux/chrome/deb stable Release
Hit:11 http://ppa.launchpad.net/clipgrab-team/ppa/ubuntu xenial InRelease
Hit:12 http://storage.googleapis.com/bazel-apt stable InRelease
Hit:13 http://de.archive.ubuntu.com/ubuntu xenial-backports InRelease
Hit:14 http://ppa.launchpad.net/fingerprint/fingerprint-gui/ubuntu xenial InRelease
Hit:15 https://download.docker.com/linux/ubuntu xenial InRelease
Hit:16 http://archive.canonical.com/ubuntu xenial InRelease
Hit:17 http://ppa.launchpad.net/git-core/ppa/ubuntu xenial InRelease
Hit:18 http://ppa.launchpad.net/webupd8team/java/ubuntu xenial InRelease
Ign:19 http://archive.canonical.com precise InRelease
Hit:21 http://archive.canonical.com precise Release
Hit:22 https://download.sublimetext.com apt/stable/ InRelease
Hit:24 https://packagecloud.io/github/git-lfs/ubuntu xenial InRelease
Reading package lists... Done
W: Invalid 'Date' entry in Release file /var/lib/apt/lists/partial/_var_cuda-repo-8-0-local_Release
W: http://archive.canonical.com/dists/precise/Release.gpg: Signature by key 630239CC130E1A7FD81A27B140976EAF437D05B5 uses weak digest algorithm (SHA1)
Can / should I do anything because of the following warning?
W: Invalid 'Date' entry in Release file /var/lib/apt/lists/partial/_var_cuda-repo-8-0-local_Release
16.04 command-line apt package-management updates
1
Can you check your current system time using thedate
command and verify it is correct? Also can you please add the output ofdate --iso-8601='seconds' ; grep -r "Date:" /var/lib/apt/lists/partial/_var_cuda-repo-8-0-local_Release ; ls --full-time /var/lib/apt/lists/partial/_var_cuda-repo-8-0-local_Release
â Byte Commander
Feb 24 at 22:39
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
When I run
$ sudo apt-get update
I get
sudo apt-get update
Get:1 file:/var/cuda-repo-8-0-local InRelease
Ign:1 file:/var/cuda-repo-8-0-local InRelease
Get:2 file:/var/cuda-repo-8-0-local Release [574 B]
Get:2 file:/var/cuda-repo-8-0-local Release [574 B]
Get:3 file:/var/cuda-repo-8-0-local Release.gpg [819 B]
Get:3 file:/var/cuda-repo-8-0-local Release.gpg [819 B]
Hit:4 http://repo.steampowered.com/steam precise InRelease
Hit:5 http://ppa.launchpad.net/atareao/atareao/ubuntu xenial InRelease
Ign:6 http://dl.google.com/linux/chrome/deb stable InRelease
Hit:7 http://security.ubuntu.com/ubuntu xenial-security InRelease
Hit:8 http://de.archive.ubuntu.com/ubuntu xenial InRelease
Hit:9 http://de.archive.ubuntu.com/ubuntu xenial-updates InRelease
Hit:10 http://dl.google.com/linux/chrome/deb stable Release
Hit:11 http://ppa.launchpad.net/clipgrab-team/ppa/ubuntu xenial InRelease
Hit:12 http://storage.googleapis.com/bazel-apt stable InRelease
Hit:13 http://de.archive.ubuntu.com/ubuntu xenial-backports InRelease
Hit:14 http://ppa.launchpad.net/fingerprint/fingerprint-gui/ubuntu xenial InRelease
Hit:15 https://download.docker.com/linux/ubuntu xenial InRelease
Hit:16 http://archive.canonical.com/ubuntu xenial InRelease
Hit:17 http://ppa.launchpad.net/git-core/ppa/ubuntu xenial InRelease
Hit:18 http://ppa.launchpad.net/webupd8team/java/ubuntu xenial InRelease
Ign:19 http://archive.canonical.com precise InRelease
Hit:21 http://archive.canonical.com precise Release
Hit:22 https://download.sublimetext.com apt/stable/ InRelease
Hit:24 https://packagecloud.io/github/git-lfs/ubuntu xenial InRelease
Reading package lists... Done
W: Invalid 'Date' entry in Release file /var/lib/apt/lists/partial/_var_cuda-repo-8-0-local_Release
W: http://archive.canonical.com/dists/precise/Release.gpg: Signature by key 630239CC130E1A7FD81A27B140976EAF437D05B5 uses weak digest algorithm (SHA1)
Can / should I do anything because of the following warning?
W: Invalid 'Date' entry in Release file /var/lib/apt/lists/partial/_var_cuda-repo-8-0-local_Release
16.04 command-line apt package-management updates
When I run
$ sudo apt-get update
I get
sudo apt-get update
Get:1 file:/var/cuda-repo-8-0-local InRelease
Ign:1 file:/var/cuda-repo-8-0-local InRelease
Get:2 file:/var/cuda-repo-8-0-local Release [574 B]
Get:2 file:/var/cuda-repo-8-0-local Release [574 B]
Get:3 file:/var/cuda-repo-8-0-local Release.gpg [819 B]
Get:3 file:/var/cuda-repo-8-0-local Release.gpg [819 B]
Hit:4 http://repo.steampowered.com/steam precise InRelease
Hit:5 http://ppa.launchpad.net/atareao/atareao/ubuntu xenial InRelease
Ign:6 http://dl.google.com/linux/chrome/deb stable InRelease
Hit:7 http://security.ubuntu.com/ubuntu xenial-security InRelease
Hit:8 http://de.archive.ubuntu.com/ubuntu xenial InRelease
Hit:9 http://de.archive.ubuntu.com/ubuntu xenial-updates InRelease
Hit:10 http://dl.google.com/linux/chrome/deb stable Release
Hit:11 http://ppa.launchpad.net/clipgrab-team/ppa/ubuntu xenial InRelease
Hit:12 http://storage.googleapis.com/bazel-apt stable InRelease
Hit:13 http://de.archive.ubuntu.com/ubuntu xenial-backports InRelease
Hit:14 http://ppa.launchpad.net/fingerprint/fingerprint-gui/ubuntu xenial InRelease
Hit:15 https://download.docker.com/linux/ubuntu xenial InRelease
Hit:16 http://archive.canonical.com/ubuntu xenial InRelease
Hit:17 http://ppa.launchpad.net/git-core/ppa/ubuntu xenial InRelease
Hit:18 http://ppa.launchpad.net/webupd8team/java/ubuntu xenial InRelease
Ign:19 http://archive.canonical.com precise InRelease
Hit:21 http://archive.canonical.com precise Release
Hit:22 https://download.sublimetext.com apt/stable/ InRelease
Hit:24 https://packagecloud.io/github/git-lfs/ubuntu xenial InRelease
Reading package lists... Done
W: Invalid 'Date' entry in Release file /var/lib/apt/lists/partial/_var_cuda-repo-8-0-local_Release
W: http://archive.canonical.com/dists/precise/Release.gpg: Signature by key 630239CC130E1A7FD81A27B140976EAF437D05B5 uses weak digest algorithm (SHA1)
Can / should I do anything because of the following warning?
W: Invalid 'Date' entry in Release file /var/lib/apt/lists/partial/_var_cuda-repo-8-0-local_Release
16.04 command-line apt package-management updates
16.04 command-line apt package-management updates
edited Feb 24 at 22:17
asked Feb 24 at 21:27
![](https://i.stack.imgur.com/hZKFo.jpg?s=32&g=1)
![](https://i.stack.imgur.com/hZKFo.jpg?s=32&g=1)
Martin Thoma
5,990124569
5,990124569
1
Can you check your current system time using thedate
command and verify it is correct? Also can you please add the output ofdate --iso-8601='seconds' ; grep -r "Date:" /var/lib/apt/lists/partial/_var_cuda-repo-8-0-local_Release ; ls --full-time /var/lib/apt/lists/partial/_var_cuda-repo-8-0-local_Release
â Byte Commander
Feb 24 at 22:39
add a comment |Â
1
Can you check your current system time using thedate
command and verify it is correct? Also can you please add the output ofdate --iso-8601='seconds' ; grep -r "Date:" /var/lib/apt/lists/partial/_var_cuda-repo-8-0-local_Release ; ls --full-time /var/lib/apt/lists/partial/_var_cuda-repo-8-0-local_Release
â Byte Commander
Feb 24 at 22:39
1
1
Can you check your current system time using the
date
command and verify it is correct? Also can you please add the output of date --iso-8601='seconds' ; grep -r "Date:" /var/lib/apt/lists/partial/_var_cuda-repo-8-0-local_Release ; ls --full-time /var/lib/apt/lists/partial/_var_cuda-repo-8-0-local_Release
â Byte Commander
Feb 24 at 22:39
Can you check your current system time using the
date
command and verify it is correct? Also can you please add the output of date --iso-8601='seconds' ; grep -r "Date:" /var/lib/apt/lists/partial/_var_cuda-repo-8-0-local_Release ; ls --full-time /var/lib/apt/lists/partial/_var_cuda-repo-8-0-local_Release
â Byte Commander
Feb 24 at 22:39
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
1
down vote
First, you seem to be running 16.04 (Xenial), but still have some old 12.04 (Precise) repositories configured. You should really remove them.
For the other warning, probably the file got corrupted somehow, either on your machine or on the server from which it got downloaded. You can safely delete it:
sudo rm /var/lib/apt/lists/partial/_var_cuda-repo-8-0-local_Release
Or even delete the whole lists folder:
sudo rm -rf /var/lib/apt/lists
After that, you have to make Ubuntu download/update all the lists again:
sudo apt update
This time the warning should be gone. If not, wait a day or a few more and repeat, in case the file is probably broken on the server.
sudo rm /var/lib/apt/lists/partial/_var_cuda-repo-8-0-local_Release
does not change anything
â Martin Thoma
Feb 24 at 22:18
sudo rm -rf /var/lib/apt/lists
doesn't change anything
â Martin Thoma
Feb 24 at 22:19
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
First, you seem to be running 16.04 (Xenial), but still have some old 12.04 (Precise) repositories configured. You should really remove them.
For the other warning, probably the file got corrupted somehow, either on your machine or on the server from which it got downloaded. You can safely delete it:
sudo rm /var/lib/apt/lists/partial/_var_cuda-repo-8-0-local_Release
Or even delete the whole lists folder:
sudo rm -rf /var/lib/apt/lists
After that, you have to make Ubuntu download/update all the lists again:
sudo apt update
This time the warning should be gone. If not, wait a day or a few more and repeat, in case the file is probably broken on the server.
sudo rm /var/lib/apt/lists/partial/_var_cuda-repo-8-0-local_Release
does not change anything
â Martin Thoma
Feb 24 at 22:18
sudo rm -rf /var/lib/apt/lists
doesn't change anything
â Martin Thoma
Feb 24 at 22:19
add a comment |Â
up vote
1
down vote
First, you seem to be running 16.04 (Xenial), but still have some old 12.04 (Precise) repositories configured. You should really remove them.
For the other warning, probably the file got corrupted somehow, either on your machine or on the server from which it got downloaded. You can safely delete it:
sudo rm /var/lib/apt/lists/partial/_var_cuda-repo-8-0-local_Release
Or even delete the whole lists folder:
sudo rm -rf /var/lib/apt/lists
After that, you have to make Ubuntu download/update all the lists again:
sudo apt update
This time the warning should be gone. If not, wait a day or a few more and repeat, in case the file is probably broken on the server.
sudo rm /var/lib/apt/lists/partial/_var_cuda-repo-8-0-local_Release
does not change anything
â Martin Thoma
Feb 24 at 22:18
sudo rm -rf /var/lib/apt/lists
doesn't change anything
â Martin Thoma
Feb 24 at 22:19
add a comment |Â
up vote
1
down vote
up vote
1
down vote
First, you seem to be running 16.04 (Xenial), but still have some old 12.04 (Precise) repositories configured. You should really remove them.
For the other warning, probably the file got corrupted somehow, either on your machine or on the server from which it got downloaded. You can safely delete it:
sudo rm /var/lib/apt/lists/partial/_var_cuda-repo-8-0-local_Release
Or even delete the whole lists folder:
sudo rm -rf /var/lib/apt/lists
After that, you have to make Ubuntu download/update all the lists again:
sudo apt update
This time the warning should be gone. If not, wait a day or a few more and repeat, in case the file is probably broken on the server.
First, you seem to be running 16.04 (Xenial), but still have some old 12.04 (Precise) repositories configured. You should really remove them.
For the other warning, probably the file got corrupted somehow, either on your machine or on the server from which it got downloaded. You can safely delete it:
sudo rm /var/lib/apt/lists/partial/_var_cuda-repo-8-0-local_Release
Or even delete the whole lists folder:
sudo rm -rf /var/lib/apt/lists
After that, you have to make Ubuntu download/update all the lists again:
sudo apt update
This time the warning should be gone. If not, wait a day or a few more and repeat, in case the file is probably broken on the server.
answered Feb 24 at 22:08
![](https://i.stack.imgur.com/m8DYH.jpg?s=32&g=1)
![](https://i.stack.imgur.com/m8DYH.jpg?s=32&g=1)
Byte Commander
59.7k26159268
59.7k26159268
sudo rm /var/lib/apt/lists/partial/_var_cuda-repo-8-0-local_Release
does not change anything
â Martin Thoma
Feb 24 at 22:18
sudo rm -rf /var/lib/apt/lists
doesn't change anything
â Martin Thoma
Feb 24 at 22:19
add a comment |Â
sudo rm /var/lib/apt/lists/partial/_var_cuda-repo-8-0-local_Release
does not change anything
â Martin Thoma
Feb 24 at 22:18
sudo rm -rf /var/lib/apt/lists
doesn't change anything
â Martin Thoma
Feb 24 at 22:19
sudo rm /var/lib/apt/lists/partial/_var_cuda-repo-8-0-local_Release
does not change anythingâ Martin Thoma
Feb 24 at 22:18
sudo rm /var/lib/apt/lists/partial/_var_cuda-repo-8-0-local_Release
does not change anythingâ Martin Thoma
Feb 24 at 22:18
sudo rm -rf /var/lib/apt/lists
doesn't change anythingâ Martin Thoma
Feb 24 at 22:19
sudo rm -rf /var/lib/apt/lists
doesn't change anythingâ Martin Thoma
Feb 24 at 22:19
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1009437%2fw-invalid-date-entry-in-release-file-var-lib-apt-lists-partial-var-cuda-rep%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
1
Can you check your current system time using the
date
command and verify it is correct? Also can you please add the output ofdate --iso-8601='seconds' ; grep -r "Date:" /var/lib/apt/lists/partial/_var_cuda-repo-8-0-local_Release ; ls --full-time /var/lib/apt/lists/partial/_var_cuda-repo-8-0-local_Release
â Byte Commander
Feb 24 at 22:39