Installing .Deb packages got easy
The Data Guy
#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:https://www.youtube.com/watch?v=xRfPJC9KZB4
📢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
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
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 (https://www.linkedin.com/in/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 ... https://www.youtube.com/watch?v=W2khj-7eOBQ
47937803 Bytes