Language Selection

English French German Italian Portuguese Spanish

Frugalware 0.3 - getting there!

Filed under
Reviews

Frugalware strives to combine simplicity of distros like Slackware or Arch with ease of configuration and use. It adopted Packman (from Arch Linux) as its package manager, and is compiled for i686 architecture. I've been following the progress of this project from their very first release and I really wanted to like it because the concept appealed to me, but until now I found it plagued by various small and not so small problems that would quickly turn me off. So I am very happy to report it appears that things have come together this time and Frugalware is starting to live up to its potential.

One of the major problems I've always had with Frugalware is their installer - most of the time I have not been able to complete the installation from the CDs due to mysterious problems that always appeared during the actual installation of packages on the hard disk. 'Mysterious' also because the error message inevitably informed me only that 'some error occurred during installation', or words to that effect... well, thanks for that! In fact, I got burnt so many times I no longer even bother downloading Frugalware isos - I found the process works much better with their net install. This is also the way I used this time - possibly the installer is by now working perfectly, but I just wasn't prepared to waste any more CDs and downloads. My other gripe is about the way this installer needs to be watched and prompted along the way - after making selection of packages the process starts, but after some base packages are copied it stops to present the options regarding GRUB. Once told what to do, it moves on to main body of installation... then it pauses again, to ask about installing additional packages! There are no reboots required throughout and surely it would be possible to gather all this information all at once, at the beginning, so the installation could be left unattended once it starts?
Apart from that, installation is easy and clear. All the usual steps are there: creating the user, setting up network and video - special kudos for actually getting the refresh rates of my monitor right for once!

There is a huge amount of software available, just look at the list of Window Managers: KDE, Gnome, XFce, Fluxbox, Openbox, Blackbox, Enlightenment, IceWM... Multimedia needs are also well looked after with Mplayer, Kaffeine and Amarok, along with all the required codecs including those 'naughty' win32 ones. Java, Flash, nvidia and ati binary drivers are also provided, so Fugalware is a delight in this respect - none of this 'adding from outside sources' nonsense.
There is also Mono, though I don't think many Mono-based applications are included (I looked for, and haven't found Beagle, Banshee and f-Spot)
Kernel used in this release is version 2.6.13, Gnome is at 2.12.1, KDE at 3.4.2 and Open Office at 1.1.5.

Pacman is a great package manager, effective, simple yet flexible. Frugalware guys wrote their own GUI front-end for those so inclined, though I find pacman is perfectly simple to use from the command line. There is also repoman, a tool for building packages from source.
The other tool developed specifically for Frugalware is their GUI runlevel editor, and this is something I really appreciate, because I don't enjoy hunting through various runlevels turning scripts on and off by hand. On the command line there is also the 'service' command, used by some Red Hat based systems.

One test I like to perform on my desktop system is to plug in my digital camera. It is a Cannon Powershot A30, a common model well supported in Linux. Unfortunately, on Frugalware it didn't work. Forget auto-mounting on the desktop, I couldn't get gtkam to interface with it either. I suspect problem with USB, in fact I had an identical problem in one of the previous version of Frugalware. Back then it was a problem with user permissions, because I found I could access the camera as root. On this occasion however I discovered the root is no longer allowed to log into a GUI session at all - something I will have to change... Security is all good, but not when it stops you from getting things done!

So, this is how far I got for now... this is a blog entry, not an in-depth review! But I think I can say that while some issues remain, Frugalware makes solid progress with each release and by now it mostly lives up to its promise of a modern, easy to use system.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

re: Frugalware

I reviewed a release candidate of 0.3 and I thought it was great. I thought it was one of the easiest installs and setups I'd run across. But then I don't have a digital camera either.

Nice bloggin! Thanks. Smile

----
You talk the talk, but do you waddle the waddle?

More in Tux Machines

digiKam 7.7.0 is released

After three months of active maintenance and another bug triage, the digiKam team is proud to present version 7.7.0 of its open source digital photo manager. See below the list of most important features coming with this release. Read more

Dilution and Misuse of the "Linux" Brand

Samsung, Red Hat to Work on Linux Drivers for Future Tech

The metaverse is expected to uproot system design as we know it, and Samsung is one of many hardware vendors re-imagining data center infrastructure in preparation for a parallel 3D world. Samsung is working on new memory technologies that provide faster bandwidth inside hardware for data to travel between CPUs, storage and other computing resources. The company also announced it was partnering with Red Hat to ensure these technologies have Linux compatibility. Read more

today's howtos

  • How to install go1.19beta on Ubuntu 22.04 – NextGenTips

    In this tutorial, we are going to explore how to install go on Ubuntu 22.04 Golang is an open-source programming language that is easy to learn and use. It is built-in concurrency and has a robust standard library. It is reliable, builds fast, and efficient software that scales fast. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel-type systems enable flexible and modular program constructions. Go compiles quickly to machine code and has the convenience of garbage collection and the power of run-time reflection. In this guide, we are going to learn how to install golang 1.19beta on Ubuntu 22.04. Go 1.19beta1 is not yet released. There is so much work in progress with all the documentation.

  • molecule test: failed to connect to bus in systemd container - openQA bites

    Ansible Molecule is a project to help you test your ansible roles. I’m using molecule for automatically testing the ansible roles of geekoops.

  • How To Install MongoDB on AlmaLinux 9 - idroot

    In this tutorial, we will show you how to install MongoDB on AlmaLinux 9. For those of you who didn’t know, MongoDB is a high-performance, highly scalable document-oriented NoSQL database. Unlike in SQL databases where data is stored in rows and columns inside tables, in MongoDB, data is structured in JSON-like format inside records which are referred to as documents. The open-source attribute of MongoDB as a database software makes it an ideal candidate for almost any database-related project. This article assumes you have at least basic knowledge of Linux, know how to use the shell, and most importantly, you host your site on your own VPS. The installation is quite simple and assumes you are running in the root account, if not you may need to add ‘sudo‘ to the commands to get root privileges. I will show you the step-by-step installation of the MongoDB NoSQL database on AlmaLinux 9. You can follow the same instructions for CentOS and Rocky Linux.

  • An introduction (and how-to) to Plugin Loader for the Steam Deck. - Invidious
  • Self-host a Ghost Blog With Traefik

    Ghost is a very popular open-source content management system. Started as an alternative to WordPress and it went on to become an alternative to Substack by focusing on membership and newsletter. The creators of Ghost offer managed Pro hosting but it may not fit everyone's budget. Alternatively, you can self-host it on your own cloud servers. On Linux handbook, we already have a guide on deploying Ghost with Docker in a reverse proxy setup. Instead of Ngnix reverse proxy, you can also use another software called Traefik with Docker. It is a popular open-source cloud-native application proxy, API Gateway, Edge-router, and more. I use Traefik to secure my websites using an SSL certificate obtained from Let's Encrypt. Once deployed, Traefik can automatically manage your certificates and their renewals. In this tutorial, I'll share the necessary steps for deploying a Ghost blog with Docker and Traefik.