我刚刚把我的Ubuntu从焦点(20.04)升级到jammy(22.04),现在我的python坏了。这会引起很多麻烦,比如Apt不会更新,一些应用程序也不会启动。
libpython3.10 : Depends: libpython3.10-stdlib (= 3.10.6-1~22.04.2) but 3.10.9-1+focal2 is to be installed
作为ubuntu包文档,3.10.6.1是当前(jammy)版本。但是为什么它要安装一个焦点包(3.10.9.1 =月球(23.04))。
我尝试安装python 3.11 (我以前运行3.10)。但是Apt仍然抛出这个错
今天,我听说有几个包裹被耽搁了。输入apt-get dist-upgrade -su给了我这样的信息:
apt-get dist-upgrade -su
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following NEW packages will be installed
linux-image-3.13.0-44-generic linux-image-extra-3.1
我想在我的ubuntu服务器14.04LTS上安装一个ARK服务器,我想我完全搞砸了我的系统。
我做的是这。
nano /etc/apt/sources.list
并将其添加到文件中。
# Experimental/unstable (sid) repositories
deb http://ftp.debian.org/debian experimental main
deb http://ftp.debian.org/debian sid main
然后:
apt-get update
apt-get install libc6-dev
但现在我已经失去了依赖。我试过所有标准的东西。
ap
我正在更新我的Google从53.x到56.x,这一次我在apt中使用了google。我没有对旧的谷歌Chrome版本做任何事情,因为我不知道如何处理它。我在Debian8.5中的/etc/apt/sources.list
#
deb http://ftp.fi.debian.org/debian/ jessie main
#deb http://ftp.us.debian.org/debian/ jessie main
deb-src http://ftp.fi.debian.org/debian/ jessie main
#deb-src http://ftp.us.debian.org
我正在写一个shell脚本,需要使用ftp下载补丁。有不同版本的补丁,但我想下载与模式*$ver_LINUX*或*$ver_Generic*匹配的补丁。下面的mget命令不允许我为此使用或(|)选项。谁能建议这是不是可以在ftp和如何。
ftp -inv $FTP <<EOF
quote USER $ftp_usr
quote PASS $ftp_pass
cd $patch
binary # for zip files.
ls # Just for check
mget *${ver}_LINUX.* # downloads patches like p111229_11202
当我运行apt-get update时,我的32位debian (版本: Debian /Linux8)的安装突然给了我以下消息。
W: Failed to fetch http://ftp.nl.debian.org/debian/dists/jessie-updates/InRelease Unable to find expected entry 'main/binary-i386/Packages' in Release file (Wrong sources.list entry or malformed file)
E: Some index files fai
我运行sudo apt update,但是我得到了以下内容。在我的sources.list中没有TMSU存储库,但是我仍然得到了http://ppa.launchpad.net/tmsu/daily/ubuntu artful Release' does not have a Release file。在访问Stretch的backports时也存在一些问题
Get:63 http://ftp.fr.debian.org/debian unstable/main Translation-en [5,789 kB]
将我的Linux服务器更新为Ubuntu19.10和Debian的最新版本,它们都指向我运行镜像存储库的主Linux服务器,并允许通过FTP与其通信,现在我正在接收消息
The method 'ftp' is unsupported and disabled by default.
Consider switching to http(s).
Set Dir::Bin::Methods::ftp to "ftp" to enable it again.
在无法获取ftp://之后。如何通过FTP重新启用系统更新的检索?
我正在尝试连接到Linux上的FTP服务器,当我执行ftp.listFiles(remote);时出现以下异常
SYST 215 Linux Exception in thread "AWT-EventQueue-0"
org.apache.commons.net.ftp.parser.ParserInitializationException:
Unknown parser type: Linux at
org.apache.commons.net.ftp.parser.DefaultFTPFileEntryParserFactory.createFileEnt
我已经尝试过在debian 9中安装php,但我没有使用。
我做了这个命令:
sudo apt-get -y install php7.0 libapache2-mod-php7.0
错误发生后:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or i
我从FTP服务器上下载了几个.gz文件,然后解压缩文件来读取数据。我得到了以下错误。
java.io.IOException: Corrupt GZIP trailer
at java.util.zip.GZIPInputStream.readTrailer(GZIPInputStream.java:200)
at java.util.zip.GZIPInputStream.read(GZIPInputStream.java:92)
at java.io.FilterInputStream.read(FilterInputStream.java:90)