运行“svn”时找不到命令

ada*_*sfj 3 package-management command-line svn

我从 USB 驱动器安装了 Ubuntu 12.04。我的 wifi 连接有问题。我尝试更新网络适配器,但在使用 svn 命令时遇到了这个问题。

sudo svn checkout http://svn.madwifi-project.org/madwifi/trunk/ madwifi-ng
Run Code Online (Sandbox Code Playgroud)

在 Karmic koala中使用Madwifi 安装中的代码用于 Atheros 卡, 但是,我卡在第 7 步。它说sudo svn当我输入第 7 步代码时找不到命令。我试图在线程中找到类似的问题,但找不到。我正在阅读的线程已关闭。我有一个 Atheros 无线网络适配器,正在尝试更新它以便我可以使用我的 wifi。现在我正在使用以太网。

Building dependency tree       
Reading state information... Done
E: The package google-chrome-stable needs to be reinstalled, but I can't find an archive for it.
adamsfj@adamsfj-Aspire-4330:~$ sudo apt-get install build-essential libssl-dev
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: The package google-chrome-stable needs to be reinstalled, but I can't find an archive for it.
adamsfj@adamsfj-Aspire-4330:~$ sudo apt-get install linux-headers- 'uname -r'
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: The package google-chrome-stable needs to be reinstalled, but I can't find an archive for it.
adamsfj@adamsfj-Aspire-4330:~$ sudo apt-get install subversion
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: The package google-chrome-stable needs to be reinstalled, but I can't find an archive for it.
adamsfj@adamsfj-Aspire-4330:~$ sudo -i
root@adamsfj-Aspire-4330:~# sudo svn checkout http://svn.madwifi-project.org/madwifi/trunk/madwifi-ng
sudo: svn: command not found
root@adamsfj-Aspire-4330:~# sudo svn checkout http://svn.madwifi-project.org/madwifi/trunk/ madwifi -ng
sudo: svn: command not found
root@adamsfj-Aspire-4330:~# 
Run Code Online (Sandbox Code Playgroud)

ger*_*ijk 7

安装 subversion 安装颠覆包裹。然后再试一次。该svn二进制的Subverion客户,是该包。

顺便说一句,“找不到命令”错误也提示了这个包:

$ svn checkout ....
The program 'svn' is currently not installed.  You can install it by typing:
sudo apt-get install subversion
Run Code Online (Sandbox Code Playgroud)

此外,无需运行svn具有提升权限的命令,例如sudo. 我知道您只是在遵循操作方法,但不要那样做。

说了这么多,缩小关于无线的最初问题,我认为这行不通。Karmic Koala (9.10)真的很老了,Atheros 无线驱动程序现在已经不在 madwifi 驱动程序中了。如果我没记错的话,它现在已合并到mac80211驱动程序中。请就您的无线问题提出更具体的问题。