Code: Select all
apt-get update && apt-get dist-upgrade
I did mine through smxi . /var/log/smxi don't say anything about this error
Code: Select all
E: The value 'mepis' is invalid for APT::Default-Release as such a release is not available in the sources
The thread where this issue came up is at
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://forum.eeeuser.com/viewtopic.php?pid=768293#p768293"
linktext was:"http://forum.eeeuser.com/viewtopic.php? ... 93#p768293"
====================================
First time I have ever seen this error in a dist-upgrade.
Using the apt-get -f dist-upgrade option in smxi did not rectify the error either. Here is the terminal readout
Code: Select all
harry@biker:~$ sux
Password:
root@biker:/home/harry# apt-get dist-upgrade
Reading package lists... Done
E: The value 'mepis' is invalid for APT::Default-Release as such a release is not available in the sources
Fixed by editing /etc/apt/apt.conf file like so
Code: Select all
#APT::Default-Release"mepis";
APT::Cache-Limit 60000000;
APT::Get::Purge;
APT::Get::AllowUnauthenticated 0;
Acquire::cdrom::Mount"/media/cdrom";
Code: Select all
root@biker:/home/harry# apt-get dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages have been kept back:
ffmpeg gstreamer0.10-ffmpeg mplayer-nogui
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.