Command
Sudo is required for all the commands to be introduced below! Replace "packagename" and "string" with the program you want to install or find.
Apt-Get update -- run this command after modifying/etc/APT/sources. List or/etc/APT/preferences. In addition, you need to regularly run this command to ensure that your package list is up-to-date.
Install and uninstall the apt-proxy server in Ubuntu8.10. Select a host in the network as the apt-proxy server and ensure sufficient storage space and smooth Internet connection. Installation and uninstallation of the apt-proxy Server are simple. 1. Install apt-proxy and use "apt
Basic Configuration
1. Basic Format of the/etc/APT/sources. list file:
Deb http://site.http.org/debian distribution Section1 section2 section3The Deb-Src http://site.http.org/debian distribution Section1 section2 section3
Deb Binary Package Deb-Src original code packageFor example:
Deb http://http.us.debian.org/debian stable main contrib non-freeDeb-Src http://non-us.debian.org/debian-non-US stable non-US
Deb http://non-us.debian.org/debian-non-US sta
Generally famous Linux systems are basically divided into two main categories: 1. Redhat series: Redhat, Centos, Fedora and other 2.Debian series: Debian, Ubuntu, etc.RedHat Series1 common installation package format RPM package, the command to install RPM package is "rpm-parameters" 2 package management tool Yum 3 support tar PackageDebian series1 Common installation package format Deb package, the command to install the Deb package is the "dpkg-parameters" 2 package management tool
I started to learn about Linux today. I searched for some commands on the Internet and reproduced them to facilitate future queries.-------------------------------------I. Use of APT (Ubuntu Linux package management tool I)Apt-cache search # ------ (package search package)Apt-Cache show # ------ (package obtains package information, such as description, size, and
Apt-get, aptitude, and synaptic software management tools are compared. 1. What is apt-get? Apt-get is a linux Command, applicable to deb package-managed operating systems. It is mainly used to automatically search, install, upgrade, and uninstall software or operating systems from the software warehouse on the Internet. Is the package management tool of debian a
What is apt-Get?
Apt-get is a Linux Command, applicable to Deb package-managed operating systems. It is mainly used to automatically search, install, upgrade, and uninstall software or operating systems from the software warehouse on the Internet.
The apt-GET command generally requires the root permission for execution, so it is generally followed by The sudo com
Article Title: ubuntu8.10 configure apt-get proxy server for Dummies. Linux is a technology channel of the IT lab in China. Including desktop applications, Linux system management, kernel research, embedded systems and open-source, and other basic categories to install and uninstall apt-proxy servers
Select a host in the network as the apt-proxy server, and ensu
Fast snail mail: apt-fast
If you often feel that apt-get or aptitude package installation is too slow On Debian or Ubuntu systems, there are several ways to improve this situation. Have you ever considered changing the default image site in use? Have you ruled out the possibility that the upstream bandwidth of the Internet Connection becomes a bottleneck?
If not, try the third option: Use the
Although many articles on Debian's package management tool apt-get have been published on the Internet, I decided to summarize the usage of apt-get. This is very useful for learning linux, especially debian. The Ubuntu operating system is also a debian-based release. Therefore, this method is also applicable. Apt is an abbreviation of Advanced Package Tool. I
Article Title: Add APT software package management tool for the Redhat operating system. Linux is a technology channel of the IT lab in China. Includes basic categories such as desktop applications, Linux system management, kernel research, embedded systems, and open source.
I. Introduction
Redhat adopts the RPM software package management system. The RPM software package management system has powerful compilation and installation functions. However,
This article is reproduced in: HTTP://BLOG.CHINAUNIX.NET/UID-20769502-ID-106056.HTMLNBSP;1.DPKG Package management tool dpkg--info "package name"-- Lists package names after package unpacking. dpkg-l-Lists all packages in the current system. Can be used with the parameter less in Split-screen viewing. dpkg-l |grep-i "package name"--View the package associated with the package name in the system. Dpkg-s Query the details of the installed package. Dpkg-l the location of the installed packages in t
Apt-get is a Linux Command, applicable to Deb package-managed operating systems. It is mainly used to automatically search, install, upgrade, and uninstall software or operating systems from the software warehouse on the Internet.Apt-get is the package management tool of Debian and Ubuntu, which is similar to the yum tool in red hat. The apt-GET command generally requires the root permission for execution,
Debian and Debian-based systems, such as Ubuntu, use the package format deb. The following table lists the commonly used Dpkg commands for operating the deb package.
CommandFunction
Dpkg-I package. debInstallation Package
Dpkg-r packageDelete package
Dpkg-P packageDelete a package (including configuration files)
Dpkg-L packageList the files associated with the package
Dpkg-l packageShow the version of this package
Dpkg-unpack package. debUnbind deb Package content
Dpkg-S keywordSearch fo
Fedora and Red Hat have Yum installation software and Ubuntu has apt tool.
APT is simply a command to install software for Ubuntu.1. APT Related Files
/Etc/APT/sources. List
Set the source for obtaining the Software Package
/Etc/APT/
Ubuntu Tutorial: apt package management apt-getupdate-after you change/etc/apt/sources. list or/etc/apt/preferences, you need to run this command to make the change take effect. At the same time, run this command regularly to ensure that your source list is up-to-date. This command is equivalent to "refresh" in the new
1.How apt works
APT uses a file to list the image site addresses of available software packages. This file is/etc/APT/sources. List.APT is a client/server system. Copy all RPM packages on the server (including upgrade packages from the original CD and RedHat), and then use the apt Analysis Tool (genbasedir) based on
Use of APT (Ubuntu Linux package management tool one)Apt-cache Search #------(Package Finder)Apt-cache Show #------(package gets information about packages, such as description, size, version, etc.)sudo apt-get Install #------(Package installer) sudo apt-get Install #-----(P
Introduction to the apt-get command
Apt-get is a Linux command for the Deb package-managed operating system that is used to automatically search, install, upgrade, uninstall software or operating system from the Internet's software warehouse.
Apt-get command Usage
1, through the Deb package installation situation:
Install the. Deb Package:
Code: sudo dpkg-i
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.