Results 1 to 5 of 5

Thread: How to install a program through terminal in backtrack linux?

  1. #1
    Join Date
    Jul 2012
    Beans
    3

    Question How to install a program through terminal in backtrack linux?

    I'm a begginer and i learned that u can install programms using a command in terminal? What is this command?
    Furthermore, how can look for a program in terminal ... i read is something like apt-cache search <software> but it doesn't work?

  2. #2
    Join Date
    Apr 2008
    Location
    LOCATION=/dev/random
    Beans
    5,767
    Distro
    Ubuntu Development Release

    Re: How to install a program through terminal in backtrack linux?

    To install a program:
    Code:
    apt-get install <program>
    To search for a program:
    Code:
    apt-cache search <field>
    Before doing either of these make sure your package list is up to date by doing:
    Code:
    apt-get update
    Cheesemill

  3. #3
    Join Date
    Jul 2007
    Location
    Magic City of the Plains
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: How to install a program through terminal in backtrack linux?

    Moved to Other OS/Distro Talk.

  4. #4
    Join Date
    Jul 2011
    Beans
    10

    Re: How to install a program through terminal in backtrack linux?

    If you burned it to a CD just forget about installing any other programs. It won't work. USB boot is a different story. Best of Luck!


  5. #5
    Join Date
    Apr 2008
    Location
    LOCATION=/dev/random
    Beans
    5,767
    Distro
    Ubuntu Development Release

    Re: How to install a program through terminal in backtrack linux?

    Quote Originally Posted by Mr.Plex View Post
    If you burned it to a CD just forget about installing any other programs. It won't work. USB boot is a different story. Best of Luck!

    You can install whatever programs you want when using a Live CD, they just don't survive a reboot.
    Cheesemill

Tags for this Thread

Bookmarks

Posting Permissions

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