Cinnamon desktop no package available

General support questions
mesologgitis
Posts: 6
Joined: 2018/11/14 13:38:01

Cinnamon desktop no package available

Post by mesologgitis » 2018/11/14 14:01:37

Greetings to CentOS community. During this month i was able to install Cinnamon desktop to two different laptops running on CentOS 7.5.1804 without problems whatsoever. Yesterday i installed CentOS 7.5.1804 to a third laptop, but i'm unable to install Cinnamon this time. Is Cinnamon not available any more or i'm missing something?

Code: Select all

 [root@localhost centos]# yum install cinnamon
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
 * base: ftp.otenet.gr
 * elrepo: ftp.cc.uoc.gr
 * epel: mirror.serverbeheren.nl
 * extras: ftp.otenet.gr
 * nux-dextop: mirror.li.nux.ro
 * updates: ftp.otenet.gr
No package cinnamon available.
Error: Nothing to do
[root@localhost centos]# yum search cinnamon
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
 * base: ftp.otenet.gr
 * elrepo: ftp.cc.uoc.gr
 * epel: mirrors.neterra.net
 * extras: ftp.otenet.gr
 * nux-dextop: mirror.li.nux.ro
 * updates: ftp.otenet.gr
============================ N/S matched: cinnamon =============================
cinnamon-applet-blueberry.noarch : Cinnamon applet for blueberry
cinnamon-themes.noarch : Collection of the best themes available for Cinnamon
f22-backgrounds-gnome.noarch : Fedora 22 default wallpaper for Gnome and
                             : Cinnamon

  Name and summary matches only, use "search all" for everything.
 

lknls
Posts: 9
Joined: 2018/11/12 17:26:13
Contact:

Re: Cinnamon desktop no package available

Post by lknls » 2018/11/14 19:11:36

try this

Code: Select all

yum install epel-release -y
yum groupinstall "Server with GUI" -y
yum install cinnamon -y
systemctl get-default 
systemctl set-default graphical.target

User avatar
TrevorH
Site Admin
Posts: 33216
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: Cinnamon desktop no package available

Post by TrevorH » 2018/11/15 00:20:58

Cinnamon was in EPEL but has been removed as the maintainer decided to stop. EPEL removes orphaned packages that have no maintainer.

EPEL have a mailing list and I would suspect there is probably already discussion of this on that.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

mesologgitis
Posts: 6
Joined: 2018/11/14 13:38:01

Re: Cinnamon desktop no package available

Post by mesologgitis » 2018/11/15 10:13:09

Thanks for the replies, i was finally able to install it.
For some reason it kept using http://ftp.nluug.nl/ mirror for epel repo, no matter how many times i cleaned yum. While an other pc on the same network used
https://ftp.cc.uoc.gr and it was able to find cinnamon.
So i edited /etc/yum.repos.d/epel.repo to metalink=https://ftp.cc.uoc.gr/pub/linux/epel/7/$basearch and then it found the cinnamon desktop and all its dependencies.

User avatar
TrevorH
Site Admin
Posts: 33216
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: Cinnamon desktop no package available

Post by TrevorH » 2018/11/15 10:33:02

I suspect your Greek EPEL mirror is out of date and still contains the now removed packages.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

mesologgitis
Posts: 6
Joined: 2018/11/14 13:38:01

Re: Cinnamon desktop no package available

Post by mesologgitis » 2018/11/15 10:47:16

I had the same thought, since you said that cinnamon is no longer maintained by EPEL.

mesologgitis
Posts: 6
Joined: 2018/11/14 13:38:01

Re: Cinnamon desktop no package available

Post by mesologgitis » 2018/11/15 11:00:09

Is there any alternative for that, or it will become not possible in the near future to install cinnamon in CentOS?

User avatar
TrevorH
Site Admin
Posts: 33216
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: Cinnamon desktop no package available

Post by TrevorH » 2018/11/15 11:33:35

The only thing you can do is take a copy of them before they disappear. That or step up and become the new maintainer for EPEL ;-)
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

mesologgitis
Posts: 6
Joined: 2018/11/14 13:38:01

Re: Cinnamon desktop no package available

Post by mesologgitis » 2018/11/15 12:35:12

I see :) , currently i'm working and attending a MSc so time is a luxury i don't have. But i would like to contribute later.
Thanks for your time

mmontalvo
Posts: 1
Joined: 2018/11/20 19:56:17

Re: Cinnamon desktop no package available

Post by mmontalvo » 2018/11/20 19:58:06

How do you go about becoming a maintainer?

Post Reply