Comments on: 3 Command Line Tools to Install Deb Packages in Ubuntu https://www.tecmint.com/install-deb-files-ubuntu/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Fri, 14 Jul 2023 03:29:09 +0000 hourly 1 By: dragonmouth https://www.tecmint.com/install-deb-files-ubuntu/comment-page-1/#comment-1990602 Fri, 31 Mar 2023 12:28:57 +0000 https://www.tecmint.com/?p=29132#comment-1990602 It’s so much easier using Synaptic. No esoteric, unintuitive commands to learn, just click and go.

]]>
By: Douglas Brown https://www.tecmint.com/install-deb-files-ubuntu/comment-page-1/#comment-1385872 Thu, 05 Nov 2020 12:49:20 +0000 https://www.tecmint.com/?p=29132#comment-1385872 I installed the latest 4.16 version of ‘devede‘ using gdebi. It doesn’t work on my distro (Mint 18.02) and now I want to go back to version 4.4 in the repository but I cannot uninstall version 4.16:

$ sudo apt purge devede
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package 'devede' is not installed, so not removed
0 to upgrade, 0 to newly install, 0 to remove, and 76 not to upgrade.

The same result for the other two methods (“it’s not installed”), and yet I can run it from the “start” menu – so Mint can find it somehow. It seems odd to me that gdebi can install something yet not provide any means to uninstall it.

But gripes aside, what the heck do I do now?

]]>
By: Jon D https://www.tecmint.com/install-deb-files-ubuntu/comment-page-1/#comment-1331103 Thu, 30 Apr 2020 18:37:49 +0000 https://www.tecmint.com/?p=29132#comment-1331103 Thanks for this, it helped me to write a little script to update apt-get, install a dependency for my tiny laptop, and install and start zoom with just one command on a minimal live USB distribution.

# vi updateAndZoom.sh

Content of updateAndZoom.sh

sudo apt-get update
sudo apt-get install libxcb-xtest0      ## you may have different dependencies
sudo gdebi zoom_amd64.deb               ## already in the same file folder on the USB
zoom
chmod +x updateAndZoom.sh               ##code to run once updateAndZoom.sh saved
sudo bash ./updateAndZoom.sh             ##  USB Live Distro path doesn't include file folder

Thanks again

]]>
By: J@c1naB0X https://www.tecmint.com/install-deb-files-ubuntu/comment-page-1/#comment-1084848 Fri, 21 Dec 2018 12:03:42 +0000 https://www.tecmint.com/?p=29132#comment-1084848 Good information thank you. BTW, which font did you use in the terminal? (Green text) It looks great!

I use the larabie font bold in Kali but it just doesn’t look quite as bold and spaced as your font :-)

]]>
By: Aaron Kili https://www.tecmint.com/install-deb-files-ubuntu/comment-page-1/#comment-986838 Thu, 26 Apr 2018 06:50:23 +0000 https://www.tecmint.com/?p=29132#comment-986838 In reply to xABBAAA.

@xABBAAA

You can check out our comprehensive BEGINNER’S GUIDE FOR LINUX – Start Learning Linux in Minutes: https://www.tecmint.com/free-online-linux-learning-guide-for-beginners/.

It also includes advanced topics to broaden your knowledge about Linux.

]]>