pascalbe-dev / ubuntu-os-setup

A repository to automate the setup of a ubuntu developer operating system
2 stars 3 forks source link

Fix installing xclip (and others) #42

Closed pascalbe-dev closed 7 months ago

pascalbe-dev commented 7 months ago

We need to add the universe apt repository first:

sudo add-apt-repository main sudo add-apt-repository universe <-- sudo add-apt-repository restricted sudo add-apt-repository multiverse