Parabolic is a user-friendly tool designed for downloading web videos and audio on Linux. It serves as a simple frontend for yt-dlp, supporting various sites and allowing users to download content in multiple formats, including mp4, webm, mp3, opus, flac, and wav.
This article will guide you through the features of Parabolic and provide step-by-step instructions on how to install it using Flathub, Snap, or by cloning the repository directly.
Features of Parabolic
Parabolic offers several useful features that enhance the user experience:
- Users can download videos in different formats such as mp4 and webm, as well as audio formats like mp3 and flac.
- The application supports running multiple downloads simultaneously, making it efficient for users who want to download several files at once.
- Parabolic can download metadata and video subtitles, providing a comprehensive download experience.
Installing Parabolic via Flathub
Flathub is a popular platform for distributing applications on Linux, but make sure that Flatpak is installed on your system.
sudo apt install flatpak [On Debian, Ubuntu and Mint] sudo yum install flatpak [On RHEL/CentOS/Fedora and Rocky/AlmaLinux] sudo emerge -a sys-apps/flatpak [On Gentoo Linux] sudo apk add flatpak [On Alpine Linux] sudo pacman -S flatpak [On Arch Linux] sudo zypper install flatpak [On OpenSUSE] sudo pkg install flatpak [On FreeBSD]
Once Flatpak is installed, you can add the Flathub repository and install Parabolic using the following commands.
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo flatpak install flathub org.nickvision.tubeconverter flatpak run org.nickvision.tubeconverter
- How to build a website with WordPress and what are the best plugins to use: Building a website with WordPress is an excellent choice due to its versatility, ease of use, and a vast array of plugins that enhance functionality. Here’s a comprehensive guide to building a WordPress website, along with recommendations for the best plugins.
- What does this property buzzword mean and how does it actually work? Gearing simply means borrowing money to buy an asset. Negative gearing can be a tax strategy used by investors and describes when the income (ie, the rent) made from an investment is less than the expenses it incurs, meaning it’s making a loss.
- How to Sell Your Ecommerce Business for the Best Value: Selling an ecommerce business can be a very profitable move. You can use the proceeds to invest in other projects, launch new ecommerce business websites, or even retire. For some startups, selling the business is the end goal. Whether you have a dropshipping website, sell with Amazon FBA, or own a large-scale ecommerce business, there’s an opportunity for you to sell.
- Comprehensive Guide to WordPress Website Development: Developing a WordPress website is a sequential process that requires careful planning, thoughtful execution, and consistent maintenance to ensure it meets the needs of users and achieves its intended goals. This involves a series of clearly defined stages, including planning, designing, content creation, optimisation, and ongoing maintenance.
- Top 10 High-Paying Jobs AI Won’t Replace in 2025: Artificial Intelligence (AI) is revolutionizing industries, automating repetitive tasks, and reshaping the global workforce. Despite its remarkable advancements, certain professions remain beyond AI’s capabilities due to their reliance on uniquely human traits like creativity, empathy, and critical thinking. This case study explores the 10 highest-paying, fastest-growing jobs in 2025 that AI won’t replace, delving into why these roles are indispensable and how they are evolving in an AI-driven world.
- Spill Your Guts: What To Wear To Olivia Rodrigo’s Australian Tour: Never afraid of screaming out all the dark, embarrassing things we’ve all thought before, Rodrigo sings about comparing herself to her boyfriend’s ex-girlfriend. If you want an edgy outfit that mimics the music…
- Top Social Media Plugins for WordPress to Increase Your Sites Reach and Engagement: If you are seeking to enhance your website’s reach and engagement on social media, you have come to the right place. In this article, we will delve into the premier social media plugins tailored for WordPress users. From Social Warfare to Jetpack, these plugins can facilitate seamless sharing of your content across diverse social platforms.Furthermore, we will provide recommendations to optimize your website’s visibility on social media. Keep an eye out for valuable insights!
- How to Change PuTTY’s Appearance: PuTTY is a widely-used SSH and telnet client for Windows and Linux hosting. While its default appearance is functional, you can customise it to improve aesthetics and usability. Below are the steps to modify PuTTY’s appearance, including changing the font, window size, colours, and cursor options.
- What programming languages does vBulletin use?: vBulletin was orginally written in perl and used a flat file database system. However, as sites grew they notice that sites could not cope with a large amounts of traffic. This problem has now been fully rectified when vBulletin was converted to php and a mysql database system.
Installing Parabolic via Snap
Snap is another package management system for Linux that simplifies software installation, but make sure that Snap is set up on your system.
sudo apt install snapd [On Debian, Ubuntu and Mint] sudo yum install snapd [On RHEL/CentOS/Fedora and Rocky/AlmaLinux] sudo emerge -a sys-apps/snapd [On Gentoo Linux] sudo apk add snapd [On Alpine Linux] sudo pacman -S snapd [On Arch Linux] sudo zypper install snapd [On OpenSUSE] sudo pkg install snapd [On FreeBSD]
Once snapd is installed, you can install Parabolic using the following command.
sudo snap install tube-converter parabolic
Cloning the Parabolic Repository
If you prefer to build Parabolic from source, you can clone its repository from GitHub, but this method requires some additional setup but gives you more control over the installation.
git clone https://github.com/NickvisionApps/Parabolic.git cd Parabolic mkdir build && cd build cmake .. -DCMAKE_BUILD_TYPE=Release -DUI_PLATFORM=gnome cmake --build .
After building, you can find the binaries in the org.nickvision.tubeconverter.gnome
folder inside your build directory.
Conclusion
Parabolic is a powerful yet straightforward tool for downloading videos and audio on Linux systems. Whether you choose to install it via Flathub or Snap or prefer building it from source, each method provides an easy way to access its features.
With support for multiple formats and batch downloads, Parabolic is an excellent choice for users looking to manage their media downloads efficiently.