`
kanpiaoxue
  • 浏览: 1777312 次
  • 性别: Icon_minigender_1
  • 来自: 北京
文章分类
社区版块
存档分类
最新评论

ubuntu上面apt-get的小记

 
阅读更多
apt-get常用 写道
apt-get update #更新本地索引
apt-cache search all #显示可以按照的软件
apt-get install xxx #安装软件
apt-get remove xxx #卸载软件

 

apt-get的帮助内容 写道
root@4242342343:/# apt-get --help
apt 1.2.24 (amd64)
Usage: apt-get [options] command
apt-get [options] install|remove pkg1 [pkg2 ...]
apt-get [options] source pkg1 [pkg2 ...]

apt-get is a command line interface for retrieval of packages
and information about them from authenticated sources and
for installation, upgrade and removal of packages together
with their dependencies.

Most used commands:
update - Retrieve new lists of packages
upgrade - Perform an upgrade
install - Install new packages (pkg is libc6 not libc6.deb)
remove - Remove packages
purge - Remove packages and config files
autoremove - Remove automatically all unused packages
dist-upgrade - Distribution upgrade, see apt-get(8)
dselect-upgrade - Follow dselect selections
build-dep - Configure build-dependencies for source packages
clean - Erase downloaded archive files
autoclean - Erase old downloaded archive files
check - Verify that there are no broken dependencies
source - Download source archives
download - Download the binary package into the current directory
changelog - Download and display the changelog for the given package

See apt-get(8) for more information about the available commands.
Configuration options and syntax is detailed in apt.conf(5).
Information about how to configure sources can be found in sources.list(5).
Package and version choices can be expressed via apt_preferences(5).
Security details are available in apt-secure(8).
This APT has Super Cow Powers.

 

分享到:
评论

相关推荐

    Ubuntu使用apt-get install安装程序下载速度慢?apt-fast加速下载。

    受到各种因素影响,有时ubuntu使用sudo apt-get install xx安装程序,在下载软件的时候会出现下载速度过慢的问题。 解决办法:通过安装apt-fast代替apt-get,可以使下载的速度有显著的提升。 解释:apt-fast采用aria...

    ubuntu apt-get下载源阿里云国内地址

    切换ubuntu server的apt-get下载源为阿里云国内地址

    Debian apt-get 使用指南

    `apt-get` 是 Debian 及其衍生系统(如 Ubuntu)中的一个强大的包管理工具,它可以帮助用户安装、升级、卸载软件包,并且能够自动解决依赖关系。本文将详细介绍 `apt-get` 的常用命令及其用法,并提供一些实用的技巧...

    ubuntu12.04apt-get源

    Ubuntu12.04的apt-get搜狐源,直接下载至/etc/apt/下即可,执行apt-get update

    Ubuntu通过apt-get命令安装java jdk6

    ### Ubuntu通过apt-get命令安装Java JDK6 在Linux环境下,特别是Ubuntu系统中,安装Java环境是许多开发人员和系统管理员的必备技能之一。本文将详细介绍如何在Ubuntu系统中使用`apt-get`命令来安装Java JDK6,并...

    Ubuntu apt-get典型应用

    ### Ubuntu apt-get 典型应用详解 #### 一、引言 在Ubuntu系统中,`apt-get`是一款非常重要的工具,用于处理各种软件包管理任务。对于任何一位Ubuntu用户而言,掌握`apt-get`的基本用法是十分必要的。本文将详细...

    在Ubuntu系统上使用apt-fast来加快apt-get下载的教程.docx

    使用 apt-fast 加快 apt-get 下载速度在 Ubuntu 系统上的教程 本文档将指导您在 Ubuntu 系统上安装和使用 apt-fast 工具,以加快 apt-get 下载速度。apt-fast 是一个围绕 apt-get 和 aptitude 所写的 shell 脚本...

    Ubuntu Linux系统下apt-get命令详解 .txt

    ### Ubuntu Linux系统下apt-get命令详解 在Ubuntu Linux系统中,`apt-get`是一个非常重要的命令行工具,用于处理包管理任务。它基于Advanced Package Tool (APT)框架,提供了安装、更新、卸载软件包等功能。本文将...

    Ubuntu下Apt-get命令使用指南

    当执行某个命令时如果遇到缺失文件的情况,`auto-apt`会自动检测并使用`apt-get`安装包含缺失文件的软件包。例如,在编译一个软件过程中遇到缺失文件的情况时,可以运行`#auto-aptrun ./configure`。这不仅会暂停...

    ubuntu apt-get 软件源局域网或公网设置

    打包的这些只是很少的一部分,比如,现在你要在客户机中#apt-get install vim那肯定是安装不了的,因为主机中根本就没有,如果想要安装怎么办,就在主机进行操作之前把软件给安装好apt-get install vim apt-get ...

    apt-get 安装资源包,包括ubuntu-keyring, libapt-pkg, apt

    apt-get 安装资源包,包括 ubuntu-keyring_2018.02.28_all.deb libapt-pkg5.0_1.6.14_amd64.deb apt_1.6.14_amd64.deb

    Ubuntu Linux系统下Apt-get命令参数详解

    在Ubuntu Linux系统中,`apt-get`是Debian系Linux发行版中用于软件包管理的命令行工具,它允许用户安装、更新、卸载和管理软件。本篇文章将深入解析`apt-get`命令的参数及其用途,帮助你更有效地进行系统维护。 1. ...

    Ubuntu apt-mirror 镜像同步

    deb http://ports.ubuntu.com/ubuntu-ports focal-backports main universe multiverse deb http://ports.ubuntu.com/ubuntu-ports focal-security main universe multiverse ``` 完成配置后,运行`apt-mirror`来...

    Ubuntu下apt-get方式安装LNMP

    Ubuntu下apt-get方式安装LNMP LNMP(Linux、Nginx、MySQL、PHP)是一种常见的Web服务器架构,本文将指导读者使用apt-get方式在Ubuntu系统下安装LNMP环境。 一、安装Nginx LNMP环境的核心组件是Nginx,使用以下...

    rehat enterprise linux 5下安装apt-get包及方法

    然而,`apt-get`是Debian和Ubuntu系统中的一个非常流行的包管理工具,它提供了方便的方式来搜索和安装软件包。尽管RHEL 5默认不支持`apt-get`,但通过一些额外的步骤,我们可以让这个功能在系统中可用。 首先,`apt...

    apt-fast安装配置

    sudo add-apt-repository ppa:apt-fast/stable sudo apt-get update sudo apt-get install apt-fast APT-FAST 的配置 在安装 APT-FAST 之后,系统将提示您进行配置。APT-FAST 的配置过程分为多个步骤,每个步骤都...

    apt-get的使用说明

    apt-get是Debian及其衍生系统(如Ubuntu)中用于包管理的核心工具之一,它基于APT(Advanced Package Tool)框架,允许用户通过简单的命令行操作实现软件包的安装、升级、卸载等任务。与传统的包管理器相比,apt-get...

    ubuntu 介绍apt-get等命令行

    在深入探讨Ubuntu下的Apt命令行工具之前,我们先简要了解一下Ubuntu及其包管理系统的重要性。Ubuntu是一种基于Debian的操作系统,以其用户友好性、稳定性和安全性而闻名于世,广泛应用于个人电脑、服务器以及云计算...

    Fink_install_apt-get 命令

    安装`apt-get`后,虽然不能完全期望它在Mac OS X上像在Ubuntu等系统中那样工作,但你仍然可以使用它的一些基本功能,例如搜索软件包(`apt-get search`)和安装软件包(`apt-get install`)。不过,要注意的是,`apt...

    apt-get 命令.doc

    `apt-get`是Ubuntu Linux操作系统中的一个核心命令,用于管理和更新软件包。它与Debian的包管理系统紧密集成,能够处理软件包的安装、更新、删除及其依赖关系。以下是关于`apt-get`命令的一些关键知识点: 1. **apt...

Global site tag (gtag.js) - Google Analytics