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.
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:
paste()
.onItemsAdded()
, onItemsRemoved()
, onItemsChanged()
, onItemsLoaded()
, onTabSelected()
.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.
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
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.
The latest interim release of Ubuntu introduces “devpacks” for popular frameworks like Spring, along with…
Ubuntu 25.04, codenamed “Plucky Puffin”, is here. This release continues Ubuntu’s proud tradition of integrating…
Ubuntu released its 20.04 (Focal Fossa) release 5 years ago, on March 23, 2020. As…
Focal Fossa will reach the End of Standard Support in May 2025, also known as…
Ubuntu MATE 25.04 is ready to soar! 🪽 Celebrating our 10th anniversary as an official…
Welcome to the Ubuntu Weekly Newsletter, Issue 887 for the week of April 6 –…