Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

ubuntu list latest installed packages

apt list --installed | grep [name]
Comment

Ubuntu packages

sudo add-apt-repository ppa:xorg-edgers/ppa 
sudo apt-get update
sudo apt-get install libgl1-mesa-glx
sudo apt-get install libgl1-mesa-dri
sudo apt-get install libgl1-mesa-dev
sudo add-apt-repository --remove ppa:xorg-edgers/ppa
sudo apt install net-tools
sudo apt-get install -y unzip
sudo apt install gcc
sudo apt install g++
sudo apt install python
ln -s /usr/bin/python2 /usr/bin/python
Comment

How to list manually installed packages in ubuntu

comm -23 <(apt-mark showmanual | sort -u) <(gzip -dc /var/log/installer/initial-status.gz | sed -n 's/^Package: //p' | sort -u)
Comment

PREVIOUS NEXT
Code Example
Shell :: react icons installation through npm 
Shell :: grep v multiple word 
Shell :: linux commad to show directories 
Shell :: install vlc on ubuntu 20.04 
Shell :: geopandas install windows 
Shell :: How to use Github Personal Access Token in Jenkins 
Shell :: npm default init 
Shell :: shebang line 
Shell :: linux get first line of file 
Shell :: kill force linux 
Shell :: install yarn 
Shell :: flutter@f1 
Shell :: tsc: command not found on arch 
Shell :: add windows service powershell 
Shell :: scp HostKeyVerification=false 
Shell :: git replace local branch with remote 
Shell :: grep recursive file extension 
Shell :: how to check if helm is installed 
Shell :: aws extend volume ubuntu 
Shell :: install github cli 
Shell :: install flask in venv 
Shell :: rmdir not empty 
Shell :: check android studio path linux 
Shell :: install brave on linux 
Shell :: find recursive linux 
Shell :: clean journal 
Shell :: github make new branch 
Shell :: nohup redirect output 
Shell :: how to install docker in ubuntu using terminal 
Shell :: git push heroku master error: src refspec master does not match any 
ADD CONTENT
Topic
Content
Source link
Name
7+7 =