sudo mv lnkclouderp.bak /var/lib/postgresql
dpkg --get-selections
pip freeze
pip freeze > requirements.txt
sudo nautilus
sudo snap install --classic code
FOR UBUNTU
sudo apt-get install python3-venv
python3 -m venv myvenv
source myvenv/bin/activate
deactivate
FOR WINDOWS
- önce venv için bir klasor oluştur
- cd blog
- pip install virtualenv
- virtualenv venv
- venv\Scripts\activate
- deactivate
sudo apt install python3-pip
pip3 install Pillow
sudo apt-get install --reinstall ubuntu-desktop
sudo lshw -html > system_info.html
sudo apt install jupyter-notebook
sudo apt-get update
sudo apt-get install sqlite3
sqlite3 --version
sudo apt-get install sqlitebrowser
wget -qO - https://typora.io/linux/public-key.asc | sudo apt-key add -
sudo add-apt-repository 'deb https://typora.io/linux ./'
sudo apt-get update
sudo apt-get install typora
sudo apt remove typora
sudo apt autoremove
Kaynak Verify 64-bit architecture. The following command should respond with "amd64".
$ dpkg --print-architecture
See if 32-bit architecture is installed. The following command should respond with "i386".
$ dpkg --print-foreign-architectures
If "i386" is not displayed, execute the following.
$ sudo dpkg --add-architecture i386
Recheck with.
$ dpkg --print-foreign-architectures
Add the WineHQ Ubuntu repository. Get and install the repository key.
$ wget -nc https://dl.winehq.org/wine-builds/winehq.key
$ sudo apt-key add winehq.key
Add the repository.
$ sudo add-apt-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ focal main'
Update the package database.
$ sudo apt update
Install Wine
$ sudo apt install --install-recommends winehq-stable
Verify the installation succeeded.
$ wine --version
remove from dpkg
sudo dpkg --remove-architecture i386