Find the answer to your Linux question:
Results 1 to 4 of 4
Hello Members. I was updating my gaim to 1.4.0 and it required a newer version of GTK+ so I got it successfully downloaded and installed from aptitude. However now I ...
  1. #1
    Just Joined!
    Join Date
    Jul 2005
    Location
    New Jersey
    Posts
    27

    Removing a file/program

    Hello Members. I was updating my gaim to 1.4.0 and it required a newer version of GTK+ so I got it successfully downloaded and installed from aptitude. However now I have two versions of GTK on my system (an old one and a new one) and Gaim is telling me to remove the older one. How do I do this.

    - How do I remove the older version of GTK?

    - How do I delete a file/program?

    - How do I remove old kernels from my system?

    Thanks in advance.

  2. #2
    Linux Guru budman7's Avatar
    Join Date
    Oct 2004
    Location
    Knee deep in Grand Rapids, Michigan
    Posts
    3,242
    I am not sure on the first one.
    A file you can just do "rm filename", you may have to do "rm -r filename"
    To remove old kernels,use your favorite text editor to open up your /etc/lilo.conf if you are using lilo or if you are using grub, open up /boot/grub/grub.conf, it may be /boot/grub/menu.lst and just delete the entry for the kernel you don't want.
    How to know if you are a geek.
    when you respond to "get a life!" with "what's the URL?"
    - Birger

    New users read The FAQ

  3. #3
    Linux Newbie
    Join Date
    Feb 2005
    Location
    Texas
    Posts
    168
    With system files, you will have to be root or su (super user). But be very careful, you can end up with a mess. And watch out for wild cards.

    You might read the bash man file or some tutorials on the bash shell.

    Jeff
    Registered Linux User #391940

  4. #4
    Linux Guru Vergil83's Avatar
    Join Date
    Mar 2004
    Posts
    2,408

    Re: Removing a file/program

    Quote Originally Posted by astrophysicist
    Hello Members. I was updating my gaim to 1.4.0 and it required a newer version of GTK+ so I got it successfully downloaded and installed from aptitude. However now I have two versions of GTK on my system (an old one and a new one) and Gaim is telling me to remove the older one. How do I do this.

    - How do I remove the older version of GTK?

    - How do I delete a file/program?

    - How do I remove old kernels from my system?

    Thanks in advance.
    Code:
    apt-get remove program-name
    http://www.debian.org/doc/manuals/ap....html#s-remove
    Brilliant Mediocrity - Making Failure Look Good

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •