• Home
  • Archive
  • Tools
  • Contact Us

The Customize Windows

Technology Journal

  • Cloud Computing
  • Computer
  • Digital Photography
  • Windows 7
  • Archive
  • Cloud Computing
  • Virtualization
  • Computer and Internet
  • Digital Photography
  • Android
  • Sysadmin
  • Electronics
  • Big Data
  • Virtualization
  • Downloads
  • Web Development
  • Apple
  • Android
Advertisement
You are here:Home » Install .deb Packages in Ubuntu or Other deb GNU/Linux

By Abhishek Ghosh June 29, 2015 8:47 am Updated on June 29, 2015

Install .deb Packages in Ubuntu or Other deb GNU/Linux

Advertisement

Sometimes a .deb Package is Not Available on Repo & Available Elsewhere. Here is How to Install .deb Packages in Ubuntu or Other deb GNU/Linux. Normally we use a package manager like aptitude. In those cases we run – apt-get install or apt install is the name of the package, for example nginx-custombuild. We are taking the case happening on server while using SSH. However, the same method can be used on local computer with a graphical user interface.

 

How To Install .deb Packages in Ubuntu or Other deb GNU/Linux

 

For security reasons, make 100% sure that the .deb package is from a reliable or trusted source. .deb always bear a signature, yet this is important. We usually wget the package. After wget, we must make sure that the ownership is permissive to run the package. User should have sudo privilege, else need to append sudo before the command.

This installing .deb is called manual installation of packages and can be done via the dpkg command. dkpg stands for – Debian Package Management System. dpkg is the backend to apt-get and aptitude.

Advertisement

---

Suppose the .deb package is located where our current location is, then we can run any command in the formats written below :

Vim
1
2
dpkg --install package-name.deb
dpkg -i package-name.deb

We can run man dpkg to read the manual or browse here :

Vim
1
http://manpages.debian.org/cgi-bin/man.cgi?query=dpkg&apropos=0&sektion=0&manpath=Debian+8+jessie&format=html&locale=en

for the advanced usages.

If, suppose the package is wget-ed to /etc/cache/tmp, then we will install in this way :

Vim
1
dpkg -i -R /etc/cache/tmp/

Capital i, that is I is for info :

Vim
1
dpkg -I package-name.deb

Install .deb Packages in Ubuntu or Other deb GNU:Linux

Note : The above screenshot shows a custom version of NGINX with a different name, it is not the paid version, i.e. NGNIX Plus.

You possibly should run :

Vim
1
sudo apt-get install -f

-f Flag installs the unmet dependencies which might be needed the the package. In order to remove the deb package, you can simply run :

Vim
1
2
3
dpkg -l | grep 'package-name'
# read the output
dpkg -r package-name1.2

The above command is uninstallation. package-name is becoming kind of package-name1.2 as possibly there will be some version name. It can be same or different.

Tagged With gedebi console , how to install linux deb
Facebook Twitter Pinterest

Abhishek Ghosh

About Abhishek Ghosh

Abhishek Ghosh is a Businessman, Surgeon, Author and Blogger. You can keep touch with him on Twitter - @AbhishekCTRL.

Here’s what we’ve got for you which might like :

Articles Related to Install .deb Packages in Ubuntu or Other deb GNU/Linux

  • Nginx WordPress Installation Guide (All Steps)

    This is a Full Nginx WordPress Installation Guide With All the Steps, Including Some Optimization and Setup Which is Compatible With WordPress DOT ORG Example Settings For Nginx.

  • WordPress & PHP : Different AdSense Units on Mobile Devices

    Here is How To Serve Different AdSense Units on Mobile Devices on WordPress With PHP. WordPress Has Function Which Can Be Used In Free Way.

  • How to Disassemble .deb Package (Ubuntu and Debian Linux)

    Here is How to Disassemble .deb Package for Linux Distro Like Ubuntu or Debian if Source Code is Not Supplied. Need May Be To Remove Spyware.

  • Install Elastic Stack on Ubuntu 16.04, CentOS 7 Single Cloud Server

    Here is How to Install Elastic Stack on Ubuntu 16.04, CentOS 7 on Single Cloud Server Instance For Server Log Analysis, Big Data Processing.

performing a search on this website can help you. Also, we have YouTube Videos.

Take The Conversation Further ...

We'd love to know your thoughts on this article.
Meet the Author over on Twitter to join the conversation right now!

If you want to Advertise on our Article or want a Sponsored Article, you are invited to Contact us.

Contact Us

Subscribe To Our Free Newsletter

Get new posts by email:

Please Confirm the Subscription When Approval Email Will Arrive in Your Email Inbox as Second Step.

Search this website…

 

Popular Articles

Our Homepage is best place to find popular articles!

Here Are Some Good to Read Articles :

  • Cloud Computing Service Models
  • What is Cloud Computing?
  • Cloud Computing and Social Networks in Mobile Space
  • ARM Processor Architecture
  • What Camera Mode to Choose
  • Indispensable MySQL queries for custom fields in WordPress
  • Windows 7 Speech Recognition Scripting Related Tutorials

Social Networks

  • Pinterest (24.3K Followers)
  • Twitter (5.8k Followers)
  • Facebook (5.7k Followers)
  • LinkedIn (3.7k Followers)
  • YouTube (1.3k Followers)
  • GitHub (Repository)
  • GitHub (Gists)
Looking to publish sponsored article on our website?

Contact us

Recent Posts

  • Hybrid Multi-Cloud Environments Are Becoming UbiquitousJuly 12, 2023
  • Data Protection on the InternetJuly 12, 2023
  • Basics of BJT TransistorJuly 11, 2023
  • What is Confidential Computing?July 11, 2023
  • How a MOSFET WorksJuly 10, 2023
PC users can consult Corrine Chorney for Security.

Want to know more about us?

Read Notability and Mentions & Our Setup.

Copyright © 2023 - The Customize Windows | dESIGNed by The Customize Windows

Copyright  · Privacy Policy  · Advertising Policy  · Terms of Service  · Refund Policy