Keeping a system lean - GNU/Linux

Users browsing this thread: 1 Guest(s)
robotchaos
Long time nixers
Hey all,

When you are doing modifications and dev work, do you keep your systems lean in terms of packages? Say you wanted to build a package from source, do you install its dependencies for this build, or was it already installed from a previous build? Do you have another machine that you do the builds on and then transfer the binaries across?

I currently have a persistent docker container that I use that is base ubuntu 16.04 for just this reason. It bind-mounts my projects folder and I do all my compiling/building of sources from here, but do all the coding from my main machine. As my config files are all on the host. This way when I do my updates, it's not clogged up with dev libraries and tools and things.

Anyone else have anything similar they do or any tips?


Messages In This Thread
Keeping a system lean - by robotchaos - 22-02-2017, 08:37 PM
RE: Keeping a system lean - by jkl - 22-02-2017, 08:48 PM
RE: Keeping a system lean - by robotchaos - 22-02-2017, 08:49 PM
RE: Keeping a system lean - by jkl - 22-02-2017, 09:02 PM
RE: Keeping a system lean - by rocx - 22-02-2017, 10:02 PM
RE: Keeping a system lean - by z3bra - 23-02-2017, 07:44 AM
RE: Keeping a system lean - by venam - 23-02-2017, 07:55 AM
RE: Keeping a system lean - by jkl - 23-02-2017, 08:46 AM
RE: Keeping a system lean - by z3bra - 23-02-2017, 09:21 AM
RE: Keeping a system lean - by jkl - 23-02-2017, 09:44 AM
RE: Keeping a system lean - by robotchaos - 24-02-2017, 03:51 PM
RE: Keeping a system lean - by apk - 24-02-2017, 09:42 PM
RE: Keeping a system lean - by pranomostro - 25-02-2017, 10:04 AM
RE: Keeping a system lean - by robotchaos - 05-04-2017, 01:36 PM