Crashes...?

jwwphoto

New Member
Joined
Feb 24, 2025
Messages
2
Reaction score
2
Credits
19
I've installed a few apps under my newly installed Ubuntu 24.04 and some apps crash. Not the distro entirely, but the app will close for no apparent reason. RawTherapee in particular. Should I assume it is the app specifically that is undergoing some kind of issue. I run Apt Update daily from the terminal to make the Ubuntu is healthy......


Jeff
 


what is output of..

Code:
 sudo dmesg | grep -Ei 'warn|error|fail|supported'
 
I run Apt Update daily
sudo apt update only updates the software register, it is normally used in conjunction with other commands fix missing,fix broken, install additional drivers etc but most common is in conjunction with upgrade to install any new apps or dependencies, as either 2 commands or my favourite as a chain....
sudo apt update && apt upgrade -y

or sudo apt update && apt --fix-broken install followed with sudo apt-get -f install
 
sudo apt update only updates the software register, it is normally used in conjunction with other commands fix missing,fix broken, install additional drivers etc but most common is in conjunction with upgrade to install any new apps or dependencies, as either 2 commands or my favourite as a chain....
sudo apt update && apt upgrade -y

or sudo apt update && apt --fix-broken install followed with sudo apt-get -f install

Thanks to both you guys. I think I figured out the Therapee was trying to open an image that it couldn't which led to it crashing....
 


Members online


Latest posts

Top