First of all we need to install yum-plugin-copr plugin:
sudo yum install yum-plugin-copr
There is a missing dependency for that package. If you run yum and see:
Plugin "copr" can't be imported
Try to install python-requests package:
sudo yum install package-requests
Then we need to add a repository with newwest geary version. It is as simple as that:
sudo yum copr enable thm/geary
Run next command to update your geary from newly installed copr repository:
sudo yum update
No comments:
Post a Comment