root@XZYNAS:~# apt list | grep python3.11-venv
apt list | grep python3-pip
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
root@XZYNAS:~# apt list | grep python3.11-venv
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
root@XZYNAS:~# apt install python3.11-venv && apt install python3-pip
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package python3.11-venv is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'python3.11-venv' has no installation candidate
这是我的报错。 用ssh 进去的 |