Vivaldi is a feature-rich web browser known for its customization options and user-centric design. It caters to those who want more control over their browsing experience. It offers a unique blend of modern web technologies and classic browser features, such as a customizable user interface, built-in tools like note-taking, and advanced tab management. Vivaldi is available in two versions: the stable build, which provides a reliable browsing experience, and the snapshot preview builds, which allow users to test the latest features before they are officially released.
You can install Vivaldi on Fedora 40 or 39 using the DNF package manager with Vivaldi’s official RPM repository. This method ensures that you receive either the latest stable version or if you prefer, the most recent snapshot build for testing new features. This guide will walk you through installing Vivaldi, enabling you to customize and enhance your web browsing experience on Fedora.
Update Fedora Before Vivaldi Installation
To begin, update your Fedora system. This step is crucial to ensure that all existing packages are current, reducing the risk of conflicts during the Vivaldi installation process.
Use the following command to update:
sudo dnf upgrade --refresh
Import Vivaldi RPM Repository
Fedora’s default repositories do not include Vivaldi. Therefore, it is necessary to import the official Vivaldi RPM repository. This action enables the installation of both the Vivaldi stable and snapshot builds.
Execute the command below to add the Vivaldi repository:
sudo dnf config-manager --add-repo https://repo.vivaldi.com/stable/vivaldi-fedora.repo
With the repository added, you can now install the Vivaldi browser.
Finalize the Installation of Vivaldi Browser
Following the repository import, you can install Vivaldi’s stable or snapshot version. The stable version is generally recommended for most users due to its reliability.
To install the stable version of Vivaldi, use the command:
sudo dnf install vivaldi-stable
After installation, verify the version of the stable build with:
vivaldi --version
The Vivaldi beta snapshot version is available if you prefer to use the latest features and updates. This version includes the newest changes but may be less stable.
To install the snapshot version, use:
sudo dnf install vivaldi-snapshot
Confirm the installation of the snapshot version; check its version using:
vivaldi-snapshot --version
The commands are accurate and tested, ensuring a smooth installation process on Fedora Linux.
Launching Vivaldi Browser
CLI Command to Launch Vivaldi
Once the Vivaldi browser is installed on your Fedora system, you can initiate it through several methods. Launching Vivaldi is straightforward and comfortable for users with the command-line interface (CLI).
In your terminal, enter the following command:
vivaldi
This command quickly starts the Vivaldi browser, making it a convenient option for those who prefer working in a terminal environment or for troubleshooting.
GUI Method to Launch Vivaldi
Alternatively, most desktop users will find it more intuitive to launch Vivaldi using the graphical user interface (GUI). This method does not require any commands.
Follow these steps:
- Click on “Activities” at the top left corner of your screen.
- Select “Show Applications” to view all installed applications.
- Scroll through the applications or use the search feature to find “Vivaldi.”
Upon starting Vivaldi, you’ll encounter a setup page where you can tailor the browser to suit your needs. This interface provides various customization choices to enhance your browsing experience. You can select your desired start page, choose a theme that fits your style, and adjust keyboard shortcuts to your liking.
Additional Commands for Vivaldi Browser
Update Vivaldi Browser on Fedora
Use the following command in your terminal to ensure Vivaldi and your system stay up-to-date. This command refreshes your system’s package database and checks for updates across all installed applications, including Vivaldi, from its repository:
sudo dnf update --refresh
Remove Vivaldi Browser from Fedora
Uninstalling Vivaldi Stable Version
If you need to uninstall the stable version of Vivaldi Browser from your Fedora system, execute the command below in the terminal. This command explicitly targets the stable version of Vivaldi for removal:
sudo dnf remove vivaldi-stable
Uninstalling Vivaldi Snapshot Build
In case you have the snapshot build of Vivaldi installed and wish to remove it while keeping the stable version intact, use the following command:
sudo dnf remove vivaldi-snapshot
Removing the Vivaldi RPM Repository
If you decide to remove Vivaldi and its associated repository from your system altogether, the following command will remove the Vivaldi repository configuration file:
sudo rm /etc/yum.repos.d/vivaldi-fedora.repo
Conclusion
After installing Vivaldi on Fedora using the DNF package manager and the official RPM repository, your system is now equipped with a highly customizable and user-focused web browser. Whether you opted for the stable build or the snapshot preview, regular updates through the DNF package manager will keep your browser up-to-date with the latest features and security improvements. By choosing Vivaldi, you’ve embraced a browser that prioritizes flexibility and user control, making it an excellent choice for everyday browsing and advanced web tasks.