Skip to content

oii-nasif/Linux-Ubuntu-Guide-for-Myself

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 

Repository files navigation

Software Installation

  1. Google Chrome

sudo dpkg -i google-chrome-stable_current_amd64.deb
  1. Pycharm Professional
sudo snap install pycharm-professional --classic
  1. Install Codecs and Microsoft Fonts
sudo apt install ubuntu-restricted-extras
  1. Create Python Virtual Environment
python3 -m venv "venvname"

Problems Installation

  1. Solve Dependency Problem

    • installation command before and after this command
sudo apt -f install

Different Setups

  1. Minimize the Dock
gsettings set org.gnome.shell.extensions.dash-to-dock click-action 'focus-minimize-or-previews'
  1. Download Bengali Fonts

Releases

No releases published

Packages

No packages published