All that apt-get clean does is to remove the downloaded .deb files stored in /var/cache/apt/archives <div>apt-get clean will not break your running system as it does not install or remove packages.  The next time you use apt, it will download whatever packages it needs.</div>

<div><br></div><div>You can also manually force an install of a downloaded .deb that is in here (something like dpkg -i --force-all /var/cache/apt/archives/some-package-and-version-number.deb)</div><div><br></div><div><br>

<div class="gmail_quote">On Sun, Jan 15, 2012 at 4:30 PM, Kenny Mayne <span dir="ltr"><<a href="mailto:snapback77@yahoo.com">snapback77@yahoo.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<table cellspacing="0" cellpadding="0" border="0"><tbody><tr><td valign="top" style="font:inherit">OK, I suspect that apt cache is stuffed because my 24bit96 music files some time give me trouble.   Too much cpu use? Would "apt-get autoclean" help here too?  Just wondering.<br>

If I do  "apt-get autoclean" or "apt-get clean" is this a safe move?   Right now I have a working system for listening at least. <br>I have the "Voyage MPD Starter Kit" with 0.7 pre-loaded on 4GB Compact Flash ALIX.3D2 embedded board.<br>

This is new but very interesting to me.  Thanks for any help.<br>Kenny<div class="im"><br><br><br>--- On <b>Sat, 1/14/12, Gustin Johnson <i><<a href="mailto:gustin@meganerd.ca" target="_blank">gustin@meganerd.ca</a>></i></b> wrote:<br>

</div><blockquote style="border-left:2px solid rgb(16,16,255);margin-left:5px;padding-left:5px"><div class="im"><br>From: Gustin Johnson <<a href="mailto:gustin@meganerd.ca" target="_blank">gustin@meganerd.ca</a>><br>

Subject: Re: [Voyage-linux] cannot install locales<br>To: "Kenny Mayne"
 <<a href="mailto:snapback77@yahoo.com" target="_blank">snapback77@yahoo.com</a>><br></div>Cc: "voyage linux Mailing List" <<a href="mailto:Voyage-linux@voyage.hk" target="_blank">Voyage-linux@voyage.hk</a>><br>

Date: Saturday, January 14, 2012, 9:23 PM<div><div class="h5"><br><br><div>You could also try to uninstall (purge might be a better option to apt/aptitude) and then clear your apt cache (apt-get clean) before trying again.  For some reason you have a newer version of e2fslibs installed.  <div>

<br>

</div><div>You should also make sure that you don't have any sources in /etc/apt/sources.list that are for a newer version of Debian than the version of voyage that you are using.  <div><br></div><div>Without knowing anything else, I would guess that you have either added a source or manually installed a package with dpkg.<br>



<br>If you really do need mixed version sources (I doubt it), then you should learn about apt pinning.  Google will help with this.</div><div><br></div><div>Hth,</div><div><br><div>On Sat, Jan 14, 2012 at 7:24 PM, Kenny Mayne <span dir="ltr"><<a rel="nofollow" href="http://mc/compose?to=snapback77@yahoo.com" target="_blank">snapback77@yahoo.com</a>></span> wrote:<br>



<blockquote style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><table border="0" cellpadding="0" cellspacing="0"><tbody><tr><td style="font:inherit" valign="top">I know this is sounds ridiculous but when I apt-get dist-upgrade I am shot down. thanks.<br>



rroot@voyage:~# remountrw<br>root@voyage:~# apt-get dist-upgrade<div><br>Reading package lists... Done<br>Building dependency tree       <br>Reading state information... Done<br></div>You might want to run 'apt-get -f install' to correct these.<div>



<br>The following packages have unmet dependencies:<br></div> e2fsprogs : PreDepends: e2fslibs (= 1.41.12-2) but 1.41.12-4stable1 is installed<br>E: Unmet dependencies. Try using -f.<br><br><br>--- On <b>Tue, 1/10/12, Gustin Johnson <i><<a rel="nofollow" href="http://mc/compose?to=gustin@meganerd.ca" target="_blank">gustin@meganerd.ca</a>></i></b> wrote:<br>



<blockquote style="border-left:2px solid rgb(16,16,255);margin-left:5px;padding-left:5px"><br>From: Gustin Johnson <<a rel="nofollow" href="http://mc/compose?to=gustin@meganerd.ca" target="_blank">gustin@meganerd.ca</a>><div>

<br>Subject: Re: [Voyage-linux] cannot install locales<br>

</div>To: "Kenny Mayne"
 <<a rel="nofollow" href="http://mc/compose?to=snapback77@yahoo.com" target="_blank">snapback77@yahoo.com</a>><br>Cc: "Artie Gold" <<a rel="nofollow" href="http://mc/compose?to=agold@f4winc.com" target="_blank">agold@f4winc.com</a>>, "<a rel="nofollow" href="http://mc/compose?to=voyage-linux@list.voyage.hk" target="_blank">voyage-linux@list.voyage.hk</a>" <<a rel="nofollow" href="http://mc/compose?to=voyage-linux@voyage.hk" target="_blank">voyage-linux@voyage.hk</a>><br>



Date: Tuesday, January 10, 2012, 4:14 PM<div><div><br><br><div>As was already suggested: "apt-get dist-upgrade"<br><br>2012/1/8 Kenny Mayne <<a rel="nofollow" href="http://mc/compose?to=snapback77@yahoo.com" target="_blank">snapback77@yahoo.com</a>>:<br>



> I tried to install e2fslibs and this is what I got:<br>><br>> root@voyage:~# apt-get install e2fslibs<br>><br>> Reading package lists... Done<br>> Building dependency tree<br>> Reading state information... Done<br>



> e2fslibs is already the newest version.<br>><br>> You might want to run 'apt-get -f install' to correct these:<br>> The following packages have unmet dependencies:<br>>  e2fsprogs : PreDepends: e2fslibs (= 1.41.12-2) but 1.41.12-4stable1 is to<br>



> be installed<br>> E: Unmet dependencies. Try
 'apt-get -f install' with no packages (or specify<br>> a solution).<br>> root@voyage:~#<br>> root@voyage:~# apt-get -f install<br>><br>> Reading package lists... Done<br>> Building dependency tree<br>



> Reading state information... Done<br>> Correcting dependencies... Done<br>><br>> The following extra packages will be installed:<br>>   e2fsprogs<br>> Suggested packages:<br>>   gpart parted e2fsck-static<br>



> The following packages will be upgraded:<br>>   e2fsprogs<br>> 1 upgraded, 0 newly installed, 0 to remove and 51 not upgraded.<br>> Need to get 0 B/804 kB of archives.<br>> After this operation, 0 B of additional disk space will be used.<br>



><br>> Do you want to continue [Y/n]?<br>> perl: warning: Setting locale failed.<br>> perl: warning: Please check that your locale settings:<br>>     LANGUAGE = (unset),<br>>     LC_ALL =
 (unset),<br>>     LANG = "en_US.UTF-8"<br>>     are supported and installed on your system.<br>> perl: warning: Falling back to the standard locale ("C").<br>> locale: Cannot set LC_CTYPE to default locale: No such file or directory<br>



> locale: Cannot set LC_MESSAGES to default locale: No such file or directory<br>> locale: Cannot set LC_ALL to default locale: No such file or directory<br>> (Reading database ... 13932 files and directories currently installed.)<br>



> Preparing to replace e2fsprogs 1.41.12-2 (using<br>> .../e2fsprogs_1.41.12-4stable1_i386.deb) ...<br>> Unpacking replacement e2fsprogs ...<br>> Replaced by files in installed package util-linux ...<br>> dpkg: error processing<br>



> /var/cache/apt/archives/e2fsprogs_1.41.12-4stable1_i386.deb (--unpack):<br>>  unable to create `/usr/share/locale/tr/LC_MESSAGES/e2fsprogs.mo.dpkg-new'<br>> (while processing
 `./usr/share/locale/tr/LC_MESSAGES/e2fsprogs.mo'): No such<br>> file or directory<br>> configured to not write apport reports<br>>                                       dpkg-deb: subprocess paste killed by<br>



> signal (Broken pipe)<br>> Errors were encountered while processing:<br>>  /var/cache/apt/archives/e2fsprogs_1.41.12-4stable1_i386.deb<br>> E: Sub-process /usr/bin/dpkg returned an error code (1)<br>><br>


> I hope this may help you.<br>
> Regards,<br>> Kenny<br>><br>><br>> ________________________________<br>> From: Artie Gold <<a rel="nofollow" href="http://mc/compose?to=agold@f4winc.com" target="_blank">agold@f4winc.com</a>><br>

> To:<br>> Cc: "<a rel="nofollow" href="http://mc/compose?to=voyage-linux@list.voyage.hk" target="_blank">voyage-linux@list.voyage.hk</a>" <<a rel="nofollow" href="http://mc/compose?to=voyage-linux@voyage.hk" target="_blank">voyage-linux@voyage.hk</a>><br>



> Sent: Friday, January 6, 2012 10:58 PM<br>><br>> Subject: Re: [Voyage-linux] cannot install locales<br>><br>><br>><br>> On Fri, Jan 6, 2012 at 10:11 PM, Kenny Mayne <<a rel="nofollow" href="http://mc/compose?to=snapback77@yahoo.com" target="_blank">snapback77@yahoo.com</a>> wrote:<br>



><br>> Yes, I did apt-get update and No, when I run "nano" = command not found.<br>><br>> this is what happens when I try to get locales after update.<br>> root@voyage:~# apt-get install locales<br>



> Reading package lists... Done<br>> Building dependency tree<br>> Reading state information... Done<br>> You might want to run 'apt-get -f install' to correct these:<br>><br>> The following packages have unmet
 dependencies:<br>>  e2fsprogs : PreDepends: e2fslibs (= 1.41.12-2) but 1.41.12-4stable1 is to<br>> be installed<br>> E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify<br>> a solution).<br>



><br>><br>> One thing worth trying.  Do an "apt-get install e2fslibs". That should<br>> install the newer e2fslibs, after which you can install locales.<br>><br>> HTH,<br>> --ag<br>><br>


><br>
> Thanks for your help,<br>> Kenny<br>><br>> ________________________________<br>> From: Jon Meek <<a rel="nofollow" href="http://mc/compose?to=meekjt@gmail.com" target="_blank">meekjt@gmail.com</a>><br>

> To: Artie Gold <<a rel="nofollow" href="http://mc/compose?to=agold@f4winc.com" target="_blank">agold@f4winc.com</a>><br>

> Cc: Kenny Mayne <<a rel="nofollow" href="http://mc/compose?to=snapback77@yahoo.com" target="_blank">snapback77@yahoo.com</a>>; "<a rel="nofollow" href="http://mc/compose?to=voyage-linux@list.voyage.hk" target="_blank">voyage-linux@list.voyage.hk</a>"<br>



> <<a rel="nofollow" href="http://mc/compose?to=voyage-linux@voyage.hk" target="_blank">voyage-linux@voyage.hk</a>><br>> Sent: Friday, January 6, 2012 5:00 PM<br>> Subject: Re: [Voyage-linux] cannot install locales<br>

><br>

> Did you do: 'apt-get update; before trying to install packages?<br>><br>> Once locales is installed you need to run: dpkg-reconfigure locales<br>><br>> and set a locale, then reboot.<br>><br>> Jon<br>



><br>> 2012/1/6 Artie Gold <<a rel="nofollow" href="http://mc/compose?to=agold@f4winc.com" target="_blank">agold@f4winc.com</a>><br>><br>> Are you sure nano is not installed? Have you tried to run it? (I've run into<br>



> that myself -- but those are warning...)<br>><br>> Good luck,<br>> --ag<br>><br>> 2012/1/6 Kenny Mayne <<a rel="nofollow" href="http://mc/compose?to=snapback77@yahoo.com" target="_blank">snapback77@yahoo.com</a>><br>



><br>> When I try to apt-get install locales:<br>><br>> The following packages have unmet dependencies:<br>>  e2fsprogs : PreDepends: e2fslibs (= 1.41.12-2) but 1.41.12-4stable1 is to<br>> be installed<br>



> E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify<br>> a solution).<br>><br>> When I try to apt-get -f install:<br>><br>> The following extra packages will be installed:<br>



>   e2fsprogs<br>><br>> Do you want to continue [Y/n]?     Y<br>><br>> perl: warning: Setting locale failed.<br>> perl: warning: Please check that your locale settings:<br>>     LANGUAGE = (unset),<br>



>     LC_ALL = (unset),<br>>     LANG = "en_US.UTF-8"<br>>     are supported and installed on
 your system. (and so on and so on..._<br>> I cannot install nano until locale is installed.<br>> Any help? Newbee.<br>> Kenny<br>><br>><br>> _______________________________________________<br>> Voyage-linux mailing list<br>



> <a rel="nofollow" href="http://mc/compose?to=Voyage-linux@list.voyage.hk" target="_blank">Voyage-linux@list.voyage.hk</a><br>> <a rel="nofollow" href="http://list.voyage.hk/mailman/listinfo/voyage-linux" target="_blank">http://list.voyage.hk/mailman/listinfo/voyage-linux</a><br>



><br>><br>><br>><br>> --<br>> Artie Gold<br>> Principal Software Engineer<br>> Under Assistant West Coast Promo Man<br>><br>> F4W, Inc.<br>><br>> ===================================================<br>



> Elegance is not a dispensable luxury but a factor that decides between<br>> success and failure.<br>> --Edsger Dijkstra<br>><br>><br>>
 _______________________________________________<br>> Voyage-linux mailing list<br>> <a rel="nofollow" href="http://mc/compose?to=Voyage-linux@list.voyage.hk" target="_blank">Voyage-linux@list.voyage.hk</a><br>> <a rel="nofollow" href="http://list.voyage.hk/mailman/listinfo/voyage-linux" target="_blank">http://list.voyage.hk/mailman/listinfo/voyage-linux</a><br>



><br>><br>><br>><br>><br>><br>><br>> --<br>> Artie Gold<br>> Principal Software Engineer<br>> Under Assistant West Coast Promo Man<br>><br>> F4W, Inc.<br>><br>> ===================================================<br>



> Elegance is not a dispensable luxury but a factor that decides between<br>> success and failure.<br>> --Edsger Dijkstra<br>><br>><br>> _______________________________________________<br>> Voyage-linux mailing list<br>



> <a rel="nofollow" href="http://mc/compose?to=Voyage-linux@list.voyage.hk" target="_blank">Voyage-linux@list.voyage.hk</a><br>> <a rel="nofollow" href="http://list.voyage.hk/mailman/listinfo/voyage-linux" target="_blank">http://list.voyage.hk/mailman/listinfo/voyage-linux</a><br>



><br>><br>><br>> _______________________________________________<br>> Voyage-linux mailing list<br>> <a rel="nofollow" href="http://mc/compose?to=Voyage-linux@list.voyage.hk" target="_blank">Voyage-linux@list.voyage.hk</a><br>



> <a rel="nofollow" href="http://list.voyage.hk/mailman/listinfo/voyage-linux" target="_blank">http://list.voyage.hk/mailman/listinfo/voyage-linux</a><br>><br></div></div></div></blockquote></td></tr></tbody></table>

</blockquote>
</div>
<br></div></div>
</div></div></div></blockquote></td></tr></tbody></table></blockquote></div><br></div>