Skip to content

Instantly share code, notes, and snippets.

View charllysonsouza's full-sized avatar
🎯
Focusing

Charllyson Souza charllysonsouza

🎯
Focusing
View GitHub Profile
@charllysonsouza
charllysonsouza / gist:3027d2129da74b950247417f5ece509b
Created August 20, 2024 03:11
How to install dotnetcore 3.1 on Ubuntu 22.04
When you run the following command `sudo apt-get install dotnet-sdk-3.1` on the terminal you may see the following message:
```
sudo apt-get install dotnet-sdk-3.1
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
@charllysonsouza
charllysonsouza / terminal.txt
Created August 20, 2024 01:44 — forked from joulgs/terminal.txt
How install libssl1.1 on ubuntu 22.04
wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.0g-2ubuntu4_amd64.deb
sudo dpkg -i libssl1.1_1.1.0g-2ubuntu4_amd64.deb