Displaying 14 results from an estimated 14 matches for "yumandrpm".
2015 Apr 28
1
Fwd: Wiki Contribution - YUM Tips and Tricks
...> To: centos-docs at centos.org
> Cc: Silver Tip <silvertip257 at gmail.com>
>
>
> Hi CentOS-Docs Team!
>
> Per http://wiki.centos.org/Contribute, I'm sending you all this message.
>
> I would like to add information to
> http://wiki.centos.org/TipsAndTricks/YumAndRPM wiki page detailing the
> existence/usage of yum-plugin-changelog.
>
> I plan on reorganizing bullet point #4 into subsections for RPM and YUM.
> And within the point #4 subsection for YUM, I will add the additional
> content I wrote up.
>
> You can find a copy of my post on Li...
2015 Apr 25
2
Fwd: Wiki Contribution - YUM Tips and Tricks
...bject: Wiki Contribution - YUM Tips and Tricks
To: centos-docs at centos.org
Cc: Silver Tip <silvertip257 at gmail.com>
Hi CentOS-Docs Team!
Per http://wiki.centos.org/Contribute, I'm sending you all this message.
I would like to add information to
http://wiki.centos.org/TipsAndTricks/YumAndRPM wiki page detailing the
existence/usage of yum-plugin-changelog.
I plan on reorganizing bullet point #4 into subsections for RPM and YUM.
And within the point #4 subsection for YUM, I will add the additional
content I wrote up.
You can find a copy of my post on LinkedIn -
https://www.linkedin.com...
2010 Sep 25
1
does having a centos wiki acct grant edit access?
.... i'm prepping for the first of a number
of RHEL/centos basic admin courses and currently working my way thru
the wiki, collecting neat tricks and ideas and, occasionally, i'll
stumble over typoes -- some minor, some not so much.
for instance, here:
http://wiki.centos.org/TipsAndTricks/YumAndRPM#head-61731905d2e34ac343baeef06e5dd296aeed67b9
the command is listed as:
yum --disable "*" --enable "rpmforge" list available
i'm guessing that should actually be:
yum --disablerepo "*" --enablerepo "rpmforge" list available
no? but even if i got...
2007 Mar 21
4
Edit permissions and CD to DVD procedure
Wiki name PhilSchaffner. I would like to work on the following pages:
TipsAndTricks/CreatingUpdateMedia - new page
How to create CD/DVD update media and use to update CentOS
HowTos/BuildPackages - new page
How to set up an end-user environment to build RPM packages
HowTos/CreateLocalRepos - new page
How to create and maintain local repo[s] for your custom packages
2015 Apr 29
0
Fwd: Wiki Contribution - YUM Tips and Tricks
...Cc: Silver Tip <silvertip257 at gmail.com>
> >
> >
> > Hi CentOS-Docs Team!
> >
> > Per http://wiki.centos.org/Contribute, I'm sending you all this message.
> >
> > I would like to add information to
> > http://wiki.centos.org/TipsAndTricks/YumAndRPM wiki page detailing the
> > existence/usage of yum-plugin-changelog.
> >
> > I plan on reorganizing bullet point #4 into subsections for RPM and YUM.
> > And within the point #4 subsection for YUM, I will add the additional
> > content I wrote up.
> >
> > Y...
2010 Sep 25
1
Updates for Tips and Tricks/YUM and RPM page
(hoping this is the right way to submit updates for wiki pages.)
from this page:
http://wiki.centos.org/TipsAndTricks/YumAndRPM
first, there's this line:
yum --disable "*" --enable "rpmforge" list available
i'm guessing that should be:
yum --disablerepo "*" --enablerepo "rpmforge" list available
also, near the bottom (Method B):
"For CentOS-5 - A package for r...
2012 Apr 11
1
How to fix a chown oops...
chown -R 7.0 /sbin/
chown -R 98.98 //
Is there a rpm way fix all the permissions of files managed by rpms?
--
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
- -
- Jason Pyeron PD Inc. http://www.pdinc.us -
- Principal Consultant 10 West 24th Street #100 -
- +1 (443) 269-1555 x333
2008 Apr 01
4
How to find available groups for installation via yum ?
Hi All,
Short description of the problem:
- I would like to install the complete 'xfce' desktop on CentOS5.x
I've tried:
yum groupinstall xfce
yum groupinstall xfce4
yum groupinstall xfce*
yum groupinstall xfce4*
yum groupinstall xfce4.2
yum groupinstall xfce4.1
yum groupinstall xfce4.3
yum groupinstall xfce4.4
yum groupinstall xfce4.4.2
....
etc
etc
...
nothing worked
then I've
2008 Mar 30
2
Remove all 3rd party rpms
How does one do this?
Also, is it possible an rpm installed by rpm and not yum does not indicate what it provides to yum when yum queries needed dependencies for another package?
Thanks!
jlc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20080330/18ba2e89/attachment-0001.html>
2007 Jun 12
1
php + Informix IDS via IFX Module Howto for Centos5
Dear all
I've come out with a howto that I wish to contribute back to the
community. This howto is actually a sort of a draft that I made for
my own "self-reminder". It was an interesting experience collating
the data to eventually come out with the stuffs.
I hope it is useful enough to someone not to go through the same
"hell/happy hunting grounds"
The said howto is
2015 Aug 18
2
Markup for commands
Hi,
I just edited http://wiki.centos.org/de/TipsAndTricks/BecomingRoot and
formatted all the commands in section 1.1 as `monospace`. Since the main
font and the monospace font look quite similar, it is sometimes
difficult to see where one ends and the other starts.
Therefore I propose to add the following CSS rule to the whole CentOS wiki:
#page tt.backtick {
background-color: #eee;
2012 Aug 03
4
Urgent help on replacing /var
In a moment of epic stupidity, having ran out of space on the root
partition of a server due to /var chewing up the space, I added a
separate drive for the purpose of mounting it as /var
To do so, I mounted the new drive as /var2, cp -R (in hindsight should
had rsync to preserve attributes), deleted the original /var to free
up space, edited fstab and rebooted... unsurprisingly to a fubar'd
2015 Feb 27
5
Package group "X Window System" has disappeared
Hi,
Until last week, I could install a CentOS 7 based desktop using the
following approach:
1. Install minimal system.
2. yum groupinstall "X Window System"
3. yum install gdm gnome-classic-session gnome-terminal liberation-fonts
4. Install applications as needed.
This morning, the package group "X Window System" seems to have
disappeared. This is embarrassing.
What
2007 Apr 20
11
License for Wiki Content - LAST CALL
Okay, this will never come to an end otherwise:
I would like to use <http://creativecommons.org/licenses/by-sa/3.0/> as
the license for the complete content of the wiki.
The content on the wiki is *NOT* licensed at all at the moment.
So this call goes out to *ALL* people who have already contributed to
the wiki:
Is it okay with you to use this license for your content on the wiki?
If