Install Debian Package
Posted : admin On 29.08.2019This tutorial will help you to install specific version of packages using apt-get. First of all, list all available version of the package. For example to find available version of firefox run the following command. Sudo apt policy firefox The above command shows two version’s of firefox. Now, run the below command to install firefox version 59.0.2. How do I install.deb package from the terminal using command line option in Ubuntu Linux or Debian Linux? You need to use the dpkg command, which is a package manager from shell/command prompt for Debian and Ubuntu Linux. If you still prefer to use ifconfig as part of your daily sys admin routine, you can easily install it as part of the net-tools package. Requirements Privileged access to your Debian Linux system is required.
In any operating system we need to install applications to complete our day to day tasks. In the world of Windows, every program has a simple Setup.exe or a program.zip file. On a Mac a package is a program.dmg or a program.sit file. In both theoperating system you can simply click it and it will ask you some very basic configuration questions like, do you accept the licence agreement or the directory you want to install the software to. Although in Linux, It seems tough to install the programs/softwares but It’s not true.
APT For Debian based distributions, like, Ubuntu, Linux Mint etc.
Install Debian Package Manager
, the APT will start finding the package named conky
in the database and will install conky once user types ‘y’ (yes). To get the all newly uploaded packages on the repositories, user need to update APT regularly.To update APT database:
And remember all of the package management tools I am discussing, will need user to be in root or superuser, for example to install software in debian based distributions you will use apt-get followed by sudo then It will ask you to enter password.
Swap magic ps2 disc. An.ISO file is just a CD/DVD image of the game. Sometimes the file you download from a torrent may be an.ISO file itself, and WinRar will recognize it as a possible archive. If not, then you may have just one rar file, which will be your.ISO file.
Kubuntu Install Debian Package
sudo apt-get remove conky
sudo apt-get update
yum: For RPM based Linux distributions, like, Fedora, Red Hat
The command will not install the software, but it will extract the archived files. After extracting files then you can install the extracted files by reading README file or INSTALL file (because there you can instructions for installing those particular files).
Afcourse there are many distributions, so the packaging managing tools. Like, SUSE uses RPM as its native package format, but has its own tool to manage softwares on system.Yast is the packaging managing tool used in openSUSE Linux distribution, as well as SUSE’s derived commercial distributions. I’ll cover Yast in my other post.
I will cover some more majorly used packaging management tools like, ‘dpkg’ in my other post. The work and attributes of some other packaging management tools will be discussed in that post.
Also Read important article The Linux Permissions: An Introduction