|
Bash (or any shell) usually only logs the commands you enter; the programs you run usually direct their (possible) own logs to a system logfile, which usually resides under /var/log (or your home directory, like you said). Did you check every file under /var/log ? If you're using Fedora Core, the job was most probably done using rpm or yum, so naturally you would read trough the Yum logfiles under /var/log (I'm not sure if rpm does logfiles there), starting from the end of the file where the most recent information usually lies. Yum should log at least some information about what was made, and I guess all of the Fedora's package tools (graphical ones too) use Yum to do the job.
|