#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 GUI eas...
📢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 : discord.io/thedataguy
Follow shazib on :
✅GitHub (github.com/shazx06)
✅LinkedIn (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: invite.gg/DeTeam
コメント