Hi,

I am using Fedora Core 5 32+ bit as my OS. I want to have a good list of different types (image editing, security, text editors etc.) of free/open source softwares for Linux OS, that I can just , install and use without much fuss. I searched and came across these 2 sites, but are there any more standard ones that I can just visit and make sure that the applications listed there are stable releases and reliable in every sense. Here are the 2 sites in question:

1.

2.

I am learning Linux as of now and want to try a few open source/free apps.

Thanks.

Dani AI

Generated

Since is on Fedora Core 5, the first practical step is moving to a supported distro or running a modern live/VM image. Many current packages (and repository metadata, security fixes, Flatpak/Snap support) simply won’t work on FC5. A current Fedora spin or another maintained distribution avoids long dependency chains and makes installation trivial (Get Fedora).

A compact, reliable set of desktop/server apps that cover most needs:

  • Image/photo: GIMP (raster), Inkscape (vector), Darktable (RAW).
  • Painting/creative: Krita, Blender (3D).
  • Office/productivity: LibreOffice.
  • Browsing/email: Firefox, Chromium, Thunderbird, Evolution.
  • Media: VLC, mpv.
  • Dev/editors: VSCodium (open-source VS Code build), Neovim, Emacs, Eclipse.
  • Utilities/sysadmin: rsync, GParted, Timeshift (snapshots), Docker/MariaDB/PostgreSQL for servers.

Prefer distribution packages for system integration. When newer desktop builds are needed, use Flatpak or AppImage to avoid dependency hell:

  • Flathub is the common Flatpak source (Flathub).
  • AppImage is useful for one-off testing without installs (AppImage).

Quick, practical install examples for a modern Fedora:

# distro packages
sudo dnf install gimp libreoffice vlc

# Flatpak (Flathub)
flatpak install flathub org.gimp.GIMP

# try an AppImage
chmod +x MyApp.AppImage
./MyApp.AppImage

As noted, curated “essentials” lists are helpful for orientation, and as pointed out, most of these are available directly from distro repos. For an older system that cannot be upgraded, expect to compile from source or use containers—but that brings complexity and security risks, so upgrading remains the recommended path.

Recommended Answers

All 2 Replies

Mark Pilgrim had an excellent . You might want to have a look there ;)

I didn't write this list with ease of installation in mind, but perhaps you will find this useful (most of the software is relatively easy to install, given that the majority of it is available from your distro's package manager).

http://www.daniweb.com/techtalkforums/thread55115.html

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.