Guides 11795 Published by Philipp Esselbach 0

The guide walks Fedora users through a clean installation of Remmina, beginning with system updates and an optional activation of RPM Fusion to pull in extra plugins such as RDP and VNC. Once the core packages are installed with `dnf`, it explains how to launch the client, create new connections, and configure protocols for Windows and older Linux machines. The article also lists common pitfalls—missing rdp plugin errors or dropped sessions—and offers quick fixes like reinstalling plugins or enabling keep‑alive options. A real‑world anecdote at the end shows how having Remmina ready saved hours when retrieving logs from a problematic Windows server behind a restrictive firewall.

Guides 11795 Published by Philipp Esselbach 0

This guide explains how to create a bootable Windows USB from Linux Mint 20 and 21 using WoeUSB, outlining two main installation approaches: via the default apt repositories or by building the newer WoeUSB‑ng from source. It lists prerequisites such as an 8 GB USB drive formatted as FAT32, a verified Windows ISO, and root privileges. The tutorial provides step‑by‑step commands for installing the package, creating the bootable drive, and troubleshooting common issues like device busy errors or missing dependencies. Finally, it advises on choosing between the stable repo version and the cutting‑edge WoeUSB‑ng depending on user needs.

Guides 11795 Published by Philipp Esselbach 0

The guide walks you through installing QMPlay2 on Linux Mint 20 or 21, offering both official repository and PPA options so you can choose the version that fits your needs. After updating apt and optionally adding the PPA, it covers how to install the package, resolve dependency conflicts with commands like sudo apt install -f, and launch the player via a menu entry or qmplay2 & in the terminal. Troubleshooting sections highlight common issues such as no audio output, plugin errors, and crashes, providing fixes ranging from reinstalling pulseaudio‑module‑bluetooth to deleting configuration files. With its concise steps and practical tips, the article aims to get users listening quickly without chasing broken packages or endless dependency loops.

Guides 11795 Published by Philipp Esselbach 0

The article walks through several ways to list RPM dependencies with DNF, helping administrators check what a package needs before they install or update it on Fedora, CentOS, or other RHEL‑based distributions. It starts by showing how to query an already installed package with the combination of rpm ‑q and dnf repoquery — requires, then expands that technique to preview dependencies for any candidate package using --resolve to reveal the full dependency chain. For situations where no repository access is available or a local .rpm file has been downloaded, the text demonstrates how to use rpm ‑qpR to read the package’s metadata directly and dnf provides to find which packages supply a particular file or capability. Finally, quick tips such as filtering results with grep, using --quiet for concise output, and checking enabled repositories when unexpected dependencies appear give readers practical ways to keep their system lean while managing RPMs.

Guides 11795 Published by Philipp Esselbach 0

The guide shows how to install Nomacs, a lightweight yet feature‑rich image viewer for Fedora, by enabling RPM Fusion so the package pulls in all required runtime libraries. It also offers a step‑by‑step manual build path that installs development tools, clones the repository, compiles with qmake and make, and places binaries into /usr/local/bin. After installation users can set Nomacs as the default image opener, enable HDR support for RAW files, and learn shortcuts like Ctrl + O and F11 to quickly navigate pictures. The article warns of common pitfalls such as library mismatches after Fedora upgrades and recommends reinstalling the package to fix crashes with older TIFF files.

Guides 11795 Published by Philipp Esselbach 0

The article walks you through adding Microsoft’s RPM repository to Fedora, importing the signing key and creating a repo file so the official skypeforlinux package can be downloaded with dnf. After clearing the metadata cache and installing the package, it shows how to launch Skype from the terminal or application menu, noting that repeating the cache clean fixes common “shared object” errors. For those who want sandboxing or cannot use Microsoft repos, it explains installing Flatpak, adding Flathub, and pulling in Skype, which isolates the app from the rest of the system. It also shares a real‑world glitch where a Debian package on Fedora caused missing library errors, and reminds readers to keep Skype up‑to‑date via dnf update or flatpak update.

Guides 11795 Published by Philipp Esselbach 0

This guide walks readers through installing Thunderbird on Fedora Linux, offering a straightforward command‑line approach that skips unnecessary fluff. It explains how to pull the mail client from Fedora’s default repositories with `sudo dnf install thunderbird`, and then shows how to add RPM Fusion for access to newer releases, keeping the system updated with regular upgrades. After installation it covers verifying the build, setting up a profile, and troubleshooting common problems such as crashes, authentication failures, or missing sound notifications by checking key packages like thunderbird‑gnome‑support. The article closes by encouraging users to rely on Fedora’s forums or Thunderbird’s support page for further help while enjoying a leaner, add‑on‑friendly mail experience.