OS : Debian 12(bookworm)
Problems:
1) My linux terminal customization reset and the main .bashrc file is empty
2) Important software's, office packages and web browsers doesnt open, which affects my affairs
Please I need a solution if anyone can help with it.
Troubleshooting Issues with Debian 12
Re: Troubleshooting Issues with Debian 12
On the .bashrc file, you most likely can copy the .bashrc file from here: /etc/skel/.bashrc, into your /home/$USER/ and you will then have the default .bashrc which you can have applied to a terminal by sourcing it:
or logout and login in again.
On office packages and browsers not opening, perhaps try opening them from a terminal to see if error messages appear in the terminal output.
Code: Select all
source .bashrc
On office packages and browsers not opening, perhaps try opening them from a terminal to see if error messages appear in the terminal output.