You are not logged in.

#1 2009-11-14 18:50:59

murfMan
Member
Registered: 2009-10-27
Posts: 161

pacman -Syu how often?

how often should i run pacman -Syu?

Last edited by murfMan (2009-11-14 18:51:17)

Offline

#2 2009-11-14 18:56:28

loafer
Member
From: the pub
Registered: 2009-04-14
Posts: 1,772

Re: pacman -Syu how often?

As often as you feel comfortable doing, bearing in mind that you may occasionally need to devote some time to troubleshooting.  I have been updating a couple of times a week for nearly a year.  I had to downgrade xorg after the recent update due to crashes, but that was easy enough and aside from that everything is going very well.


All men have stood for freedom...
For freedom is the man that will turn the world upside down.
Gerrard Winstanley.

Offline

#3 2009-11-14 19:08:07

ozar
Member
From: USA
Registered: 2005-02-18
Posts: 1,686

Re: pacman -Syu how often?

I usually upgrade the system at least once each day.  Sometimes, I'll often hold off when it's one of those upgrades that lots of people are reporting breakages, though.


oz

Offline

#4 2009-11-14 19:22:31

piezoelectric
Member
Registered: 2009-09-08
Posts: 48

Re: pacman -Syu how often?

I upgrade a lot because it's easier to isolate problems and downgrade if necessary.  Multiple times per day.

What I do though is

 y -Syu --aur

where y is an alias for yaourt

Offline

#5 2009-11-14 19:37:19

fsckd
Forum Fellow
Registered: 2009-06-15
Posts: 4,173

Re: pacman -Syu how often?

The Upgrade Ceremony is performed once every thousand years by a secret cabal of priests. The Chosen One uses the sacred keyboard to enter the Unspoken Words into the Terminal of Gold. Upon completion, a new age begins and there is much rejoicing.


aur S & M :: forum rules :: Community Ethos
Resources for Women, POC, LGBT*, and allies

Offline

#6 2009-11-14 19:57:24

Toffeeapple
Member
From: North Wales
Registered: 2008-06-18
Posts: 10
Website

Re: pacman -Syu how often?

I'm with you brother.

Offline

#7 2009-11-14 19:58:35

.:B:.
Forum Fellow
Registered: 2006-11-26
Posts: 5,819
Website

Re: pacman -Syu how often?

fsckd wrote:

The Upgrade Ceremony is performed once every thousand years by a secret cabal of priests. The Chosen One uses the sacred keyboard to enter the Unspoken Words into the Terminal of Gold. Upon completion, a new age begins and there is much rejoicing.

Amen! Somebody put this in the wiki please!


Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy

Offline

#8 2009-11-14 20:03:35

loafer
Member
From: the pub
Registered: 2009-04-14
Posts: 1,772

Re: pacman -Syu how often?

Church of Pacman!  Who's gonna be the new Bob Dobbs?


All men have stood for freedom...
For freedom is the man that will turn the world upside down.
Gerrard Winstanley.

Offline

#9 2009-11-14 21:40:13

murfMan
Member
Registered: 2009-10-27
Posts: 161

Re: pacman -Syu how often?

i need to update bad ... it's been at least a week now.  the update is 385mb yikes

Last edited by murfMan (2009-11-14 21:40:33)

Offline

#10 2009-11-14 22:11:45

loafer
Member
From: the pub
Registered: 2009-04-14
Posts: 1,772

Re: pacman -Syu how often?

It shouldn't be a problem.  Take a look at the news and the forums, check the packages being updated.  Are there likely to be problem?  Then decide.


All men have stood for freedom...
For freedom is the man that will turn the world upside down.
Gerrard Winstanley.

Offline

#11 2009-11-15 01:32:04

securitybreach
Member
From: In front of my computers
Registered: 2007-11-18
Posts: 416
Website

Re: pacman -Syu how often?

fsckd wrote:

The Upgrade Ceremony is performed once every thousand years by a secret cabal of priests. The Chosen One uses the sacred keyboard to enter the Unspoken Words into the Terminal of Gold. Upon completion, a new age begins and there is much rejoicing.

Awesome!!!! +1 for wiki entry!!!!!


"Every normal man must be tempted at times to spit upon his hands, hoist the black flag, and begin slitting throats." -- H.L. Mencken
Website      Configs
Forum Admin: Bruno's All Things Linux   
securitybreach<a>archlinux.us

Offline

#12 2009-11-15 07:45:15

doorknob60
Member
Registered: 2008-09-29
Posts: 403

Re: pacman -Syu how often?

At least once a day. I simply don't like having old software on my computer, within reason (no new Xorg for me yet, as it breaks Catalyst). I have a zsh alias that updates packages in my regular system and my 32 bit chroot, and the AUR packages in both of those too smile All I do is type 'update' big_smile

Offline

#13 2009-11-15 07:54:32

sHyLoCk
Member
From: /dev/null
Registered: 2009-06-19
Posts: 1,197

Re: pacman -Syu how often?

while (1) {
pacman -Syu --noconfirm
}

~ Regards,
sHy
ArchBang: Yet another Distro for Allan to break.
Blog | GIT | Forum (。◕‿◕。)

Offline

#14 2009-11-15 08:43:04

sand_man
Member
From: Australia
Registered: 2008-06-10
Posts: 2,164

Re: pacman -Syu how often?

sHyLoCk wrote:
while (1) {
pacman -Syu --noconfirm
}

haha I hope you're joking


neutral

Offline

#15 2009-11-15 09:03:49

skanky
Member
From: WAIS
Registered: 2009-10-23
Posts: 1,847

Re: pacman -Syu how often?

sand_man wrote:
sHyLoCk wrote:
while (1) {
pacman -Syu --noconfirm
}

haha I hope you're joking

Yeah, he's got a

sleep 1

in there, really.


"...one cannot be angry when one looks at a penguin."  - John Ruskin
"Life in general is a bit shit, and so too is the internet. And that's all there is." - scepticisle

Offline

#16 2009-11-15 10:16:21

Barrucadu
Member
From: York, England
Registered: 2008-03-30
Posts: 1,158
Website

Re: pacman -Syu how often?

I have an hourly cronjob to download updates, and then I install them whenever I notice I have any; I generally check several time a day. It's like an obsession tongue

Offline

#17 2009-11-15 11:57:17

lolilolicon
Member
Registered: 2009-03-05
Posts: 1,722

Re: pacman -Syu how often?

$ wc -l /var/log/pacman.log
8946 /var/log/pacman.log

that is since 3 months ago


This silver ladybug at line 28...

Offline

#18 2009-11-15 14:54:34

brianhanna
Member
Registered: 2009-10-30
Posts: 157

Re: pacman -Syu how often?

I like to update just about every day.  Easier to know what broke if anything does.  Also, if I go a couple weeks without it as I do on my desktop machine sometimes, almost every program on it needs to be updated and the download takes a while.

Offline

Board footer

Powered by FluxBB