#Emdebian Grip

##Problem description

When I launch <b>apt-get update</b> some errors appears:

<pre class="minicom">
root@netusg20:~# apt-get update
Hit http://ftp.it.debian.org wheezy Release.gpg
...
Ign http://www.emdebian.org wheezy-grip Release.gpg
Ign http://www.emdebian.org wheezy-grip Release
Err http://www.emdebian.org wheezy-grip/main Sources
  404  Not Found
Err http://www.emdebian.org wheezy-grip/main armel Packages
  404  Not Found
Ign http://www.emdebian.org wheezy-grip/main Translation-en
W: Failed to fetch http://www.emdebian.org/grip/dists/wheezy-grip/main/source/Sources  404  Not Found
W: Failed to fetch http://www.emdebian.org/grip/dists/wheezy-grip/main/binary-armel/Packages  404  Not Found
E: Some index files failed to download. They have been ignored, or old ones used instead.
</pre>

##Solution

Delete the file saved in <b>/etc/apt/sources.list.d</b>

Delete the repository url in <b>/etc/apt/sources.list</b>
and save this new urls:

<pre class="minicom">
deb http://emdebian.bytesatwork.ch/mirror/grip stable-grip main
deb-src http://emdebian.bytesatwork.ch/mirror/grip stable-grip main
</pre>

Type:

<pre class="minicom">
# apt-get update
</pre>

Then install the package you need or upgrade by typing:

<pre class="minicom">
# apt-get upgrade
</pre>

#EmDebian distribution closed

The [EmDebian project](www.emdebian.org) is closed and the repository is not available anymore ([read more...](https://wiki.debian.org/Embedded_Debian)).

To continue to use it on your Acme Systems boards delete this file on your microSD:

<pre class="minicom">
/etc/apt/sources.list.d/multistrap-emdebian.list
</pre>

Then type:

<pre class="minicom">
# apt-get update
</pre>

After that you can install or upgrade any package.
