LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   Not having success moving chromium repo (https://www.linuxquestions.org/questions/fedora-35/not-having-success-moving-chromium-repo-897804/)

flebber 08-17-2011 05:33 AM

Not having success moving chromium repo
 
I found the chromium project here http://fedoraproject.org/wiki/Chromium

I downloaded the repo to my downloads folder. I am trying to move it to /etc/yum/repos.d but its not working for me.

Does anyone know why this doesn't work?
Code:

[root@localhost yum]# mv /home/sayth/Downloads/fedora-chromium-stable.repo /etc/yum/repos.d
[root@localhost yum]# yum install chromium
Loaded plugins: langpacks, presto, refresh-packagekit
Setting up Install Process
No package chromium available.
Error: Nothing to do
[root@localhost yum]#


kbp 08-17-2011 11:37 PM

Quote:

mv /home/sayth/Downloads/fedora-chromium-stable.repo /etc/yum/repos.d
..should be:
Code:

cp /home/sayth/Downloads/fedora-chromium-stable.repo /etc/yum.repos.d/
You may also need to check that it's enabled :-
Code:

grep enabled /etc/yum.repos.d/fedora-chromium-stable.repo

flebber 08-18-2011 07:31 AM

Yeah that was the trick copy works better than move.


All times are GMT -5. The time now is 02:37 PM.