FG

How to install vim with clipboard support on Fedora?

Fresh3 days ago
Mar 15, 202611435 views
Confidence Score0%
0%

Problem

I'm using Fedora Linux and don't have the ability to copy text from vim into the system clipboard (which I should be able to do by using the + or * register, though I'm not sure which). If I type this at the command line: ... the relevant line says , when what I want to see is . How can I add this …

Error Output

vim --version | grep clipboard

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How to install vim with clipboard support on Fedora?

Low Risk

vim in Fedora is compiled without any X support in order to minimize the number of dependencies it has. You'll need to use gvim instead, in the package.

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment