GoboLinux and Package Management - GNU/Linux
Users browsing this thread: 1 Guest(s)
|
|||
I like the GoboLinux way too. This takes part of the UNIX-style tree with a solution for some of its drawbacks, as isolation of programs.
On the other hand, if I had to do the same, I would not make an additionnal Index directory, and make the lists straight in the root directories. (25-01-2017, 04:41 AM)z3bra Wrote: getting programs to install elsewhere than /usr or /usr/local can be a real pain sometimes From http://sta.li/filesystem Code: / - the root home (25-01-2017, 07:43 AM)asyncial Wrote: According to the review, it does, but it doesn't have a lot of packages and no ports system, so have you have to compile packages for yourself. Recently, there is a build system to install .deb and .rpm packages, and tools to build packages from source too. I decided to try on Arch linux: - I ran a busybox shell with <code>busybox sh</code>; - I moved all the content of <code>/usr</code> to <code>/</code> - I symlinked <code>/ -> /usr</code> - I rebooted and everything went fine: Code: $ ls -lh / [EDIT] and then I ran pacman and then <code style="color: #990000;">rain of segfaults</code> and I have to reinstall... Not a bad experience, though. I made a package manager in the style of Gobolinux, but using ~/programs and ~/.local instead of /Programs and /System/Index. |
|||
Messages In This Thread |
GoboLinux and Package Management - by delete - 24-01-2017, 09:21 PM
RE: GoboLinux and Package Management - by hades - 24-01-2017, 11:02 PM
RE: GoboLinux and Package Management - by z3bra - 25-01-2017, 04:41 AM
RE: GoboLinux and Package Management - by delete - 25-01-2017, 07:43 AM
RE: GoboLinux and Package Management - by josuah - 25-01-2017, 03:34 PM
RE: GoboLinux and Package Management - by z3bra - 26-01-2017, 08:11 AM
RE: GoboLinux and Package Management - by josuah - 26-01-2017, 06:46 PM
RE: GoboLinux and Package Management - by z3bra - 27-01-2017, 07:35 AM
RE: GoboLinux and Package Management - by venam - 21-12-2020, 03:59 AM
RE: GoboLinux and Package Management - by neeasade - 24-12-2020, 11:25 AM
|