Fehintola Sangodeyi
04/17/2024, 2:25 AMMitch Bailey
04/17/2024, 2:35 AMsudo apt install python
You may need to specify the version.Fehintola Sangodeyi
04/17/2024, 7:49 AMMitch Bailey
04/17/2024, 8:11 AMRoel Jordans
04/17/2024, 9:04 AMapt install /home/fesan1/Downloads/klayout_0.29.0-1_amd64.deb
Fehintola Sangodeyi
04/17/2024, 10:16 AMMitch Bailey
04/17/2024, 11:27 AMsudo apt --fix-broken install python-is-python3
Fehintola Sangodeyi
04/17/2024, 5:25 PMMitch Bailey
04/17/2024, 5:39 PMqt5
, git
, and ruby
.Fehintola Sangodeyi
04/17/2024, 5:44 PMMitch Bailey
04/17/2024, 10:34 PMYou probably don’t install lib*.
lib
is not part of the package name.
For example, instead of
sudo apt install libruby2.7
try
sudo apt install ruby
or you may need to specify the version. See here.Fehintola Sangodeyi
04/20/2024, 10:57 PMMitch Bailey
04/21/2024, 12:18 AMapt-show-versions git
apt-show-versions ruby
to find the installed versions. Update the versions if necessary
sudo apt install git
sudo apt install ruby
Fehintola Sangodeyi
05/08/2024, 7:26 PMFehintola Sangodeyi
05/13/2024, 5:45 PMMitch Bailey
05/13/2024, 10:07 PMFehintola Sangodeyi
05/13/2024, 11:38 PM