[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Weird problem
[Thread Prev] | [Thread Next]
- Subject: Re: Weird problem
- From: Christof Thalhofer <chrisml@xxxxxxxxxxx>
- Date: Thu, 13 Feb 2025 09:03:04 +0100
- To: user@xxxxxxxxxxxxxxxxxxxxxx
Am 13.02.25 um 02:07 schrieb Bruce Steers:
You'll hate me for saying it but "did you try turning it of and on again?" (reboot to clean /tmp/gambas-1000 and /run/usr/1000/gambas cache)maybe rm -rf /usr/lib/gambas3 before installing to ensure all libs are built/current.
If it is installed with Apt Gambas can be completely removed with this shell command:
sudo apt remove $(dpkg -l | grep gambas3 | awk '{print $2}' | tr '\n' ' ')
Just for the record ... Alles Gute Christof Thalhofer -- Dies ist keine Signatur
Weird problem | gbWilly <gbWilly@xxxxxxxxxxxxxx> |
Re: Weird problem | Bruce Steers <bsteers4@xxxxxxxxx> |