DEV Community

Cover image for Is Ubuntu Or Fedora A Better Distro For Programmers?
Prahlad Yeri
Prahlad Yeri

Posted on

Fedora vs Ubuntu Is Ubuntu Or Fedora A Better Distro For Programmers?

A whole lot of thinking goes into what distro you should use as a dev. Its not just about your preference or what you like in terms of the Desktop GUI, packaging system or any other aspects of the workflow but there are a lot of other things too. For example, the larger ecosystem of that distro and the kind of support you get matter a lot.

Personally, I use Ubuntu as a daily driver, so I'm a bit biased here! The best thing that I like about Ubuntu is that it simply works. Perhaps the Red Hat and openSUSE have also improved a lot these days but there was a time at least as late as the 2010-2014s when Ubuntu had an upper hand in hardware support and desktop finesse. If you had a laptop with a special kind of touchpad or a WiFi/graphic card manufactured by a "linux unfriendly" actor like NVidia or Broadcom, chances are that it'd simply give up on you with any other distro than Ubuntu.

And even in cases where they did work, they left a lot to be desired. With Debian, for instance, many default settings are simply unusable on a desktop. For example, font anti-aliasing is usually set to off (at least on Debian-XFCE when I last tried) giving your desktop fonts a weird look. Secondly, they don't even provide a GUI to control your touchpad settings, they expect you to Google about the issue and fiddle with the byzantine /etc/* config files yourself!

Not that I can't do that, but why should I when Ubuntu gives me a configured and polished desktop by default?

Coming to Fedora, the desktop never had any issues (especially in the GNOME version), but I somehow didn't much like their packaging system (yum/dnf). Ubuntu's apt install works seamlessly and comes with special tools like synaptic and aptitude to take care of advanced scenarios. To be fair, I didn't put much effort to learn dnf but I don't see the point of it unless I'm getting any long-term benefit out of it.

Another advantage of Fedora which is often touted is that they provide a "bleeding edge" distro which means the apps are all supposed to be the latest versions. But frankly, I've never felt the need for a super-latest package at all and in a few weeks time, the new release will trickle down to all the distros eventually anyway. Running a stable and secure version of an app is far more important to me than having the latest one.

Finally, what I don't like about Ubuntu is their support! The official bug tracker at bugs.launchpad.net/ubuntu is atrocious when it comes to getting a problem solved. The maintainers' attitude there is like that of govt. employees! But thankfully, there are some other places like askubuntu and ubuntuforums where you can find sane voices.

What distro do you use as a daily driver for programming? What are its pros and cons, and are you happy with it?

Top comments (103)

Collapse
 
itsjzt profile image
Saurabh Sharma • Edited

In my case, If I get

  1. a web browser (firefox, chrome).
  2. the language tools (IDE, compilers, text editor).
  3. a simple terminal for non-trivial stuff.

then the OS doesn't matter. I'm using ubuntu and windows 10 and they don't really make any difference.

Collapse
 
prahladyeri profile image
Prahlad Yeri

The language tools sometimes have a deep integration with the distro. Your language package manager (pip/composer/npm/etc.) can have libraries or packages that could be incompatible with your distro's version. Besides, there could be multiple choices too as your distro might be offering the same thing through apt/dnf which the pip/npm offers. At that time, a distro that handles it gracefully matters a lot!

Collapse
 
itsjzt profile image
Saurabh Sharma • Edited

I agree that some language have better integration and support on *nix OSes, ruby comes in my mind and notable mention goes to node-gyp.

I'm usually doing nodejs, golang or java so this doesn't make an difference for me.

Collapse
 
stevepryde profile image
Steve Pryde

I think there is a trend away from deep integration with the distro nowadays. The preferred setup for Python is to use a virtualenv of some sort, and I think pip will install into the home directory by default now. Likewise with Node.js we use nvm to manage node versions, and the preferred way is to make npm -g install into the home directory also.

In addition to that there is a move towards deploying software with Docker, precisely because it handles all of the dependencies regardless of the underlying OS (as long as the OS supports docker).

With the arrival of containers (including snap, flatpak and so on) I think we will see the underlying OS become less important in how we develop on the desktop. I think this is a good trend.

Thread Thread
 
patarapolw profile image
Pacharapol Withayasakpunt

I think Docker at its core is a Linux OS without a desktop environment. You can even choose a distro, like Alpine or Ubuntu.

Collapse
 
siy profile image
Sergiy Yevtushenko

Little bit more command line tools and windows is a just disaster.

Collapse
 
expositionofinsides profile image
ExpositionOfInsides

Arch because it's bleeding edge.

Collapse
 
tiguchi profile image
Thomas Werner • Edited

I did a whole week of top 10 distro testing and Arch Linux Manjaro was the only one that worked out of the box on my system without having to fix things from the console. I have an RTX Nvidia graphics card which doesn't play nicely with X-Server, let alone Wayland. Arch Manjaro automatically installed the proprietary driver for me and even the live CD / installer worked like a charm and used the correct screen resolution with NVidia drivers right away. So yeah, thumbs up for Arch Manjaro

Collapse
 
omrisama profile image
Omri Gabay

Arch did that for you? That's insane.

Collapse
 
aiguofer profile image
Diego Fernández Giraldo

Don't get me wrong, I love Arch.... But really!? Definitely not what Arch is known for.

Thread Thread
 
deciduously profile image
Ben Lovy

Lots of these distros get a bad rap because of reputations built years ago when they were less complete.

Thread Thread
 
aiguofer profile image
Diego Fernández Giraldo

Hmm, I wouldn't call it "bad rap"... it always just seemed to me like Arch was more being more hands on to configure your system exactly how you wanted it. Maybe that's changed since I switched to Fedora years ago. I used Arch for years before I switched to Fedora when I joined RH and I absolutely loved it. I learned A LOT, but I don't have as much time as I used to to make sure rolling release updates are compatible and won't break my system.

Thread Thread
 
deciduously profile image
Ben Lovy

I dont think working automated hardware detection and driver selection takes away from the DIYness of it. It's still a minimal distro, you get a shell on install and build it up yourself, you just don't need to debug as many driver problems these days.

Thread Thread
 
stewieandro profile image
Stuart Slaugh

Arch is great as a way of gaing a deeper understanding of the OS, but as a realiable dolistro distro for your workflow, that's another matter. I do a lot of Java for Mobile and desktop because of javafx and Scenebuilder. Scenebuilder combined with a growing ecosystem of controls is a great tool. I recently did the install from scratch with Arch which was nice challenge. But I cannot get Scenebuilder to install! None of the AUR releases will compile, and I simply don't have the time to or patience to slog through build files trying to find the problems. Gluon only offers .deb and .rpm for Linux, so I tried debtap which also failed. Arch is for OS enthusiasts, but too unpredictable to rely on. Manjaro has a lot of good features but the rolling updates are always potentially a another slog through build files.
I'm going back to Ubuntu, which as the author stated just works' and apt package management is the best in the Linux world.

Collapse
 
andevr profile image
drew

Do you happen to game at all? I've been having a lot of trouble with ubuntu. It didnt install nvidia drivers and I'm having issues getting them installed. Thinking about giving manjaro shot

Thread Thread
 
tiguchi profile image
Thomas Werner

Yes, I do play games, including VR games, but I use Windows 10 for that. I think Linux is not really the best platform for that, mostly because the whole range of games is not fully available. Not so much because of technical issues.

I've also had a hard time with Ubuntu on my machine. It kept freezing and crashing hard no matter whether I used the Open Source nouveau driver (with abysmal performance) or the proprietary one. I think at that time RTX was still a bit too new.

When I tested various other distros I noticed that good old X-Server was most reliable with my RTX card. Anything that ran on top of the newer Wayland gave me a hard time, and caused frequent random freezes only the reset button could sort out. That problem wasn't just specific to Ubuntu though.

I've been using KDE Neon instead of Manjaro for a little over a year now. Neon is based on Ubuntu, but it still allows you to use X-Server instead of Wayland. It doesn't install the proprietary driver automatically, but it was easy to install and replace the default "nouveau" driver.

I haven't had any graphics glitches, freezes or stability issues throughout that year

Collapse
 
v6 profile image
🦄N B🛡

I see what you did there, you rapscallion.

Collapse
 
prahladyeri profile image
Prahlad Yeri

That sounds cool! I might try Arch soon.

Thread Thread
 
benyazi profile image
Benjamin Yazi

You may try Manjaro, this is distro based on Arch, but more user-friendly.

Thread Thread
 
tiguchi profile image
Thomas Werner

As it turns out, Manjaro is actually the distro that installed flawlessly on my PC and not Arch ¯_(ツ)_/¯

Thread Thread
 
ghost profile image
Ghost

yea, that was weird, Arch install is just a console, installing it without a console would make you a god!. But as an Arch use you would have to praise yourself :)

Collapse
 
v6 profile image
🦄N B🛡

In systems theory, the more bleeding edge your work, the more standardized and less bleeding edge you want your environment for that work. That way you can better assume an anomaly comes from the work, as opposed to the environment.

It's part of the reasoning behind the likes of Vagrant and Docker.

Collapse
 
danielkvist profile image
Daniel

I think Ubuntu is one of the most consistent systems for developers, especially for things like this: github.com/ubuntu/ubuntu-make.

In Arch I always have problems with Docker and in Fedora/openSUSE unfortunately there's always something that doesn't work right for me.

But it's just my opinion and my experience.

Collapse
 
prahladyeri profile image
Prahlad Yeri • Edited

That's true, I also use Ubuntu because of consistency. If you consider the LTS journey from Trusty (14.04) to Bionic (18.04), the only major change has been a shift from upstart to systemd (which was a global change in all linux distros).

But in Fedora, every little thing changes drastically every six months! Their very package manager has changed from yum to dnf!

Collapse
 
moopet profile image
Ben Sinclair

The only problem I've had in Arch with docker is the way it overwrites (or inherits? I forget) resolv.conf unless you remind it not to, meaning your containers can't get out to any other web services.

Collapse
 
visi27 profile image
Evis Bregu • Edited

I use PopOS which itself is based on Ubuntu. The reason that I use it is that everything works out of the box including graphics switching and seamless HiDPI based on monitor being used.
You can achieve this with other distros but I do not have time anymore to mess around with packages and config files, I just want something that works.

Also I dual boot Windows 10. Thanks to Docker and WSL it is the same development experience. The only problem right now is that IO is quite slow in WSL. Depending on how better WSL 2 will be I might switch to Windows full time. As a desktop experience it is way better than Linux and by having Linux inside Windows I will not be missing my daily tools.

In the end the best distro is the one you are most comfortable with.

Collapse
 
afaliagas profile image
Apostol Faliagas

You get a like for PopOS and a dislike for Windows.

Collapse
 
visi27 profile image
Evis Bregu

I really do not understand people who hate Windows. I myself love Linux and enjoy Windows at the same time.

Thread Thread
 
valdeg profile image
valdeg

After windows 8 was released it's not about personal preferenses anymore. People hate Windows for particular reasons.

Thread Thread
 
siy profile image
Sergiy Yevtushenko

And these reasons existed since Windows 3.11 and every new version added more and more such reasons.

Collapse
 
sodonnell profile image
Sean O'Donnell • Edited

This is rather subjective. Pardon my tl;dr response here...

In terms of personal use...

...pretty much whatever distro you feel makes you more productive, requires the least hassle to install/configure/maintain, or whatever you want to learn and get familiar with.

I'm not bias to any specific distro for personal use. I started-off using Slackware in the late 90's, eventually moving towards Debian and RedHat-based distros with shiny package managers. This was a huge time saver!

Back in the late 90's/early 2000's, Slackware taught me the hard-way, having to hunt-down specific glibc dependencies and pretty much compile/re-compile almost everything from source, but it was a great learning experience when I had the time and less responsibilities.

The one stubborn thing that I do subject myself to on my own personal linux desktop, is using WindowMaker. I've been using this for years, and have customized a set of menus/themes/settings that help make me more productive than using something bloaty like Gnome, XFCE or some of the other more common desktop environments.

That's just me being stubborn, perhaps, but that's what I feel most comfortable using.

In terms of on the job...

I've worked at various companies that had all sorts of various policies on what we can use vs. what we should use, vs. what we MUST use.

Companies that mandate a specific distro, are usually of the rationale that you should develop in the environment that closest (if not directly) resembles that of production, which is honestly not a bad idea under some circumstances, despite being forced to use a distro that you would otherwise avoid for desktop/development usage.

These days, that's a bit archaic, though, especially with everything going to green/blue deployment and containers on VMs in the cloud.

Companies that DO NOT mandate any specific distro for development, are usually more appealing to the common developer, as we don't like being chained to our desks, much less being subjected to some authoritarian marginally-dictated mindset that hinders our freedom/abilities to explore, create and produce efficient code that we can enjoy developing and maintaining.

The problem that I have with Fedora, is the release cycle. It's a continuously-evolving development distro and a rapid-release cycle, so what may work today in this cycle's release, may not work the same 6mo from now in the following release cycle. Fedora 15 was a great example of that, when everything went from sysv to systemd. This wasn't necessarily a bad thing, but in terms of upgrading, did create some headaches.

At least with Ubuntu, the LTS releases are generally stable and painless to migrate to the following LTS. Not always, but more often than Fedora, imo.

Collapse
 
ferricoxide profile image
Thomas H Jones II

If you're developing for EL7, then developing on a distro that's more up-to-date is just going to lead to gnashing-of-teeth. If you're developing to deploy into another context, use something that better aligns to that context.

Collapse
 
prahladyeri profile image
Prahlad Yeri • Edited

Instead of making the tail wag the dog, the better solution is to push their company into modernizing their stack. God knows how many vulnerabilities have been around since EL7 and instead of invoking large costs in patching those specifically for EL7, simply upgrading to something like Ubuntu LTS will be a better solution. Whatever the cost of that transition may be, it'll be far less compared to maintaining a woebegone OS like EL7.

Thread Thread
 
ferricoxide profile image
Thomas H Jones II

That's great if you work in an industry that doesn't have legal mandates to comply with. But, if you are working in such an industry, your options are kind of limited. Even Ubuntu LTS's security-certifications tend to lag the LTS's initial release by a couple years.

Thread Thread
 
thorstenhirsch profile image
Thorsten Hirsch

Uhm... what?

woebegone OS like EL7

No. RHEL8 has been released just 6 weeks ago.

  • RHEL7 will be fully supported for another 5 years and gets security fixes as fast as RHEL8.
  • RHEL6 is still supported
  • even RHEL5 (that's what I'd call woebegone) is still supported if you buy extended support
Collapse
 
aqual1te profile image
AquaL1te

Seems like you used Fedora for 5 minutes in a VM and decided to write a blog about it. If you want to compare distributions, then put some effort in it. This is really a ridiculas read for any experienced Debian/Ubuntu and especially Fedora user.

Collapse
 
elasticrash profile image
Stefanos Kouroupis

I weep for you, silently.

Collapse
 
erebos-manannan profile image
Erebos Manannán

It seems pretty obvious that you've never used distros that are not Debian based if you find apt to be good and don't like yum/dnf, or find them difficult to learn.

dnf search thing
dnf install thing

What else could you possibly need? In addition to doing what you'd expect them to do on apt, they also do not randomly break your system, put your /boot so full of old kernel images that you can't install new ones without manual cleanup, or randomly decide to uninstall your kernel for some "updates". Also pretty sure there's GUIs to all of this so you don't have to learn any commands if you don't want to.

For me personally there is no Linux distribution that provides a mature enough desktop environment for serious work.

When I need to get work done, I can't waste time constantly figuring out:

  • Why drag & drop actually drops the things into applications behind the thing I'm seeing
  • Why I have two separate clipboards (mouse selection in terminal, Ctrl+C / Ctrl+V)
  • How to deal with the issues with all the new innovations in software distribution methods like snap and them making things incredibly difficult to debug and fix when you finally find out what's preventing the applications you need from starting up
  • Trying to figure out why my Nvidia X drivers stopped working again after a kernel update
  • etc.

OSX on the other hand isn't available on decent hardware, and as an OS is just too limiting - can't even disable mouse acceleration, or control volume per application. I don't understand how anyone tolerates that dumbed down joke of an OS.

Seems like I'm stuck with Windows, though at least the development experience is constantly getting better on Windows with better terminal emulator software (e.g. Alacritty, ConEmu2), WSL helps with some things though due to CygWin I rarely need it, and widely known tweaks remove the annoyances like unprompted reboots for updates.

Collapse
 
karlredman profile image
Karl N. Redman

It depends on your goals as a developer:

  • need to stay with the LTS because of contracts, etc.?:
    • whatever is dictated.
  • is the product range flexible enough to be "standardized" across distrobputions?
    • pfft I'd go with MX linux or something light (choose your own adventure)
  • is the product/project going to require selinux?
    • whatever is dictated -because it varies in compliance
  • is it a personal project?
    • choose your own adventure

Mostly, if you have a choice then start with anything and decide what you hate about it. Also install something like virtualbox and try as many distros as you have the time/tolerance for.

For the most part, I'm a "least common denominator" kind of developer. So I will generally code for whatever is being supported by RH LTS and Debian Stable. I use MX Linux for my development, debian for server only things, red hat derivatives when forced to do so. The reason I don't use Red Hat is a personal choice based on community and personal experiences.

Collapse
 
lordhasyim profile image
ahmadhasyim

Hello Karl, im using kubuntu right now, think to try mx, im work in php development, can i know what apps or package you use in development?, i just wanna know is it compatible with ubuntu...if is it true, i'll go with mx

Collapse
 
karlredman profile image
Karl N. Redman

@ahmadhasyim,
I haven't worked on php directly in some time. However I see no reason why MX would hinder your development. I will try to list some differences and other attributes -based on latest distros:

  • MX Linux 19 is based on Debian 10 'stable' repo and AntiX (enhancements -some 'testing' repo)
  • Ubuntu is based on Debian 10 'testing' repo

  • MX uses XFCE 4.14 Desktop by default

  • Ubuntu uses a variety of Desktops by default

  • MX uses ramdisk and is EXTREMELY fast on modern computers (with desktop)

  • Ubuntu is geared toward medium to high end desktops -It's simply slower (with desktop)

  • MX DISABLES systemd by default

  • Ubuntu is FULLY ENABLED systemd

  • MX has excellent "respin" custom system replication (out of the box)

  • Ubuntu has zero "respin" system replication (out of the box)

  • MX is not supported by a large corporation and fairly new to being popular

  • Ubuntu is well supported by a large corporation and is a standard in the industry

  • MX uses about 70% less memory on new systems than Ubuntu

  • Ubuntu loads a lot of convenience services on new systems that some people find useful.

Here's the slant comparison URL for the two. I will say, I HIGHLY disagree with the "Cons" of both distros because the information is just simply FALSE (for both) en large.

Both distros are based on debian. ANYTHING you want to do in Ubuntu can be done in MX and visa versa.

I prefer MX because it is a simpler, smaller system initially that I can easily add files via 'apt' as needed. Functionally, I see no difference between MX and Ubuntu. The difference to me is in perfomance -MX is the winner there hands down.

With that said, I use the following things most often (i'm somewhat of a minimalist):

  • Vim (with lots of plugins)
  • Tmuxinator (as part of tmux) -that is customized
  • Chrome
  • Firefox
  • Thunderbird

In addition, on a 2 core 3.4GHz desktop w/16GB ram, I also run a full hosted web server (no slowdown) via docker with:

  • portainer
  • a hugo server -wiki
  • portus
  • nextcloud
  • gitea (git server)
  • drone -for building from gitea builds
  • drone (a second instance) -for github builds
  • adminer
  • suitecrm
  • traefik

I have tried with and I can not easily run all of these services with ubuntu or mint. but MX runs every thing for me.

I hope that info is helpful.

The bottom line is that you will want to use what suites you best :D

Thread Thread
 
lordhasyim profile image
ahmadhasyim

Whoaa... Thank you for your answer,
I've been considering mx cause there is some service causing memory leak in ubuntu, im use mintt for 2 years, ubuntu around 6 months but still have those problem... Sometimes it takes 8gig ram when running firefox, vscode, terminal, and music player... Is there any difference between sysvinit and systemd im context of usage, like service start, systemctl, etc? Im just bit afraid

Collapse
 
syntaxseed profile image
SyntaxSeed (Sherri W)

I personally use Ubuntu because many webservers run it & I'm a web dev. I don't need containers or VMs... I just run my stack directly on my local machine.

Collapse
 
prahladyeri profile image
Prahlad Yeri

Second that. The webdev world has gradually started to settle on Ubuntu server, development becomes quite seamless when you know that your app will run on a particular Ubuntu LTS version, so you can setup your local environment accordingly.

Collapse
 
endridev profile image
endridev

I agree to a certain extent but you can't dictate what server os a client might use so I rarely rely on my dev machine setup. When I develop in LAMP stack I use XAMPP. Docker for anything unexpected. Currently I'm running Ubuntu 16.04 LTS in my dev machine ( which came preinstaled from Dell and I'm super-lazy to install something else 😄 ) and I'm developing 2 web apps. One will be hosted in a Debian server and one on a Ubuntu 18.04 LTS.

Thread Thread
 
prahladyeri profile image
Prahlad Yeri • Edited

Surely, you can't dictate but if everyone follows a standard distro for server hosting (or at least a few stable variants like ubuntu/debian/centos), it makes the dev's and the tester's lives easier! As your personal desktop driver, you are free to use anything ranging from slack to void to elementary, of course.

Thread Thread
 
endridev profile image
endridev

I couldn't agree more on the standardization part but it's an idealistic world view. That's why I made the points I made. Who wouldn't like a seamless experience everywhere :). But fortunately we have VMs and Dockers ;)

Collapse
 
fida1989 profile image
Fida Muntaseer

I am using LinuxMint 19.1 Mate Edition.

Collapse
 
aiguofer profile image
Diego Fernández Giraldo • Edited

Pros and cons, but marginal difference IMO... I have a special place in my heart for Arch, and I love that you can find anything under the sun in AUR. However, I don't want to spend hours every time I update packages reading up what changes happened, or worse figuring out why my system broke. I much prefer dnf/yum over apt (why are there so many different apt tools? Why do I search with apt cache?). Ubuntu offers LTS. PPA tends to be better than Copr in terms of available extras IMO, but neither is as good as AUR....

But as long as you have solid configs that are portable, the most important thing IMO is how quickly you can get back up to speed on a new setup... I keep as much as possible in the user level: pyenv for python version(s) nvm for node, emacs, user level systemd files, i3 with a bunch of scripts. Ultimately, most (mainstream) distros are running on about the same technologies so it's not that bad.

Feel sorry for the forced Centos/RH guys out there... Great distros for servers, not so great for developers. Even when I was working at RH, most of us used Fedora (or another distro)

Collapse
 
stewieandro profile image
Stuart Slaugh

Arch was great as a challenge, but simply not reliable. I happen to do a lot of java mobile and desktop, and javafx with SceneBuilder is fantastic. Unfortunately Gluon only offers .deb & .rpm for Linux.
The aur builds of SceneBuilder all failed, so I tried deptap, which also failed.
I don't have the patience or time to slog through build files to fix them & I shouldn't have to.
And I can't agree about dnf either. Apt is the most reliable and logical package manager out there.
Ubuntu has all the strengths of Debian and none of it's quirks.

Collapse
 
dietertroy profile image
Troy

Not an option you provided, but Windows Subsystem for Linux using Ubuntu 18.04 LTS is my preferred.

Regardless, I always lean more towards DNF over APT and grew up on Red Hat\RHEL\CentOS\Fedora but use Ubuntu for my daily work-driver. It also really depends on what i'm maintaining at work.

Collapse
 
phlash profile image
Phil Ashby

Long time Debian stable user here, I am a big fan of the rule of least surprise :)

I switched to Ubuntu on personal systems for a couple of years, until Debian 9 reached stable. The switch away was driven by a need for Gnome 3/GTK-3 for personal app development. The switch back was driven by stability issues and weird behaviour with multiple users / session switching on shared machines at home.

At work, we are issued with centrally managed Win10 systems, that I generally nuke and put Debian stable on, re-installing the corporate managed Win10 in a VM (mostly so I can change my AD password but otherwise escape the daily pain inflicted on my colleagues by the array of invasive management apps, network filters, terrible patching experiences...). My most recent work machine is very new, requiring a testing kernel, even then Debian has been fantastically reliable for me.

My preferred way of working is to not corrupt my reliable base OS, instead I use either local VMs or cloud instances to provide a development environment that matches the target system - I then have the ability to test all our deployment tooling as well as the application code, and when something goes awry with say package management, I can tear it down and start again. I've been enjoying this experience when it comes to Windows apps developed with Visual Studio - 5mins to create a fresh VS2015/17/19 machine in Azure compared to 4-5 hours applying local installs and praying it doesn't break my whole machine is great!

That said I do have make, gcc/gdb, OpenJDK, VSCode and dotnet SDK packages on my base OS, these are useful for playing with ideas quickly when there is no target to worry about, and being proper .deb packages I can manage them safely.

Some comments may only be visible to logged-in visitors. Sign in to view all comments.