hi,
i want to install bzip2 and make sure i got the command line right. it should be...
#apt-get install bzip2
yes?
thank you.
Please note the new address for this forum : forum.excito.org. The old address redirects here but I don't know for how long. Thanks !
New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !
install bzip2
install bzip2
~alonzo...
-
- Posts: 904
- Joined: 09 Oct 2009, 18:49
Re: install bzip2
That would work, you have to be root though -
However, I would do this (also as root):
The reason being is that aptitude handles dependencies (and more specifically the auto-removal of redundant dependencies) much better.
Code: Select all
su
[enter password]
Code: Select all
aptitude install bzip2