Noob Needs Help installing a package!

General support questions
Post Reply
taironejk90
Posts: 3
Joined: 2019/03/07 03:13:51

Noob Needs Help installing a package!

Post by taironejk90 » 2019/03/07 03:57:00

hey guys, Im new to CentOS and Im trying to install gnome-shell-extension but unfortunately im getting an error

[root@new-host tai]# yum install gnome-shell-extensions
Loaded plugins: fastestmirror, langpacks
Repository base is listed more than once in the configuration
Loading mirror speeds from cached hostfile
* base: mirror.net.cen.ct.gov
* epel: archive.linux.duke.edu
* extras: mirror.net.cen.ct.gov
* rpmfusion-free-updates: download1.rpmfusion.org
* rpmfusion-nonfree-updates: download1.rpmfusion.org
* updates: mirror.net.cen.ct.gov
No package gnome-shell-extensions available.
Error: Nothing to do


please help!
PS: I don't have anything in /etc/yum.repos.d can that be the problem?
please explain how to install repository in CentOS if you guys can.

thank you :)

pjsr2
Posts: 614
Joined: 2014/03/27 20:11:07

Re: Noob Needs Help installing a package!

Post by pjsr2 » 2019/03/07 07:20:10

There is no package "gnome-shell-extension". The packages for the various extensions are named: gnome-shell-extension-xxx.
Which extension do you want to install?

To list all extenstion packages:

Code: Select all

yum list gnome-shell-extension-\*
To install the all:

Code: Select all

yum install gnome-shell-extension-\*

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

Re: Noob Needs Help installing a package!

Post by TrevorH » 2019/03/07 07:21:29

It's not called gnome-shell-extensions which is why you cannot find it like that. There are numerous packages, all called gnome-extension-$something and you can get a list by running yum list gnome-extension\*

I'm not sure why you think /etc/yum.repos.d is empty when yum is clearly listing and checking base, epel, extras, rpmfusion-free-updates, rpmfusion-nonfree-updates and updates repos.
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

taironejk90
Posts: 3
Joined: 2019/03/07 03:13:51

Re: Noob Needs Help installing a package!

Post by taironejk90 » 2019/03/07 11:44:38

pjsr2 wrote:
2019/03/07 07:20:10
There is no package "gnome-shell-extension". The packages for the various extensions are named: gnome-shell-extension-xxx.
Which extension do you want to install?

To list all extenstion packages:

Code: Select all

yum list gnome-shell-extension-\*
To install the all:

Code: Select all

yum install gnome-shell-extension-\*

thank you mate, I see now all the extensions, but the only one that is missing gnome-shell-browser-plugin it seams I can't find that ? :cry: :?:

taironejk90
Posts: 3
Joined: 2019/03/07 03:13:51

Re: Noob Needs Help installing a package!

Post by taironejk90 » 2019/03/07 11:47:08

pjsr2 wrote:
2019/03/07 07:20:10
There is no package "gnome-shell-extension". The packages for the various extensions are named: gnome-shell-extension-xxx.
Which extension do you want to install?

To list all extenstion packages:

Code: Select all

yum list gnome-shell-extension-\*
To install the all:

Code: Select all

yum install gnome-shell-extension-\*

schadfield
Posts: 45
Joined: 2014/12/21 01:03:40

Re: Noob Needs Help installing a package!

Post by schadfield » 2019/03/08 08:08:57

I installed these:

https://chrome.google.com/webstore/deta ... ognlahblep
https://wiki.gnome.org/Projects/GnomeSh ... stallation

to configure shell extensions using Chrome (actually Vivaldi).

Post Reply