This page shows version 017. The current version can be found here.
Installer is a program included on the GoboLinux Live-ISO that installs
GoboLinux to your hard drive.
It takes care of basic configuration, package selection, and boot
loader setup. It can be run from the command line or via the window manager
menu.
Graphical Install
The GoboLinux Live-ISO supports a complete graphical display environment.
In most cases, the X server automatically detects the keyboard and display
hardware, so you can start the graphical mode by typing:
startx
Clicking on the top-left icon brings up a menu. Look under System Tools, select
“Install GoboLinux”, follow the instructions.
Console install
Type Installer in the console. Note the capital “i”. (GoboLinux utility
scripts are generally named with an initial capital and follow the CamelCase
convention.)
Subsections of Installing GoboLinux
GoboLinux 017 Known Issues and Fixes
Details
This page shows version 017. The current version can be found here.
Live environment
Running Compile
Install UnionFS-Fuse to workaround limitations with the sandbox in the Live
environment:
Compile and Scripts are always evolving. Make sure to update your copies by
running the following commands after you boot into your installed system for the
first time:
The recent
Let’s Encrypt fiasko
requires our users to update their certificate database on the system. Otherwise
tools like git, wget, Compile etc might not work correctly.
The appropriate way to resolve this, is by running:
The version under /Programs/SQLite/3310100 is actually 3.8.2. Please run the
following commands to update to its most recent version:
Compile SQLite
RemoveProgram SQLite 3310100
Outstanding issues
Some problems have been reported by our users and are currently being fixed by
our team. They are:
ContributePackage is not working – use
ContributeRecipe instead.
Copy-and-paste does not work out of the box from a VM. Compiling
spice-vdagent and loading its daemon should fix that.
Sometimes when trying to Compile an already-installed Program, the build
process will fail (see
Compile bug 51). Sometimes
this can be worked around by first manually doing a
RemoveProgram <failing program> before re-attempting to Compile it. Note
that it is generally a Bad Idea™ to try to RemoveProgram, say,
Python3 like this as it will break Compile.
Compile fails stating that some headers or libraries could not be found, when they are there
The installation process used by Compile had a problem in that certain extended
attributes used by overlayfs were carried over from the sandbox to the
installation directory. Some of those extended attributes tell overlayfs to
consider the corresponding files or directories as deleted objects. Since we use
overlayfs to sandbox the compilation process, this bug may impact Compile in
the sense that existing files may be considered as non-existent.
If you face this problem, please run the following commands on your installed
system to remove those attributes: