Check if your Domain Name is available now:

www.

Tag: "apt"

0

How to Remove Software in Linux

Question: How do I remote software that I installed from my Linux dedicated server? Answer: The answer to that question depends on how you installed the software in the first place. Once you establish how and where the software has been installed, you can determine how to remove it. 1. Package Manager – Most software [...]

0

What is a Linux Package?

Question: I have a new Linux dedicated server, and I have read a lot of documentation referring to packages. What are Linux packages? Answer: In Linux distributions, a “package” refers to a compressed file archive containing all of the files that come with a particular application. The files are usually stored in the package according [...]

0

Software That Requires Perl Modules

When you install perl applications on a server, they will invariably require you to install additional modules for support. This is part of the unfortunate reality of running perl applications. Typically, the required module names will be displayed like this, Date::Format or File::Tail. If you have ever tried to find the modules in your YUM [...]

0

Upgrade Your Server with APT

Debian-based servers have a unique ability to easily upgrade from one major version to another without re-installation and will little reconfiguration. To begin you will need to specify the location of the new packages in /etc/apt/sources.list. In other words, APT will need to know where the new packages are. To upgrade an entire distribution to [...]

0

Linux server dependencies

Question: What are dependencies in Linux and how do I manage them? Answer: In any operating system, an program requires other programs, drivers, and libraries of files to run. The program depends on those files, so they are called dependencies. Many commercial vendors will packages the dependencies in the installation files of the software, but [...]

0

How to manually install stubborn APT packages

Question: What do I do when I get the following error with apt-get: error processing /var/cache/apt/archives/packagename_0.80.1-1_all.deb : trying to overwrite ‘libsomething.1.0.so, which is also in “libotherpackage”? Answer: These types of errors can be very annoying when trying to upgrade packages on a Linux server with apt-get. Sometimes these can be caused by adding third-party repositories, [...]

0

Fixing APT problems

Question: I get an error on my server with apt-get, and it will not let me install any new packages. What should I do? Answer: Depending on the error, there are a number of solutions you can try. The first is to tell APT to resolve any unfinished transactions or unmet dependences. As root or [...]

0

How to perform upgrades with apt

Question: What is the difference between apt-get upgrade and apt-get dist-upgrade? Answer: Apt-get upgrade is designed to update your Linux server packages to their latests versions. It will only upgrade the packages that are currently installed. Apt-get dist-upgrade will not only upgrade the current packages but will also install any new packages that may be [...]

0

Searching for applications with APT

Using “apt-get install” works perfectly well as long as you know the name of an application, but if you do not, it becomes a guessing game. Fortunately, APT has a search tool you can use to find the applications or types of applications you need for your Linux server. APT can search the repository cache [...]

0

Installing applications with APT

In a previous post, I explained how to install APT on a Linux server that does not have it. In this post, you learn how to use APT on any server that has it installed. Debian and Debian-based distributions, such as Ubuntu, use APT by default. The basic command for APT is “apt-get” in combination [...]

Page 1 of 212

Social Widgets powered by AB-WebLog.com.