我有点卡住了,还是个初学者。在升级过程中,我的dev/sda1 1似乎达到了容量。
sudo apt-get autoremove
给我:
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these.
The following packages have unmet dependencies:
linux-image-extra-4.4.
我在一篇stackoveflow文章中看到,在Linux上,当我们删除一个文件时,它实际上并没有被删除,只有inode表中的链接被删除到该文件。如果是这样的话,为什么不删除一个固定时间的操作呢?
我还尝试了一个实验:我创建了一个包含1500张图片的文件夹,并为这些图像创建了一个tar对象。目录和tar文件大小相同。删除tar对象和1500个图像目录的时间如下
删除tar文件time rm test.tar:
real 0m0.024s
user 0m0.001s
sys 0m0.024s
删除目录:time rm -r test
real 0m0.219s
user
我不知道什么#?意思是,我什么也没发现
完整文件:
goplat=( darwin windows linux )
# Supported CPU architectures: amd64
goarc=( amd64 )
# Supported database tags
dbtags=( mysql mongodb rethinkdb )
for line in $@; do
eval "$line"
done
version=${tag#?}
if [ -z "$version" ]; then
# Get last git tag as re
我正试图用阿尔卑斯来构建一个极小的Linux。我不需要linux-firmware,因为它安装了所有的固件,耗尽了300+MB的空间。这是一个股票安装。但是,我无法卸载任何linux固件包:
dev-alpine:~# apk del --force --force-broken-world linux-firmware
World updated, but the following packages are not removed due to:
linux-firmware: linux-vanilla
OK: 504 MiB in 122 packages
超过一半的库存安装是固
我已经打电话给apt-get purge来卸载旧内核。但是在清除过程中发生了一些错误,导致文件夹被留下。它说文件夹不是空的,所以不能删除。要释放磁盘空间,可以手动删除已清除的文件夹吗?
1.1M ./4.15.0-20-generic
60M ./4.15.0-32-generic <-- I've purged this
60M ./4.15.0-30-generic <-- and this
236M ./4.15.0-33-generic <-- this is my current one
我也可以移除其中一些包吗?
un lin