如何让你手上的debian是什么 使用更方便更容易

debian/ubuntu安装卸载软件 - 新手入门 - 次元立方网 - 电脑知识与技术互动交流平台
debian/ubuntu安装卸载软件
1、通过deb包安装的情况:
安装.deb包:
代码:sudo dpkg -i package_file.deb
反安装.deb包:
代码:sudo dpkg -r package_name
2、通过apt-get安装的情况:
代码:sudo apt-get install package_name
代码:sudo apt-get remove package_name
apt-get 提供了一个用于下载和安装软件包的简易命令行界面。
卸载软件包主要有这3个命令
remove & 卸载软件包
autoremove & 卸载所有自动安装且不再使用的软件包
purge & 卸载并清除软件包的配置
apt-get remove的行为我们很好理解,就是删除某个包的同时,删除依赖于它的包
例如: A 依赖于 B, B 依赖于 C
apt-get remove 删除B的同时,将删除A(很好理解,A依赖于B,B被删了,A也就无法正常运行了)
apt-get autoremove的行为重点是卸载所有自动安装
例如:C 依赖于 B, D 依赖于B, 且D没有被其他手动安装的包依赖
apt-get remove C 将删除C, 同时提示你用apt-get autoremove去清除B,D apt-get autoremove C 将删除B, C, D aptitude remove C 将删除B, C, D
我的理解: 删除C, 那么B,D 这两个包既是自动安装的,且没有其他手动安装的包依赖于它们,
则可以判定B,D也是没必要的
apt-get purge的行为卸载并清除软件包的配置,很容易理解
3、sudo dpkg -p package_name卸载软件包及其配置文件,但无法解决依赖关系!
sudo aptitude purge pkgname卸载软件包及其配置文件与依赖关系包! www.it165.net
清除所有已删除包的残馀配置文件
dpkg -l |grep ^rc|awk '{print $2}' |sudo xargs dpkg -P
如果报如下错误,证明你的系统中没有残留配置文件了,无须担心。
延伸阅读:
很多时候我们需要测试Linux服务器的上行和下行宽带。...
本教程为 李华明 编著的iOS-Cocos2d游戏开发系列教程:教程涵盖关于i......
专题主要学习DirectX的初级编程入门学习,对Directx11的入门及初学者有......
&面向对象的JavaScript&这一说法多少有些冗余,因为JavaScript 语言本......
Windows7系统专题 无论是升级操作系统、资料备份、加强资料的安全及管......Oracle VM VirtualBox 虚拟机上的 debian 7.0 系统无法启动,求大手指导。。。_百度知道
Oracle VM VirtualBox 虚拟机上的 debian 7.0 系统无法启动,求大手指导。。。
答题抽奖
首次认真答题后
即可获得3次抽奖机会,100%中奖。
nomgfu知道合伙人
采纳数:2777
获赞数:4311
内核文件无法读取,重新安装系统
只能重装了吗?我想修复这个系统可以吗。。
修复应该是可以的,就是重新生成内核文件。具体怎么修复,建议看看官方wiki有没有相关说明,对照试着动手解决,实在不行了再重装。
ybjonion知道合伙人
采纳数:17
获赞数:55
启动出问题,这个系统本来就是装好能运行的吗?是不是直接用ISO装的?
是的,使用iso安装的额。
试试覆盖安装一次吧,最好你可以用其他LIVE引导盘看日志,看看出了什么问题
为你推荐:
其他类似问题
个人、企业类
违法有害信息,请在下方选择后提交
色情、暴力
我们会通过消息、邮箱等方式尽快将举报结果通知您。手工开启TCP BBR拥塞控制算法 ubuntu Debian CentOS安装bbr 加速你的国外VPS - NMB HOST11:15:36 UTC
debian8和debian9哪个更稳定,新手求解答,谢谢大家
11:47:57 UTC
现在 stable 是 Debian 9,所以用 Debian 9 吧Debian GNU/Linux Installation Guide
Debian GNU/Linux Installation Guide
This man you may redistribute it and/or modify it
under the terms of the GNU General Public License. Please refer to the
license in .
This document contains installation instructions for the Debian GNU/Linux
9 system (codename “stretch”),
32-bit MIPS (big-endian)
(“mips”)
architecture.
It also contains pointers to more information and
information on how to make the most of your new Debian system.
This installation guide is based on an earlier manual written for
the old Debian installation system (the “boot-floppies”), and has
been updated to document the new Debian installer. However, for
mips, the manual has not been fully updated and fact checked
for the new installer. There may remain parts of the manual that are
incomplete or outdated or that still document the boot-floppies
installer. A newer version of this manual, possibly better documenting
this architecture, may be found on the Internet at the
. You may also be able
to find additional translations there.
Table of Contents
List of Tables

我要回帖

更多关于 debian9安装教程 的文章

 

随机推荐