Server Ubuntu
Server Ubuntu
Are there any users who set up Ubuntu Server first and then add their own utilities later? Yes, you can start fresh and install your preferred tools and window managers from the beginning.
I've done this several times before. Is it identical to using the installer? Simply running apt get and installing packages.
It wouldn't be considered more stable, but beginning fresh is certainly a valid approach. Remember, Ubuntu Desktop lets you set up the OS with just the necessary programs, avoiding the hassle of installing a full desktop environment.
I understand, I’m open to trying something different. You’re using Xubuntu 18.04 and really like XFCe. The “minimal installation” feature is handy. Regarding installing pre-compiled apps on Linux, I tried linking it but ran into issues—I’m not sure if “systemlink” is the correct term or if there’s another way to do it.
This refers to a symbolic link or symlink. If you need an executable to run without typing the full path, you can store it in ~/.local/bin and ensure that directory appears in your PATH.