博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
ubuntu安装与删除软件的命令
阅读量:4231 次
发布时间:2019-05-26

本文共 526 字,大约阅读时间需要 1 分钟。

安装软件

命令: sudo apt-get install softname1 softname2 softname3……

卸载软件
命令:sudo apt-get remove softname1 softname2 softname3……

卸载并清除配置
命令: sudo apt-get remove –purge softname1

更新软件信息数据库
命令: sudo apt-get update

进行系统升级
命令: sudo apt-get upgrade

搜索软件包
命令: sudo apt-cache search softname1 softname2 softname3……

Deb软件包相关安装与卸载

安装deb软件包

命令: dpkg -i xxx.deb

删除软件包
命令:  dpkg -r xxx.deb

连同配置文件一起删除
命令: dpkg -r –purge xxx.deb

查看软件包信息
命令: dpkg -info xxx.deb

查看文件拷贝详情
命令: dpkg -L xxx.deb

查看系统中已安装软件包信息
命令: dpkg -l

重新配置软件包
命令:  dpkg-reconfigure xxx

转载地址:http://sdsqi.baihongyu.com/

你可能感兴趣的文章
Wireless Networking Technology: From Principles to Successful Implementation
查看>>
Mining Graph Data
查看>>
JavaScript Bible
查看>>
Programmer's Guide to NCurses
查看>>
MCTS: Microsoft Windows Vista Client Configuration Study Guide: Exam 70-620
查看>>
Modeling Maximum Trading Profits with C++: New Trading and Money Management Concepts
查看>>
Security for Wireless Ad Hoc Networks
查看>>
Professional Community Server
查看>>
Cutting Edge PowerPoint 2007 For Dummies
查看>>
Windows Vista: The L Line, The Express Line to Learning
查看>>
Smart Client Deployment with ClickOnce(TM): Deploying Windows Forms Applications with ClickOnce
查看>>
Agile Principles, Patterns, and Practices in C#
查看>>
Microsoft SQL Server 2005 New Features
查看>>
Understanding DB2 9 Security
查看>>
Beginning Expression Web
查看>>
Domino 7 Lotus Notes Application Development
查看>>
Alan Simpson's Windows Vista Bible
查看>>
Foundations of WPF: An Introduction to Windows Presentation Foundation
查看>>
Date on Database: Writings 2000-2006
查看>>
Using Microsoft Office 2007, Special Edition
查看>>