PDA

View Full Version : Command to preform updates



-gabe-noob-
May 22nd, 2008, 09:25 PM
Hey guys I'm using open box and can't figure out how to update my system, it's on kubuntu base.

I was wondering if I type sudo apt-get update will it preform the same thing as if I updated from the little icon thats usually on the gnome panel and stuff>

LaRoza
May 22nd, 2008, 09:28 PM
Hey guys I'm using open box and can't figure out how to update my system, it's on kubuntu base.

I was wondering if I type sudo apt-get update will it preform the same thing as if I updated from the little icon thats usually on the gnome panel and stuff>



sudo apt-get update #update lists
sudo apt-get upgrade #install updates
apt-cache search <terms> #search lists



Other useful options are clean and autoclean. man apt-get for more.

Useful aliases (define in .bashrc):



alias upgrade='sudo apt-get update && sudo apt-get upgrade && sudo apt-get autoclean'
alias install='sudo aptitude install'
alias search='apt-cache search'


Use:



~$search build-essential
build-essential - informational list of build-essential packages
dh-buildinfo - Debhelper addon to track package versions used to build a package
sbuild - Tool for building Debian binary packages from Debian sources
devscripts - Scripts to make the life of a Debian Package maintainer easier
~$

SunnyRabbiera
May 22nd, 2008, 09:35 PM
Hey guys I'm using open box and can't figure out how to update my system, it's on kubuntu base.

I was wondering if I type sudo apt-get update will it preform the same thing as if I updated from the little icon thats usually on the gnome panel and stuff>

Yup pretty much, also type in apt-get upgrade too if needed as that will install the upgrades you need

-gabe-noob-
May 22nd, 2008, 09:55 PM
Thanks guys, anyone know how I can change the color scheme in Openbox?

eriqjaffe
May 22nd, 2008, 10:20 PM
Thanks guys, anyone know how I can change the color scheme in Openbox?There are two things that combine for the overall appearance of your windows.

To change the colors of Window Decorations, etc, use obconf, which is in the repos.

To change the appearance of window elements (backgrounds, text, etc), you can use gtk-chtheme, which is also is in the repos.

-gabe-noob-
May 22nd, 2008, 10:50 PM
thanks

K.Mandla
May 22nd, 2008, 10:56 PM
Moved to Installation and Upgrades.

-gabe-noob-
May 22nd, 2008, 11:30 PM
can I install themes into that gtk-chtheme thing you recomended
?

eriqjaffe
May 23rd, 2008, 05:01 AM
can I install themes into that gtk-chtheme thing you recomended
?If you extract downloaded themes into /usr/share/themes (you need to be sudo to do that), gtk-chtheme should pick it up automatically.

urukrama
May 23rd, 2008, 10:19 AM
If you extract downloaded themes into /usr/share/themes (you need to be sudo to do that), gtk-chtheme should pick it up automatically.

Or to ~/.themes/