vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Which packages do I need to install, to use the command svn ? I'm using Debian 4.0r2 asterisk:/home/henkoegema# svn checkout http://svn.digium.com/svn/asterisk-gui/trunk asterisk-gui bash: svn: command not found <----- asterisk:/home/henkoegema# apt-get install svn Reading package lists... Done Building dependency tree Reading state information... Done E: Couldn't find package svn <----- Thanks Henk |
| |||
| Mark South <mark.south@null.invalid> writes: >On Sun, 27 Jan 2008 13:16:56 +0000, Henk Oegema wrote: > >> Which packages do I need to install, to use the command svn ? I'm using >> Debian 4.0r2 > >aptitude install subversion In general, apt-file (package apt-file) helps answer such questions: apt-file search bin/svn - anton -- M. Anton Ertl Some things have to be seen to be believed anton@mips.complang.tuwien.ac.at Most things have to be believed to be seen http://www.complang.tuwien.ac.at/anton/home.html |
| |||
| On Sun, 27 Jan 2008 14:41:19 +0000, Anton Ertl wrote: > In general, apt-file (package apt-file) helps answer such questions: > > apt-file search bin/svn Debian Lenny: [root@einstein ~]# apt-file search bin/svn bash: apt-file: command not found |
| |||
| Dave Uhring <daveuhring@yahoo.com> writes: >On Sun, 27 Jan 2008 14:41:19 +0000, Anton Ertl wrote: > >> In general, apt-file (package apt-file) helps answer such questions: >> >> apt-file search bin/svn > >Debian Lenny: > >[root@einstein ~]# apt-file search bin/svn >bash: apt-file: command not found That's why I specified the package, so you can install apt-file without needing apt-file first. Also, you need to run apt-file update occasionally (especially after chnaging sources.list). - anton -- M. Anton Ertl Some things have to be seen to be believed anton@mips.complang.tuwien.ac.at Most things have to be believed to be seen http://www.complang.tuwien.ac.at/anton/home.html |
| ||||
| On Sun, 27 Jan 2008 16:18:23 +0000, Anton Ertl wrote: > Dave Uhring <daveuhring@yahoo.com> writes: >>On Sun, 27 Jan 2008 14:41:19 +0000, Anton Ertl wrote: >> >>> In general, apt-file (package apt-file) helps answer such questions: >>> >>> apt-file search bin/svn >> >>Debian Lenny: >> >>[root@einstein ~]# apt-file search bin/svn >>bash: apt-file: command not found > > That's why I specified the package, so you can install apt-file > without needing apt-file first. Also, you need to run apt-file update > occasionally (especially after chnaging sources.list). Actually I missed the package reference package search page, then # apt-get install apt-file # apt-file update It's a worthwhile utility and probably ought to be part of the default installation. |
| Thread Tools | |
| Display Modes | |
| |