![]() |
Holding back the base-files package - Printable Version +- Linux Lite Forums (https://www.linuxliteos.com/forums) +-- Forum: Software - Support (https://www.linuxliteos.com/forums/forumdisplay.php?fid=5) +--- Forum: Installing Software (https://www.linuxliteos.com/forums/forumdisplay.php?fid=18) +--- Thread: Holding back the base-files package (/showthread.php?tid=643) Pages:
1
2
|
Re: Holding back the base-files package - Coastie - 07-29-2014 (07-29-2014, 03:03 PM)gold_finger link Wrote:... "Okay, they updated the package. Now they want to know if I want to use a new, generic configuration file for it, or keep the one I have?" ... My confusion was that I thought "they" was Valtam so if that was what he recommended I would do it. Fortunately, he gave us what to enter into the terminal to avoid this confusion in the future. 8) Re: Holding back the base-files package - Valtam - 11-19-2014 I have been doing some more research on this and found another solution that for me is preferable to 'apt-mark hold'. For the brave, try the following: Code: sudo leafpad /etc/apt/apt.conf.d/local Code: Dpkg::Options { "--force-confdef"; "--force-confold"; } Re: Holding back the base-files package - Coastie - 11-19-2014 (11-19-2014, 03:55 AM)Jerry date Wrote: ... For the brave ... That may work for the brave but not for the confused like me who do not understand Jerry's explanation. Should I just continue go with the default (the capital Y or N) recommendation? ??? Re: Holding back the base-files package - sysdrum - 11-19-2014 As I work through the changes from Xubuntu vs LL I have found that due to changes in kernel level along with other issues; the only option is to say No as there are more changes under the hood that will break grub. I understand Jerry (Valtam) is correct in holding back changes as the kernel is being changed on a low level on the (X)ubuntu upstream. As I am running 3.13.0-39 on xubuntu but even LL 2.2 beta is running 3.13.0-24 I personally avoid pushing any changes I do not control. But of course I also understand that there are large number of user who come from the closed world where patch Tuesdays are the only way to run things and of course even patches in that world break things just look at Directx or .Net things that are frameworks in the that world. But I digress one must look at the concept here: New users need to be safe guarded from the chance of breakage. Advanced users need the flexibility to make changes and they stick. Plus sudo users need to own all the things to feel like it is their world after all. So safety first flexibility second and Control third. which follows the moto: [tt]Simple to use, fast to run and free as in beer and speech.[/tt] That is my rant for the day. |