Friday, May 3, 2024
3
rated 0 times [  3] [ 0]  / answers: 1 / hits: 7009  / 2 Years ago, fri, june 17, 2022, 3:27:37

Previously i used LMDE on my laptop, but now I moved to Ubuntu. I might have been a little bit rough with it, because I’ve simply format / partition, and installed Ubuntu on it. Home folder was separated, so i didn't touch it at all.



Now, when i start the Terminal, i get this message:



bash: /usr/bin/mint-fortune: No such file or directory


I've found a solution of this problem on Linux Mint forums:



sudo pico /etc/bash.bashrc


Removing the line:



/usr/bin/mint-fortune


But I don't have this line there. I imagine it has something to do with Home folder, since I formatted everything else before installing.


More From » command-line

 Answers
4

I think it will be on ~/.bashrc file. So run this gedit ~/.bashrc command to open .bashrc file and then remove the line /usr/bin/mint-fortune from that. Atlast source the .bashrc file by running this command source ~/.bashrc so that the changes could be made permanent.


[#25451] Sunday, June 19, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
onomicsiberated

Total Points: 217
Total Questions: 98
Total Answers: 107

Location: Luxembourg
Member since Sun, May 28, 2023
1 Year ago
onomicsiberated questions
Wed, Mar 22, 23, 20:38, 1 Year ago
Thu, Oct 6, 22, 05:00, 2 Years ago
;