Installing .Deb packages got easy

Published: 19 November 2020
on channel: The Data Guy
385
17

#Deb #terminal #apt #dpkg #gdebi #linux



Time stamps to save your valuable time :
Intro-(0:00)
installation-(0:52)


how to install .deb packages using GUI:   • how to install .Deb packages using GU...  

📢1. dpkg
➡️ For installing a .deb file
sudo dpkg -i /path/filename.deb
➡️ For removing/uninstalling the .deb file
sudo dpkg -r application_name Not the /path/filename

2. apt
➡️ For installing local .deb file
sudo apt install /path/debfile
➡️ For installing repository .deb files
sudo apt install application_name || example sudo apt install code-blocks
➡️ For removing or uninstalling either the local or repository files
sudo apt remove application_name

3. gdebi
➡️ for installing .deb file
sudo gdebi /path/debfile
➡️ can't use gdebi to remove the packages use either apt or dpkg command
sudo apt remove application_name
sudo dpkg -r application_name

🛠IMPORTANT
In any of the above case , if you face a dependencies error
Just type this command
sudo apt install -f

🤖Join our discord server : https://discord.io/thedataguy


Follow shazib on :
✅GitHub (https://github.com/shazx06)
✅LinkedIn (  / md-shazib  
...)

📌I'm DeTeam Content Creator. If you would like to join our community to grow your channel or just have a chat with us then use this link: https://invite.gg/DeTeam


Watch video Installing .Deb packages got easy online without registration, duration hours minute second in high quality. This video was added by user The Data Guy 19 November 2020, don't forget to share it with your friends and acquaintances, it has been viewed on our site 385 once and liked it 17 people.