如何安装apt-get

Gen*_*nik 0 linux apt

我使用此命令检查了我的操作系统安装

uname -a
Run Code Online (Sandbox Code Playgroud)

并得到了这个结果

Linux uc3-dev 2.6.32.27-0.2-default #1 SMP 2010-12-29 15:03:02 +0100 x86_64 x86_64 x86_64 GNU/Linux
Run Code Online (Sandbox Code Playgroud)

我在一个新的服务器上,所以我认为 apt-get 没有安装。我安装 apt-get 的最佳方法是什么?顺便说一下,我拥有所有管理员权限。

这是 lsb_release -a 的输出

如果“lsb_release”不是拼写错误,您可以运行以下命令来查找包含二进制文件的包:

command-not-found lsb_release
-bash: lsb_release: command not found
Run Code Online (Sandbox Code Playgroud)

Gil*_*il' 7

apt-get是 Debian 引入的包管理工具,也被其他发行版(如 Ubuntu)使用。谷歌搜索你的确切内核版本表明你有OpenSUSE。那是一个不同的 Linux 发行版。您可能想要从YaST开始,或许还可以使用Zypper进行包管理。