Results 1 to 4 of 4
Is there a way for me to see what is being installed when (or after) pressing a GUI button. I have a script that preinstalls most things but some things ...
- 04-26-2009 #1
List of things installed when pressing GUI button?
Is there a way for me to see what is being installed when (or after) pressing a GUI button. I have a script that preinstalls most things but some things I'm not sure what I need to add because I usually just push a button. This includes:
samba (to install the files I just right click a folder and go to sharing options and then it asks if I want to install missing stuff, I click okay and it installs)
language package - two things
1. The complex script support
2. Telugu support
Thanks allBodhi 1.3 & Bodhi 1.4 using E17
Dell Studio 17, Intel Graphics card, 4 gigs of RAM, E17
"The beauty in life can only be found by moving past the materialism which defines human nature and into the higher realm of thought and knowledge"
- 04-27-2009 #2Just Joined!
- Join Date
- Apr 2009
- Posts
- 3
while installing using GUI, fire up a terminal and do the following,
tail -f /var/log/messages
This will print out any log messages in teminal.
- 04-27-2009 #3
so if it's already installed I'm out of luck?
Bodhi 1.3 & Bodhi 1.4 using E17
Dell Studio 17, Intel Graphics card, 4 gigs of RAM, E17
"The beauty in life can only be found by moving past the materialism which defines human nature and into the higher realm of thought and knowledge"
- 04-27-2009 #4Just Joined!
- Join Date
- Apr 2009
- Posts
- 3
digg through the /var/log/messages and grep for the keyword whatever you are looking for. There are other messages file archived, like messages.1.tgz, messages.2.tgz...
hope this helps.


Reply With Quote