Categories: Ubuntu

CopyQ Clipboard Manager 8.0.0 Add ARM64 for Debian, Ras Pi, & MacOS

CopyQ, the popular free open-source clipboard manager, announced new 8.0.0 release today!

The new release features new arm64 build packages for MacOS, Debian, and Raspberry Pi. The packages for Windows and MacOS are now based on Qt6 framework. The 64-bit Windows packages now install the app to “Program Files” instead of incorrect “Program Files (X86)“. User has to remove the old path after installing the new version.

For Linux, CopyQ 8.0.0 adds cmake option -DWITH_X11=OFF to disable X11 support, and build option to disable auto-start, which is useful for Flatpak package so far does not support this feature due to permission issue.

Sponsored

For security, the release also disallows storing and processing data from password managers, such as KeePass, KeePassXC, 1Password, and some browsers in private mode.

CopyQ indicator and clipboard history editor

Other changes in CopyQ 8.0.0 include:

  • Increase history limit to 100,000.
  • Allow overriding item activation using paste().
  • New script functions: onItemsAdded(), onItemsRemoved(), onItemsChanged(), onItemsLoaded(), onTabSelected().
  • Allow using Ctrl+C to copy items even if search entry box is focused unless
    it has a selection
  • Store large data items in separate location for less memory usage.
  • Show global shortcuts in menu

How to Install CopyQ 8.0.0

For the release note, as well as download links for Windows exe, MacOS dmg, and Debian deb packages, go to:

For Ubuntu 20.04, Ubuntu 22.04, Ubuntu 23.10, and Ubuntu 24.04, there’s also an official PPA contains the package for Intel/AMD platforms. Simply press Ctrl+Alt+T to open terminal, then run commands below one by one to add PPA and install CopyQ.

sudo add-apt-repository ppa:hluk/copyq
sudo apt update
sudo apt install copyq

And for most Linux, CopyQ is also available as Flatpak package that runs in sandbox.

Fedora 38/39 (with 3rd party repository enabled) and Linux Mint 21 can search for and install the package from either Gnome Software or Software Manager.

Sponsored

While Ubuntu and Debian users can run the 2 commands below one by one to install the Flatpak package:

sudo apt install flatpak
flatpak install https://dl.flathub.org/repo/appstream/com.github.hluk.copyq.flatpakref

Uninstall CopyQ

For CopyQ clipboard manager installed as .deb (either from PPA or direct download), open terminal (Ctrl+Alt+T) and run command to uninstall it:

sudo apt remove --autoremove copyq

To remove the PPA, use command:

sudo add-apt-repository --remove ppa:hluk/copyq

For the Flatpak package, just run command to uninstall:

flatpak uninstall --delete-data com.github.hluk.copyq

Also run command flatpak uninstall --unused to clear useless run-time libraries.

The post CopyQ Clipboard Manager 8.0.0 Add ARM64 for Debian, Ras Pi, & MacOS appeared first on Osgrove.

Ubuntu Server Admin

Recent Posts

Microsoft Edge Installation on Ubuntu 24.04

Microsoft Edge is now available for Ubuntu. In this guide, I’ll walk you through the…

7 hours ago

How we used Flask and 12-factor charms to simplify Canonical.com development

Our latest Canonical website rebrand did not just bring the new Vanilla-based frontend, it also…

14 hours ago

Web Engineering: Hack Week 2024

At Canonical, the work of our teams is strongly embedded in the open source principles…

2 days ago

Ubuntu Weekly Newsletter Issue 873

Welcome to the Ubuntu Weekly Newsletter, Issue 873 for the week of December 29, 2024…

3 days ago

How to resolve WiFi Issues on Ubuntu 24.04

Have WiFi troubles on your Ubuntu 24.04 system? Don’t worry, you’re not alone. WiFi problems…

3 days ago

Remembering and thanking Steve Langasek

The following is a post from Mark Shuttleworth on the Ubuntu Discourse instance. For more…

3 days ago