How to change the repository settings for yum installer?
I am pretty much new to Linux. I am trying to install tint2 on CentOS. When I try to install using the command yum install tint2, it gave following error
checking for X11... configure: error: Package requirements (x11 xcomposite xdamage xinerama xrender xrandr) were not met:
No package 'xcomposite' found
No package 'xdamage' found
No package 'xinerama' found
No package 'xrandr' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables X11_CFLAGS
and X11_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.`
When I try to install those packages which I belive should be done using
$>yum install xinerama
Failed to set locale, defaulting to C
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: mirrors.lga7.us.voxel.net
* extras: mirror.rackspace.com
* updates: mirror.atlanticmetro.net
Setting up Install Process
No package xinerama available.
Nothing to do
I am bit unclear here. How can I change the yum settings to look for x* packages at the different repository where packages are available?
What does it mean when it says
"Alternatively, you may set the environment variables X11_CFLAGS
and X11_LIBS to avoid the need to call pkg-config.
software-installation yum repository
bumped to the homepage by Community♦ 1 hour ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
migrated from askubuntu.com Oct 29 '12 at 17:37
This question came from our site for Ubuntu users and developers.
add a comment |
I am pretty much new to Linux. I am trying to install tint2 on CentOS. When I try to install using the command yum install tint2, it gave following error
checking for X11... configure: error: Package requirements (x11 xcomposite xdamage xinerama xrender xrandr) were not met:
No package 'xcomposite' found
No package 'xdamage' found
No package 'xinerama' found
No package 'xrandr' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables X11_CFLAGS
and X11_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.`
When I try to install those packages which I belive should be done using
$>yum install xinerama
Failed to set locale, defaulting to C
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: mirrors.lga7.us.voxel.net
* extras: mirror.rackspace.com
* updates: mirror.atlanticmetro.net
Setting up Install Process
No package xinerama available.
Nothing to do
I am bit unclear here. How can I change the yum settings to look for x* packages at the different repository where packages are available?
What does it mean when it says
"Alternatively, you may set the environment variables X11_CFLAGS
and X11_LIBS to avoid the need to call pkg-config.
software-installation yum repository
bumped to the homepage by Community♦ 1 hour ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
migrated from askubuntu.com Oct 29 '12 at 17:37
This question came from our site for Ubuntu users and developers.
2
do you have X11 installed? you can tryyum search X11. that will give you all the packages that mention X11 in their description (its probably going to be a lot consider piping the output toless)
– h3rrmiller
Oct 29 '12 at 18:55
add a comment |
I am pretty much new to Linux. I am trying to install tint2 on CentOS. When I try to install using the command yum install tint2, it gave following error
checking for X11... configure: error: Package requirements (x11 xcomposite xdamage xinerama xrender xrandr) were not met:
No package 'xcomposite' found
No package 'xdamage' found
No package 'xinerama' found
No package 'xrandr' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables X11_CFLAGS
and X11_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.`
When I try to install those packages which I belive should be done using
$>yum install xinerama
Failed to set locale, defaulting to C
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: mirrors.lga7.us.voxel.net
* extras: mirror.rackspace.com
* updates: mirror.atlanticmetro.net
Setting up Install Process
No package xinerama available.
Nothing to do
I am bit unclear here. How can I change the yum settings to look for x* packages at the different repository where packages are available?
What does it mean when it says
"Alternatively, you may set the environment variables X11_CFLAGS
and X11_LIBS to avoid the need to call pkg-config.
software-installation yum repository
I am pretty much new to Linux. I am trying to install tint2 on CentOS. When I try to install using the command yum install tint2, it gave following error
checking for X11... configure: error: Package requirements (x11 xcomposite xdamage xinerama xrender xrandr) were not met:
No package 'xcomposite' found
No package 'xdamage' found
No package 'xinerama' found
No package 'xrandr' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables X11_CFLAGS
and X11_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.`
When I try to install those packages which I belive should be done using
$>yum install xinerama
Failed to set locale, defaulting to C
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: mirrors.lga7.us.voxel.net
* extras: mirror.rackspace.com
* updates: mirror.atlanticmetro.net
Setting up Install Process
No package xinerama available.
Nothing to do
I am bit unclear here. How can I change the yum settings to look for x* packages at the different repository where packages are available?
What does it mean when it says
"Alternatively, you may set the environment variables X11_CFLAGS
and X11_LIBS to avoid the need to call pkg-config.
software-installation yum repository
software-installation yum repository
edited Oct 28 '14 at 0:28
Braiam
23.7k2077141
23.7k2077141
asked Oct 29 '12 at 13:43
ramram
1213
1213
bumped to the homepage by Community♦ 1 hour ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 1 hour ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
migrated from askubuntu.com Oct 29 '12 at 17:37
This question came from our site for Ubuntu users and developers.
migrated from askubuntu.com Oct 29 '12 at 17:37
This question came from our site for Ubuntu users and developers.
2
do you have X11 installed? you can tryyum search X11. that will give you all the packages that mention X11 in their description (its probably going to be a lot consider piping the output toless)
– h3rrmiller
Oct 29 '12 at 18:55
add a comment |
2
do you have X11 installed? you can tryyum search X11. that will give you all the packages that mention X11 in their description (its probably going to be a lot consider piping the output toless)
– h3rrmiller
Oct 29 '12 at 18:55
2
2
do you have X11 installed? you can try
yum search X11. that will give you all the packages that mention X11 in their description (its probably going to be a lot consider piping the output to less)– h3rrmiller
Oct 29 '12 at 18:55
do you have X11 installed? you can try
yum search X11. that will give you all the packages that mention X11 in their description (its probably going to be a lot consider piping the output to less)– h3rrmiller
Oct 29 '12 at 18:55
add a comment |
2 Answers
2
active
oldest
votes
You can set Yum to phrase alternative repo's by downloading & installing the .rpm file of the repo. Proper instructions can be found in EPEL repo installation
add a comment |
Search for other repository which includes xinerama.
Download and Install that repository with rpm new. The repo will be created in /etc/yum.repos.d
and run yum install xinerama
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f53231%2fhow-to-change-the-repository-settings-for-yum-installer%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
You can set Yum to phrase alternative repo's by downloading & installing the .rpm file of the repo. Proper instructions can be found in EPEL repo installation
add a comment |
You can set Yum to phrase alternative repo's by downloading & installing the .rpm file of the repo. Proper instructions can be found in EPEL repo installation
add a comment |
You can set Yum to phrase alternative repo's by downloading & installing the .rpm file of the repo. Proper instructions can be found in EPEL repo installation
You can set Yum to phrase alternative repo's by downloading & installing the .rpm file of the repo. Proper instructions can be found in EPEL repo installation
answered Aug 2 '13 at 21:38
KarthikKarthik
2415
2415
add a comment |
add a comment |
Search for other repository which includes xinerama.
Download and Install that repository with rpm new. The repo will be created in /etc/yum.repos.d
and run yum install xinerama
add a comment |
Search for other repository which includes xinerama.
Download and Install that repository with rpm new. The repo will be created in /etc/yum.repos.d
and run yum install xinerama
add a comment |
Search for other repository which includes xinerama.
Download and Install that repository with rpm new. The repo will be created in /etc/yum.repos.d
and run yum install xinerama
Search for other repository which includes xinerama.
Download and Install that repository with rpm new. The repo will be created in /etc/yum.repos.d
and run yum install xinerama
edited Feb 4 '15 at 13:26
HalosGhost
3,76392236
3,76392236
answered Feb 4 '15 at 12:56
Kalim SayyedKalim Sayyed
1
1
add a comment |
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f53231%2fhow-to-change-the-repository-settings-for-yum-installer%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
2
do you have X11 installed? you can try
yum search X11. that will give you all the packages that mention X11 in their description (its probably going to be a lot consider piping the output toless)– h3rrmiller
Oct 29 '12 at 18:55