User forums > Using Code::Blocks
Which SVN for ubuntu
Ceniza:
tiwag: manually :P
I thought apt-cache show subversion would show that but it didn't.
http://co.archive.ubuntu.com/ubuntu/pool/main/s/subversion/
http://co.archive.ubuntu.com/ubuntu/pool/universe/s/subversion/
[edit]
I'll need new glasses...
Suggests: subversion-tools
Filename: pool/main/s/subversion/subversion_1.2.3dfsg1-3ubuntu1_i386.deb
Size: 217200
[/edit]
Pecan:
--- Quote from: Ceniza on January 13, 2006, 06:28:40 pm ---
Suggests: subversion-tools
Filename: pool/main/s/subversion/subversion_1.2.3dfsg1-3ubuntu1_i386.deb
Size: 217200
--- End quote ---
Does this mean I should be doing something,..or just waiting..
thanks
pecan
Ceniza:
Pecan: just wait, but I still recommend the sudo apt-get update. If that also fails, keep waiting.
Pecan:
--- Quote from: Ceniza on January 13, 2006, 06:16:06 pm ---Maybe that package is in universe and it'sn't enabled?
/etc/apt/sources.list almost at the end, be sure universe isn't commented. If it is, just remove the #, save the file (as root).
--- End quote ---
--- Code: ---## Uncomment the following two lines to add software from the 'universe'
## repository.
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
# deb http://us.archive.ubuntu.com/ubuntu breezy universe
# deb-src http://us.archive.ubuntu.com/ubuntu breezy universe
## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
# deb http://us.archive.ubuntu.com/ubuntu breezy-backports main restricted universe multiverse
# deb-src http://us.archive.ubuntu.com/ubuntu breezy-backports main restricted universe multiverse
# deb http://security.ubuntu.com/ubuntu breezy-security main restricted
# deb-src http://security.ubuntu.com/ubuntu breezy-security main restricted
# deb http://security.ubuntu.com/ubuntu breezy-security universe
# deb-src http://security.ubuntu.com/ubuntu breezy-security universe
pecan@Herman:/etc/apt$
--- End code ---
It looks like my "universe" is commented out. Could you give me a quick
lesson on how to copy this to a ".bak" file then edit it.
Oh Nooooo, I don't have to use vi do I? I hated that thing for years; haven't
used it for 10 years, and still hate.
thanks
pecan
EDIT:
I did the "sudo apt-get update".
Ceniza:
Heh, I wonder if ubuntu comes with nano or pico. For such a simple task vi would be enough :)
To copy it:
cp sources.list sources.list.bak
To edit it:
vi sources.list :twisted:
(of course, without the smiley)
Quick vi:
You move with the arrows.
If you want to edit, press i or Insert (should appear INSERT in the last line).
To quit "edition" mode, press ESC.
-- Next commands must be entered out of the "edition" mode, and press ENTER after each one --
To save type :w
To save and quit type :wq
To quit if you haven't made any changes type :q
To quit if you don't want to save the changes type :q!
-- More --
To go to line # type :# (replace # by the line number you want to go).
To find string str type /str (replace str by the string you want to search). Direction = Down.
To find string str type ?str (replace str by the string you want to search). Direction = Up.
To repeat last search type //. Direction = Down.
To repeat last search type ??. Direction = Up.
To repeat last search press n (this one doesn't need ENTER). Direction = Same.
To repeat last search press N (shift + n) (this one doesn't need ENTER). Direction = Contrary.
To undo press u (this one doesn't need ENTER).
[edit]
Dunno if it got installed or already came with Kubuntu Dapper, but I have pico and nano. You can try those first which are a lot more friendly :)
[/edit]
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version