MALSBURY.NET

 
 

Linux Installation Tips

Redhat / Fedora / Centos:

Most recent Redhat distros will be up to date and already have HTTP:Cookies. All that you need to do is install HTML::Treebuilder with the following command:

      perl -MCPAN -e "install HTML::TreeBuilder"

If you are using an older disto and do need to install HTTP:Cookies use the following command:

      perl -MCPAN -e "install HTTP::Cookies"

 

Debian / Ubuntu:

Most recent Debian distros will be up to date and already have HTTP:Cookies. All that you need to do is install HTML::Treebuilder with the following command:

      sudo apt-get install libhtml-tree-perl

 

Please let me know if these installation tips worked for you.

If you have any additional suggestions or corrections please let me know.

March 23, 2006