<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.ihitc.net/mediawiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ryanblanchette</id>
	<title>ITCwiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.ihitc.net/mediawiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ryanblanchette"/>
	<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/w/Special:Contributions/Ryanblanchette"/>
	<updated>2026-04-08T20:57:32Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.38.5</generator>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=CNT-2311-Chapter_2_Notes&amp;diff=4082</id>
		<title>CNT-2311-Chapter 2 Notes</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=CNT-2311-Chapter_2_Notes&amp;diff=4082"/>
		<updated>2011-02-11T22:23:13Z</updated>

		<summary type="html">&lt;p&gt;Ryanblanchette: /* Compatibility Issues */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Package Concepts==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Packages&#039;&#039;&#039; - A package consists of usually many files, with information about the file, including information that aids in the package management system.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Installed file database&#039;&#039;&#039; - A database of the installed files. All installed files should appear here.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Dependencies&#039;&#039;&#039; - Dependency information is the requirements of packages for one another. Ala, one package needs the other to work, and vice versa.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Checksums&#039;&#039;&#039; - checksums are information about files. they can be used to tell the validity of software, disk errors, accidental overwriting of and non-sinister files. It&#039;s not a subtle in detecting intrusions. &lt;br /&gt;
&lt;br /&gt;
Binary Package Creation - RPM and Debian packages systems provide tools to create binary packages.&lt;br /&gt;
&lt;br /&gt;
==RPM Packaging==&lt;br /&gt;
Redhat developed RPM for it&#039;s own personal distribution, but released freely thereafter. It soon became widely used as a cross platform tool.rpm is a very popular package manager due to it&#039;s flexibility and ubiquity. RPM packages look like the following example.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coolpackage&#039;&#039;&#039;-3.1.5-&#039;&#039;&#039;V&#039;&#039;&#039;.i368.rpm&lt;br /&gt;
&lt;br /&gt;
So that would be&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Packagename&#039;&#039;&#039;-Versionnumber-&#039;&#039;&#039;Build&#039;&#039;&#039;.Architecture.rpm&lt;br /&gt;
&lt;br /&gt;
For some examples of RPM commands, check the list below.&lt;br /&gt;
&lt;br /&gt;
[http://oss.sgi.com/LDP/HOWTO/RPM-for-Unix-HOWTO-5.html RPM Commands]&lt;br /&gt;
&lt;br /&gt;
===Compatibility issues with RPM and other Distributions===&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039; Distributions may use different versions of the RPM utilities. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039; An RPM package designed for one distribution may have dependencies not met by the current distribution.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.&#039;&#039;&#039; The RPM package may be built around a certain name or name arrangement, and if they don&#039;t match it might not work.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.&#039;&#039;&#039; Even if every dependency is met, some files may still be slightly different, which may cause problems.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5.&#039;&#039;&#039; Some programs run distributions specific scripts &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;With that said, it&#039;s best to use RPM&#039;s designed for your particular distribution. You can also use tools such as YUM to help with going cross distributions.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===YUM and Meta-Packagers===&lt;br /&gt;
Meta Packagers such as YUM, enable you to install a package and all it&#039;s dependencies using a single command line. Yum and tools like it search internet repositories, and automatically download and install programs for you. For a list of YUM commands, check the list below.&lt;br /&gt;
&lt;br /&gt;
[http://www.phy.duke.edu/~rgb/General/yum_article/yum_article/node20.html YUM Commands]&lt;br /&gt;
&lt;br /&gt;
==Debian Packaging==&lt;br /&gt;
Debian is similar to RPM in the fact that it&#039;s a package manager, but it differs completely in execution. Debian was created by the Debian Distribution, and have been adopted by some of the most popular Linux distributions including UBuntu.Unlike RPM you use DPKP to install packages. Here is a list of DPKG commands:&lt;br /&gt;
&lt;br /&gt;
[http://www.cyberciti.biz/howto/question/linux/dpkg-cheat-sheet.php  dpkg Commands]&lt;br /&gt;
&lt;br /&gt;
Debian Packaging shares many of the compatibility issues that RPM does. For that list, see above.&lt;br /&gt;
&lt;br /&gt;
===APT Get===&lt;br /&gt;
APT get is Debian&#039;s equivalent, it&#039;s a meta system that uses repos to download and install software and packages. For a list of APT-GET commands see the link below.&lt;br /&gt;
&lt;br /&gt;
[http://www.cyberciti.biz/howto/question/linux/apt-get-cheat-sheet.php APT-GET Commands]&lt;br /&gt;
&lt;br /&gt;
===dselect, aptitude, and Synaptic===&lt;br /&gt;
====dselect====&lt;br /&gt;
dselect is a high-level package browser. With it you can see packages that are on your system, uninstall packages, upgrade package, and everything else you could do with a text based package manager.&lt;br /&gt;
&lt;br /&gt;
====Aptitude====&lt;br /&gt;
Aptitude is like dselect in the interactive mode, but also has menus accessed by pressing Ctrl+T.&lt;br /&gt;
&lt;br /&gt;
====Synaptic====&lt;br /&gt;
Much like dselect and Aptitude, but uses a Graphic User Interface.&lt;br /&gt;
&lt;br /&gt;
Overall, all three of these tools are useful if you need to find a certain package or software, but you don&#039;t know the name or direct place to look for it.&lt;br /&gt;
&lt;br /&gt;
===Reconfiguring Packages===&lt;br /&gt;
Unlike RPM, Debian offers more setup and configuring by asking questions during the initial setup, like setting up a mail-server and things like that. Also, this allows you to reconfigure programs by entering the command:&lt;br /&gt;
&lt;br /&gt;
dpkg-reconfigure program&lt;br /&gt;
&lt;br /&gt;
==Converting Packages==&lt;br /&gt;
With many developers and end users not using one distribution, there is an obvious need for some softwares and packages to be converted to other distributions. For examples, someone using the RPM distribution, needs to use a file that&#039;s only on Debian. &lt;br /&gt;
===Alien===&lt;br /&gt;
Alien is a specific utility that is converting between packages and systems. Alien is sometimes already installed with a distribution, if not just use basic tools like apt-get or yum to retrieve it.&lt;br /&gt;
&lt;br /&gt;
===Compatibility Issues===&lt;br /&gt;
Many of the same problems and conflicts that happen with RPM and Debian files, obviously happen while switching distributions. Follow the same guidelines as seen on the RPM description.&lt;br /&gt;
&lt;br /&gt;
====Problem Solving====&lt;br /&gt;
&lt;br /&gt;
=====Rebuilding=====&lt;br /&gt;
You may also rebuild a package if necessary. Doing so on a RPM Package is pretty simple with the command rpmbuild.&lt;br /&gt;
&lt;br /&gt;
=====Locating Another Version=====&lt;br /&gt;
Sometimes if you have a problem the easiest thing to do is simply install a previous version of a package.&lt;/div&gt;</summary>
		<author><name>Ryanblanchette</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=CNT-2311-Chapter_2_Notes&amp;diff=4081</id>
		<title>CNT-2311-Chapter 2 Notes</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=CNT-2311-Chapter_2_Notes&amp;diff=4081"/>
		<updated>2011-02-11T22:15:45Z</updated>

		<summary type="html">&lt;p&gt;Ryanblanchette: /* Converting Packages */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Package Concepts==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Packages&#039;&#039;&#039; - A package consists of usually many files, with information about the file, including information that aids in the package management system.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Installed file database&#039;&#039;&#039; - A database of the installed files. All installed files should appear here.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Dependencies&#039;&#039;&#039; - Dependency information is the requirements of packages for one another. Ala, one package needs the other to work, and vice versa.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Checksums&#039;&#039;&#039; - checksums are information about files. they can be used to tell the validity of software, disk errors, accidental overwriting of and non-sinister files. It&#039;s not a subtle in detecting intrusions. &lt;br /&gt;
&lt;br /&gt;
Binary Package Creation - RPM and Debian packages systems provide tools to create binary packages.&lt;br /&gt;
&lt;br /&gt;
==RPM Packaging==&lt;br /&gt;
Redhat developed RPM for it&#039;s own personal distribution, but released freely thereafter. It soon became widely used as a cross platform tool.rpm is a very popular package manager due to it&#039;s flexibility and ubiquity. RPM packages look like the following example.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coolpackage&#039;&#039;&#039;-3.1.5-&#039;&#039;&#039;V&#039;&#039;&#039;.i368.rpm&lt;br /&gt;
&lt;br /&gt;
So that would be&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Packagename&#039;&#039;&#039;-Versionnumber-&#039;&#039;&#039;Build&#039;&#039;&#039;.Architecture.rpm&lt;br /&gt;
&lt;br /&gt;
For some examples of RPM commands, check the list below.&lt;br /&gt;
&lt;br /&gt;
[http://oss.sgi.com/LDP/HOWTO/RPM-for-Unix-HOWTO-5.html RPM Commands]&lt;br /&gt;
&lt;br /&gt;
===Compatibility issues with RPM and other Distributions===&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039; Distributions may use different versions of the RPM utilities. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039; An RPM package designed for one distribution may have dependencies not met by the current distribution.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.&#039;&#039;&#039; The RPM package may be built around a certain name or name arrangement, and if they don&#039;t match it might not work.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.&#039;&#039;&#039; Even if every dependency is met, some files may still be slightly different, which may cause problems.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5.&#039;&#039;&#039; Some programs run distributions specific scripts &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;With that said, it&#039;s best to use RPM&#039;s designed for your particular distribution. You can also use tools such as YUM to help with going cross distributions.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===YUM and Meta-Packagers===&lt;br /&gt;
Meta Packagers such as YUM, enable you to install a package and all it&#039;s dependencies using a single command line. Yum and tools like it search internet repositories, and automatically download and install programs for you. For a list of YUM commands, check the list below.&lt;br /&gt;
&lt;br /&gt;
[http://www.phy.duke.edu/~rgb/General/yum_article/yum_article/node20.html YUM Commands]&lt;br /&gt;
&lt;br /&gt;
==Debian Packaging==&lt;br /&gt;
Debian is similar to RPM in the fact that it&#039;s a package manager, but it differs completely in execution. Debian was created by the Debian Distribution, and have been adopted by some of the most popular Linux distributions including UBuntu.Unlike RPM you use DPKP to install packages. Here is a list of DPKG commands:&lt;br /&gt;
&lt;br /&gt;
[http://www.cyberciti.biz/howto/question/linux/dpkg-cheat-sheet.php  dpkg Commands]&lt;br /&gt;
&lt;br /&gt;
Debian Packaging shares many of the compatibility issues that RPM does. For that list, see above.&lt;br /&gt;
&lt;br /&gt;
===APT Get===&lt;br /&gt;
APT get is Debian&#039;s equivalent, it&#039;s a meta system that uses repos to download and install software and packages. For a list of APT-GET commands see the link below.&lt;br /&gt;
&lt;br /&gt;
[http://www.cyberciti.biz/howto/question/linux/apt-get-cheat-sheet.php APT-GET Commands]&lt;br /&gt;
&lt;br /&gt;
===dselect, aptitude, and Synaptic===&lt;br /&gt;
====dselect====&lt;br /&gt;
dselect is a high-level package browser. With it you can see packages that are on your system, uninstall packages, upgrade package, and everything else you could do with a text based package manager.&lt;br /&gt;
&lt;br /&gt;
====Aptitude====&lt;br /&gt;
Aptitude is like dselect in the interactive mode, but also has menus accessed by pressing Ctrl+T.&lt;br /&gt;
&lt;br /&gt;
====Synaptic====&lt;br /&gt;
Much like dselect and Aptitude, but uses a Graphic User Interface.&lt;br /&gt;
&lt;br /&gt;
Overall, all three of these tools are useful if you need to find a certain package or software, but you don&#039;t know the name or direct place to look for it.&lt;br /&gt;
&lt;br /&gt;
===Reconfiguring Packages===&lt;br /&gt;
Unlike RPM, Debian offers more setup and configuring by asking questions during the initial setup, like setting up a mail-server and things like that. Also, this allows you to reconfigure programs by entering the command:&lt;br /&gt;
&lt;br /&gt;
dpkg-reconfigure program&lt;br /&gt;
&lt;br /&gt;
==Converting Packages==&lt;br /&gt;
With many developers and end users not using one distribution, there is an obvious need for some softwares and packages to be converted to other distributions. For examples, someone using the RPM distribution, needs to use a file that&#039;s only on Debian. &lt;br /&gt;
===Alien===&lt;br /&gt;
Alien is a specific utility that is converting between packages and systems. Alien is sometimes already installed with a distribution, if not just use basic tools like apt-get or yum to retrieve it.&lt;br /&gt;
&lt;br /&gt;
===Compatibility Issues===&lt;br /&gt;
Many of the same problems and conflicts that happen with RPM and Debian files, obviously happen while switching distributions. Follow the same guidelines as seen on the RPM description.&lt;/div&gt;</summary>
		<author><name>Ryanblanchette</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=CNT-2311-Chapter_2_Notes&amp;diff=4080</id>
		<title>CNT-2311-Chapter 2 Notes</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=CNT-2311-Chapter_2_Notes&amp;diff=4080"/>
		<updated>2011-02-11T22:11:41Z</updated>

		<summary type="html">&lt;p&gt;Ryanblanchette: /* Converting Packages */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Package Concepts==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Packages&#039;&#039;&#039; - A package consists of usually many files, with information about the file, including information that aids in the package management system.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Installed file database&#039;&#039;&#039; - A database of the installed files. All installed files should appear here.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Dependencies&#039;&#039;&#039; - Dependency information is the requirements of packages for one another. Ala, one package needs the other to work, and vice versa.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Checksums&#039;&#039;&#039; - checksums are information about files. they can be used to tell the validity of software, disk errors, accidental overwriting of and non-sinister files. It&#039;s not a subtle in detecting intrusions. &lt;br /&gt;
&lt;br /&gt;
Binary Package Creation - RPM and Debian packages systems provide tools to create binary packages.&lt;br /&gt;
&lt;br /&gt;
==RPM Packaging==&lt;br /&gt;
Redhat developed RPM for it&#039;s own personal distribution, but released freely thereafter. It soon became widely used as a cross platform tool.rpm is a very popular package manager due to it&#039;s flexibility and ubiquity. RPM packages look like the following example.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coolpackage&#039;&#039;&#039;-3.1.5-&#039;&#039;&#039;V&#039;&#039;&#039;.i368.rpm&lt;br /&gt;
&lt;br /&gt;
So that would be&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Packagename&#039;&#039;&#039;-Versionnumber-&#039;&#039;&#039;Build&#039;&#039;&#039;.Architecture.rpm&lt;br /&gt;
&lt;br /&gt;
For some examples of RPM commands, check the list below.&lt;br /&gt;
&lt;br /&gt;
[http://oss.sgi.com/LDP/HOWTO/RPM-for-Unix-HOWTO-5.html RPM Commands]&lt;br /&gt;
&lt;br /&gt;
===Compatibility issues with RPM and other Distributions===&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039; Distributions may use different versions of the RPM utilities. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039; An RPM package designed for one distribution may have dependencies not met by the current distribution.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.&#039;&#039;&#039; The RPM package may be built around a certain name or name arrangement, and if they don&#039;t match it might not work.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.&#039;&#039;&#039; Even if every dependency is met, some files may still be slightly different, which may cause problems.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5.&#039;&#039;&#039; Some programs run distributions specific scripts &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;With that said, it&#039;s best to use RPM&#039;s designed for your particular distribution. You can also use tools such as YUM to help with going cross distributions.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===YUM and Meta-Packagers===&lt;br /&gt;
Meta Packagers such as YUM, enable you to install a package and all it&#039;s dependencies using a single command line. Yum and tools like it search internet repositories, and automatically download and install programs for you. For a list of YUM commands, check the list below.&lt;br /&gt;
&lt;br /&gt;
[http://www.phy.duke.edu/~rgb/General/yum_article/yum_article/node20.html YUM Commands]&lt;br /&gt;
&lt;br /&gt;
==Debian Packaging==&lt;br /&gt;
Debian is similar to RPM in the fact that it&#039;s a package manager, but it differs completely in execution. Debian was created by the Debian Distribution, and have been adopted by some of the most popular Linux distributions including UBuntu.Unlike RPM you use DPKP to install packages. Here is a list of DPKG commands:&lt;br /&gt;
&lt;br /&gt;
[http://www.cyberciti.biz/howto/question/linux/dpkg-cheat-sheet.php  dpkg Commands]&lt;br /&gt;
&lt;br /&gt;
Debian Packaging shares many of the compatibility issues that RPM does. For that list, see above.&lt;br /&gt;
&lt;br /&gt;
===APT Get===&lt;br /&gt;
APT get is Debian&#039;s equivalent, it&#039;s a meta system that uses repos to download and install software and packages. For a list of APT-GET commands see the link below.&lt;br /&gt;
&lt;br /&gt;
[http://www.cyberciti.biz/howto/question/linux/apt-get-cheat-sheet.php APT-GET Commands]&lt;br /&gt;
&lt;br /&gt;
===dselect, aptitude, and Synaptic===&lt;br /&gt;
====dselect====&lt;br /&gt;
dselect is a high-level package browser. With it you can see packages that are on your system, uninstall packages, upgrade package, and everything else you could do with a text based package manager.&lt;br /&gt;
&lt;br /&gt;
====Aptitude====&lt;br /&gt;
Aptitude is like dselect in the interactive mode, but also has menus accessed by pressing Ctrl+T.&lt;br /&gt;
&lt;br /&gt;
====Synaptic====&lt;br /&gt;
Much like dselect and Aptitude, but uses a Graphic User Interface.&lt;br /&gt;
&lt;br /&gt;
Overall, all three of these tools are useful if you need to find a certain package or software, but you don&#039;t know the name or direct place to look for it.&lt;br /&gt;
&lt;br /&gt;
===Reconfiguring Packages===&lt;br /&gt;
Unlike RPM, Debian offers more setup and configuring by asking questions during the initial setup, like setting up a mail-server and things like that. Also, this allows you to reconfigure programs by entering the command:&lt;br /&gt;
&lt;br /&gt;
dpkg-reconfigure program&lt;br /&gt;
&lt;br /&gt;
==Converting Packages==&lt;br /&gt;
With many developers and end users not using one distribution, there is an obvious need for some softwares and packages to be converted to other distributions. For examples, someone using the RPM distribution, needs to use a file that&#039;s only on Debian. &lt;br /&gt;
===Alien===&lt;br /&gt;
Alien is a specific utility that is converting between packages and systems. Alien is sometimes already installed with a distribution, if not just use basic tools like apt-get or yum to retrieve it.&lt;br /&gt;
&lt;br /&gt;
===Compatibility Issues===&lt;/div&gt;</summary>
		<author><name>Ryanblanchette</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=CNT-2311-Chapter_2_Notes&amp;diff=4079</id>
		<title>CNT-2311-Chapter 2 Notes</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=CNT-2311-Chapter_2_Notes&amp;diff=4079"/>
		<updated>2011-02-11T21:47:24Z</updated>

		<summary type="html">&lt;p&gt;Ryanblanchette: /* Debian Packaging */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Package Concepts==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Packages&#039;&#039;&#039; - A package consists of usually many files, with information about the file, including information that aids in the package management system.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Installed file database&#039;&#039;&#039; - A database of the installed files. All installed files should appear here.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Dependencies&#039;&#039;&#039; - Dependency information is the requirements of packages for one another. Ala, one package needs the other to work, and vice versa.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Checksums&#039;&#039;&#039; - checksums are information about files. they can be used to tell the validity of software, disk errors, accidental overwriting of and non-sinister files. It&#039;s not a subtle in detecting intrusions. &lt;br /&gt;
&lt;br /&gt;
Binary Package Creation - RPM and Debian packages systems provide tools to create binary packages.&lt;br /&gt;
&lt;br /&gt;
==RPM Packaging==&lt;br /&gt;
Redhat developed RPM for it&#039;s own personal distribution, but released freely thereafter. It soon became widely used as a cross platform tool.rpm is a very popular package manager due to it&#039;s flexibility and ubiquity. RPM packages look like the following example.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coolpackage&#039;&#039;&#039;-3.1.5-&#039;&#039;&#039;V&#039;&#039;&#039;.i368.rpm&lt;br /&gt;
&lt;br /&gt;
So that would be&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Packagename&#039;&#039;&#039;-Versionnumber-&#039;&#039;&#039;Build&#039;&#039;&#039;.Architecture.rpm&lt;br /&gt;
&lt;br /&gt;
For some examples of RPM commands, check the list below.&lt;br /&gt;
&lt;br /&gt;
[http://oss.sgi.com/LDP/HOWTO/RPM-for-Unix-HOWTO-5.html RPM Commands]&lt;br /&gt;
&lt;br /&gt;
===Compatibility issues with RPM and other Distributions===&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039; Distributions may use different versions of the RPM utilities. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039; An RPM package designed for one distribution may have dependencies not met by the current distribution.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.&#039;&#039;&#039; The RPM package may be built around a certain name or name arrangement, and if they don&#039;t match it might not work.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.&#039;&#039;&#039; Even if every dependency is met, some files may still be slightly different, which may cause problems.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5.&#039;&#039;&#039; Some programs run distributions specific scripts &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;With that said, it&#039;s best to use RPM&#039;s designed for your particular distribution. You can also use tools such as YUM to help with going cross distributions.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===YUM and Meta-Packagers===&lt;br /&gt;
Meta Packagers such as YUM, enable you to install a package and all it&#039;s dependencies using a single command line. Yum and tools like it search internet repositories, and automatically download and install programs for you. For a list of YUM commands, check the list below.&lt;br /&gt;
&lt;br /&gt;
[http://www.phy.duke.edu/~rgb/General/yum_article/yum_article/node20.html YUM Commands]&lt;br /&gt;
&lt;br /&gt;
==Debian Packaging==&lt;br /&gt;
Debian is similar to RPM in the fact that it&#039;s a package manager, but it differs completely in execution. Debian was created by the Debian Distribution, and have been adopted by some of the most popular Linux distributions including UBuntu.Unlike RPM you use DPKP to install packages. Here is a list of DPKG commands:&lt;br /&gt;
&lt;br /&gt;
[http://www.cyberciti.biz/howto/question/linux/dpkg-cheat-sheet.php  dpkg Commands]&lt;br /&gt;
&lt;br /&gt;
Debian Packaging shares many of the compatibility issues that RPM does. For that list, see above.&lt;br /&gt;
&lt;br /&gt;
===APT Get===&lt;br /&gt;
APT get is Debian&#039;s equivalent, it&#039;s a meta system that uses repos to download and install software and packages. For a list of APT-GET commands see the link below.&lt;br /&gt;
&lt;br /&gt;
[http://www.cyberciti.biz/howto/question/linux/apt-get-cheat-sheet.php APT-GET Commands]&lt;br /&gt;
&lt;br /&gt;
===dselect, aptitude, and Synaptic===&lt;br /&gt;
====dselect====&lt;br /&gt;
dselect is a high-level package browser. With it you can see packages that are on your system, uninstall packages, upgrade package, and everything else you could do with a text based package manager.&lt;br /&gt;
&lt;br /&gt;
====Aptitude====&lt;br /&gt;
Aptitude is like dselect in the interactive mode, but also has menus accessed by pressing Ctrl+T.&lt;br /&gt;
&lt;br /&gt;
====Synaptic====&lt;br /&gt;
Much like dselect and Aptitude, but uses a Graphic User Interface.&lt;br /&gt;
&lt;br /&gt;
Overall, all three of these tools are useful if you need to find a certain package or software, but you don&#039;t know the name or direct place to look for it.&lt;br /&gt;
&lt;br /&gt;
===Reconfiguring Packages===&lt;br /&gt;
Unlike RPM, Debian offers more setup and configuring by asking questions during the initial setup, like setting up a mail-server and things like that. Also, this allows you to reconfigure programs by entering the command:&lt;br /&gt;
&lt;br /&gt;
dpkg-reconfigure program&lt;br /&gt;
&lt;br /&gt;
==Converting Packages==&lt;br /&gt;
Overview of Converting&lt;br /&gt;
===Alien===&lt;br /&gt;
Alien Overview&lt;br /&gt;
&lt;br /&gt;
===Conmpatibilty Issues===&lt;/div&gt;</summary>
		<author><name>Ryanblanchette</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=CNT-2311-Chapter_2_Notes&amp;diff=4078</id>
		<title>CNT-2311-Chapter 2 Notes</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=CNT-2311-Chapter_2_Notes&amp;diff=4078"/>
		<updated>2011-02-11T21:41:38Z</updated>

		<summary type="html">&lt;p&gt;Ryanblanchette: /* dselect, aptitude, and Synaptic */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Package Concepts==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Packages&#039;&#039;&#039; - A package consists of usually many files, with information about the file, including information that aids in the package management system.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Installed file database&#039;&#039;&#039; - A database of the installed files. All installed files should appear here.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Dependencies&#039;&#039;&#039; - Dependency information is the requirements of packages for one another. Ala, one package needs the other to work, and vice versa.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Checksums&#039;&#039;&#039; - checksums are information about files. they can be used to tell the validity of software, disk errors, accidental overwriting of and non-sinister files. It&#039;s not a subtle in detecting intrusions. &lt;br /&gt;
&lt;br /&gt;
Binary Package Creation - RPM and Debian packages systems provide tools to create binary packages.&lt;br /&gt;
&lt;br /&gt;
==RPM Packaging==&lt;br /&gt;
Redhat developed RPM for it&#039;s own personal distribution, but released freely thereafter. It soon became widely used as a cross platform tool.rpm is a very popular package manager due to it&#039;s flexibility and ubiquity. RPM packages look like the following example.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coolpackage&#039;&#039;&#039;-3.1.5-&#039;&#039;&#039;V&#039;&#039;&#039;.i368.rpm&lt;br /&gt;
&lt;br /&gt;
So that would be&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Packagename&#039;&#039;&#039;-Versionnumber-&#039;&#039;&#039;Build&#039;&#039;&#039;.Architecture.rpm&lt;br /&gt;
&lt;br /&gt;
For some examples of RPM commands, check the list below.&lt;br /&gt;
&lt;br /&gt;
[http://oss.sgi.com/LDP/HOWTO/RPM-for-Unix-HOWTO-5.html RPM Commands]&lt;br /&gt;
&lt;br /&gt;
===Compatibility issues with RPM and other Distributions===&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039; Distributions may use different versions of the RPM utilities. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039; An RPM package designed for one distribution may have dependencies not met by the current distribution.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.&#039;&#039;&#039; The RPM package may be built around a certain name or name arrangement, and if they don&#039;t match it might not work.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.&#039;&#039;&#039; Even if every dependency is met, some files may still be slightly different, which may cause problems.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5.&#039;&#039;&#039; Some programs run distributions specific scripts &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;With that said, it&#039;s best to use RPM&#039;s designed for your particular distribution. You can also use tools such as YUM to help with going cross distributions.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===YUM and Meta-Packagers===&lt;br /&gt;
Meta Packagers such as YUM, enable you to install a package and all it&#039;s dependencies using a single command line. Yum and tools like it search internet repositories, and automatically download and install programs for you. For a list of YUM commands, check the list below.&lt;br /&gt;
&lt;br /&gt;
[http://www.phy.duke.edu/~rgb/General/yum_article/yum_article/node20.html YUM Commands]&lt;br /&gt;
&lt;br /&gt;
==Debian Packaging==&lt;br /&gt;
Debian is similar to RPM in the fact that it&#039;s a package manager, but it differs completely in execution. Debian was created by the Debian Distribution, and have been adopted by some of the most popular Linux distributions including UBuntu.Unlike RPM you use DPKP to install packages. Here is a list of DPKG commands:&lt;br /&gt;
&lt;br /&gt;
[http://www.cyberciti.biz/howto/question/linux/dpkg-cheat-sheet.php  dpkg Commands]&lt;br /&gt;
&lt;br /&gt;
Debian Packaging shares many of the compatibility issues that RPM does. For that list, see above.&lt;br /&gt;
&lt;br /&gt;
===APT Get===&lt;br /&gt;
APT get is Debian&#039;s equivalent, it&#039;s a meta system that uses repos to download and install software and packages. For a list of APT-GET commands see the link below.&lt;br /&gt;
&lt;br /&gt;
[http://www.cyberciti.biz/howto/question/linux/apt-get-cheat-sheet.php APT-GET Commands]&lt;br /&gt;
&lt;br /&gt;
===dselect, aptitude, and Synaptic===&lt;br /&gt;
====dselect====&lt;br /&gt;
dselect is a high-level package browser. With it you can see packages that are on your system, uninstall packages, upgrade package, and everything else you could do with a text based package manager.&lt;br /&gt;
&lt;br /&gt;
====Aptitude====&lt;br /&gt;
Aptitude is like dselect in the interactive mode, but also has menus accessed by pressing Ctrl+T.&lt;br /&gt;
&lt;br /&gt;
====Synaptic====&lt;br /&gt;
Much like dselect and Aptitude, but uses a Graphic User Interface.&lt;br /&gt;
&lt;br /&gt;
Overall, all three of these tools are useful if you need to find a certain package or software, but you don&#039;t know the name or direct place to look for it.&lt;br /&gt;
&lt;br /&gt;
==Converting Packages==&lt;br /&gt;
Overview of Converting&lt;br /&gt;
===Alien===&lt;br /&gt;
Alien Overview&lt;br /&gt;
&lt;br /&gt;
===Conmpatibilty Issues===&lt;/div&gt;</summary>
		<author><name>Ryanblanchette</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=CNT-2311-Chapter_2_Notes&amp;diff=4077</id>
		<title>CNT-2311-Chapter 2 Notes</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=CNT-2311-Chapter_2_Notes&amp;diff=4077"/>
		<updated>2011-02-11T21:39:25Z</updated>

		<summary type="html">&lt;p&gt;Ryanblanchette: /* dselect, aptitude, and Synaptic */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
==Package Concepts==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Packages&#039;&#039;&#039; - A package consists of usually many files, with information about the file, including information that aids in the package management system.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Installed file database&#039;&#039;&#039; - A database of the installed files. All installed files should appear here.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Dependencies&#039;&#039;&#039; - Dependency information is the requirements of packages for one another. Ala, one package needs the other to work, and vice versa.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Checksums&#039;&#039;&#039; - checksums are information about files. they can be used to tell the validity of software, disk errors, accidental overwriting of and non-sinister files. It&#039;s not a subtle in detecting intrusions. &lt;br /&gt;
&lt;br /&gt;
Binary Package Creation - RPM and Debian packages systems provide tools to create binary packages.&lt;br /&gt;
&lt;br /&gt;
==RPM Packaging==&lt;br /&gt;
Redhat developed RPM for it&#039;s own personal distribution, but released freely thereafter. It soon became widely used as a cross platform tool.rpm is a very popular package manager due to it&#039;s flexibility and ubiquity. RPM packages look like the following example.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coolpackage&#039;&#039;&#039;-3.1.5-&#039;&#039;&#039;V&#039;&#039;&#039;.i368.rpm&lt;br /&gt;
&lt;br /&gt;
So that would be&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Packagename&#039;&#039;&#039;-Versionnumber-&#039;&#039;&#039;Build&#039;&#039;&#039;.Architecture.rpm&lt;br /&gt;
&lt;br /&gt;
For some examples of RPM commands, check the list below.&lt;br /&gt;
&lt;br /&gt;
[http://oss.sgi.com/LDP/HOWTO/RPM-for-Unix-HOWTO-5.html RPM Commands]&lt;br /&gt;
&lt;br /&gt;
===Compatibility issues with RPM and other Distributions===&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039; Distributions may use different versions of the RPM utilities. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039; An RPM package designed for one distribution may have dependencies not met by the current distribution.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.&#039;&#039;&#039; The RPM package may be built around a certain name or name arrangement, and if they don&#039;t match it might not work.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.&#039;&#039;&#039; Even if every dependency is met, some files may still be slightly different, which may cause problems.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5.&#039;&#039;&#039; Some programs run distributions specific scripts &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;With that said, it&#039;s best to use RPM&#039;s designed for your particular distribution. You can also use tools such as YUM to help with going cross distributions.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===YUM and Meta-Packagers===&lt;br /&gt;
Meta Packagers such as YUM, enable you to install a package and all it&#039;s dependencies using a single command line. Yum and tools like it search internet repositories, and automatically download and install programs for you. For a list of YUM commands, check the list below.&lt;br /&gt;
&lt;br /&gt;
[http://www.phy.duke.edu/~rgb/General/yum_article/yum_article/node20.html YUM Commands]&lt;br /&gt;
&lt;br /&gt;
==Debian Packaging==&lt;br /&gt;
Debian is similar to RPM in the fact that it&#039;s a package manager, but it differs completely in execution. Debian was created by the Debian Distribution, and have been adopted by some of the most popular Linux distributions including UBuntu.Unlike RPM you use DPKP to install packages. Here is a list of DPKG commands:&lt;br /&gt;
&lt;br /&gt;
[http://www.cyberciti.biz/howto/question/linux/dpkg-cheat-sheet.php  dpkg Commands]&lt;br /&gt;
&lt;br /&gt;
Debian Packaging shares many of the compatibility issues that RPM does. For that list, see above.&lt;br /&gt;
&lt;br /&gt;
===APT Get===&lt;br /&gt;
APT get is Debian&#039;s equivalent, it&#039;s a meta system that uses repos to download and install software and packages. For a list of APT-GET commands see the link below.&lt;br /&gt;
&lt;br /&gt;
[http://www.cyberciti.biz/howto/question/linux/apt-get-cheat-sheet.php APT-GET Commands]&lt;br /&gt;
&lt;br /&gt;
===dselect, aptitude, and Synaptic===&lt;br /&gt;
====dselect====&lt;br /&gt;
dselect is a high-level package browser. With it you can see packages that are on your system, uninstall packages, upgrade package, and everything else you could do with a text based package manager.&lt;br /&gt;
&lt;br /&gt;
====Aptitude====&lt;br /&gt;
Aptitude is like dselect in the interactive mode, but also has menus accessed by pressing Ctrl+T.&lt;br /&gt;
&lt;br /&gt;
====Synaptic====&lt;br /&gt;
Much like dselect and Aptitude, but uses a Graphic User Interface.&lt;br /&gt;
&lt;br /&gt;
Overall, all three of these tools are useful if you need to find a certain package or software, but you don&#039;t know the name or direct place to look for it.&lt;br /&gt;
&lt;br /&gt;
==Converting Packages==&lt;br /&gt;
Overview of Converting&lt;br /&gt;
===Alien===&lt;br /&gt;
Alien Overview&lt;br /&gt;
&lt;br /&gt;
===Conmpatibilty Issues===&lt;/div&gt;</summary>
		<author><name>Ryanblanchette</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=CNT-2311-Chapter_2_Notes&amp;diff=4076</id>
		<title>CNT-2311-Chapter 2 Notes</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=CNT-2311-Chapter_2_Notes&amp;diff=4076"/>
		<updated>2011-02-11T21:32:09Z</updated>

		<summary type="html">&lt;p&gt;Ryanblanchette: /* dselect, aptitude, and Synaptic */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
==Package Concepts==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Packages&#039;&#039;&#039; - A package consists of usually many files, with information about the file, including information that aids in the package management system.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Installed file database&#039;&#039;&#039; - A database of the installed files. All installed files should appear here.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Dependencies&#039;&#039;&#039; - Dependency information is the requirements of packages for one another. Ala, one package needs the other to work, and vice versa.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Checksums&#039;&#039;&#039; - checksums are information about files. they can be used to tell the validity of software, disk errors, accidental overwriting of and non-sinister files. It&#039;s not a subtle in detecting intrusions. &lt;br /&gt;
&lt;br /&gt;
Binary Package Creation - RPM and Debian packages systems provide tools to create binary packages.&lt;br /&gt;
&lt;br /&gt;
==RPM Packaging==&lt;br /&gt;
Redhat developed RPM for it&#039;s own personal distribution, but released freely thereafter. It soon became widely used as a cross platform tool.rpm is a very popular package manager due to it&#039;s flexibility and ubiquity. RPM packages look like the following example.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coolpackage&#039;&#039;&#039;-3.1.5-&#039;&#039;&#039;V&#039;&#039;&#039;.i368.rpm&lt;br /&gt;
&lt;br /&gt;
So that would be&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Packagename&#039;&#039;&#039;-Versionnumber-&#039;&#039;&#039;Build&#039;&#039;&#039;.Architecture.rpm&lt;br /&gt;
&lt;br /&gt;
For some examples of RPM commands, check the list below.&lt;br /&gt;
&lt;br /&gt;
[http://oss.sgi.com/LDP/HOWTO/RPM-for-Unix-HOWTO-5.html RPM Commands]&lt;br /&gt;
&lt;br /&gt;
===Compatibility issues with RPM and other Distributions===&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039; Distributions may use different versions of the RPM utilities. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039; An RPM package designed for one distribution may have dependencies not met by the current distribution.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.&#039;&#039;&#039; The RPM package may be built around a certain name or name arrangement, and if they don&#039;t match it might not work.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.&#039;&#039;&#039; Even if every dependency is met, some files may still be slightly different, which may cause problems.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5.&#039;&#039;&#039; Some programs run distributions specific scripts &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;With that said, it&#039;s best to use RPM&#039;s designed for your particular distribution. You can also use tools such as YUM to help with going cross distributions.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===YUM and Meta-Packagers===&lt;br /&gt;
Meta Packagers such as YUM, enable you to install a package and all it&#039;s dependencies using a single command line. Yum and tools like it search internet repositories, and automatically download and install programs for you. For a list of YUM commands, check the list below.&lt;br /&gt;
&lt;br /&gt;
[http://www.phy.duke.edu/~rgb/General/yum_article/yum_article/node20.html YUM Commands]&lt;br /&gt;
&lt;br /&gt;
==Debian Packaging==&lt;br /&gt;
Debian is similar to RPM in the fact that it&#039;s a package manager, but it differs completely in execution. Debian was created by the Debian Distribution, and have been adopted by some of the most popular Linux distributions including UBuntu.Unlike RPM you use DPKP to install packages. Here is a list of DPKG commands:&lt;br /&gt;
&lt;br /&gt;
[http://www.cyberciti.biz/howto/question/linux/dpkg-cheat-sheet.php  dpkg Commands]&lt;br /&gt;
&lt;br /&gt;
Debian Packaging shares many of the compatibility issues that RPM does. For that list, see above.&lt;br /&gt;
&lt;br /&gt;
===APT Get===&lt;br /&gt;
APT get is Debian&#039;s equivalent, it&#039;s a meta system that uses repos to download and install software and packages. For a list of APT-GET commands see the link below.&lt;br /&gt;
&lt;br /&gt;
[http://www.cyberciti.biz/howto/question/linux/apt-get-cheat-sheet.php APT-GET Commands]&lt;br /&gt;
&lt;br /&gt;
===dselect, aptitude, and Synaptic===&lt;br /&gt;
====dselect====&lt;br /&gt;
dselect is a high-level package browser. With it you can see packages that are on your system, uninstall packages, upgrade package, and everything else you could do with a text based package manager.&lt;br /&gt;
&lt;br /&gt;
====Aptitude====&lt;br /&gt;
&lt;br /&gt;
==Converting Packages==&lt;br /&gt;
Overview of Converting&lt;br /&gt;
===Alien===&lt;br /&gt;
Alien Overview&lt;br /&gt;
&lt;br /&gt;
===Conmpatibilty Issues===&lt;/div&gt;</summary>
		<author><name>Ryanblanchette</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=CNT-2311-Chapter_2_Notes&amp;diff=4075</id>
		<title>CNT-2311-Chapter 2 Notes</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=CNT-2311-Chapter_2_Notes&amp;diff=4075"/>
		<updated>2011-02-11T21:31:21Z</updated>

		<summary type="html">&lt;p&gt;Ryanblanchette: /* dselect */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
==Package Concepts==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Packages&#039;&#039;&#039; - A package consists of usually many files, with information about the file, including information that aids in the package management system.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Installed file database&#039;&#039;&#039; - A database of the installed files. All installed files should appear here.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Dependencies&#039;&#039;&#039; - Dependency information is the requirements of packages for one another. Ala, one package needs the other to work, and vice versa.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Checksums&#039;&#039;&#039; - checksums are information about files. they can be used to tell the validity of software, disk errors, accidental overwriting of and non-sinister files. It&#039;s not a subtle in detecting intrusions. &lt;br /&gt;
&lt;br /&gt;
Binary Package Creation - RPM and Debian packages systems provide tools to create binary packages.&lt;br /&gt;
&lt;br /&gt;
==RPM Packaging==&lt;br /&gt;
Redhat developed RPM for it&#039;s own personal distribution, but released freely thereafter. It soon became widely used as a cross platform tool.rpm is a very popular package manager due to it&#039;s flexibility and ubiquity. RPM packages look like the following example.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coolpackage&#039;&#039;&#039;-3.1.5-&#039;&#039;&#039;V&#039;&#039;&#039;.i368.rpm&lt;br /&gt;
&lt;br /&gt;
So that would be&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Packagename&#039;&#039;&#039;-Versionnumber-&#039;&#039;&#039;Build&#039;&#039;&#039;.Architecture.rpm&lt;br /&gt;
&lt;br /&gt;
For some examples of RPM commands, check the list below.&lt;br /&gt;
&lt;br /&gt;
[http://oss.sgi.com/LDP/HOWTO/RPM-for-Unix-HOWTO-5.html RPM Commands]&lt;br /&gt;
&lt;br /&gt;
===Compatibility issues with RPM and other Distributions===&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039; Distributions may use different versions of the RPM utilities. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039; An RPM package designed for one distribution may have dependencies not met by the current distribution.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.&#039;&#039;&#039; The RPM package may be built around a certain name or name arrangement, and if they don&#039;t match it might not work.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.&#039;&#039;&#039; Even if every dependency is met, some files may still be slightly different, which may cause problems.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5.&#039;&#039;&#039; Some programs run distributions specific scripts &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;With that said, it&#039;s best to use RPM&#039;s designed for your particular distribution. You can also use tools such as YUM to help with going cross distributions.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===YUM and Meta-Packagers===&lt;br /&gt;
Meta Packagers such as YUM, enable you to install a package and all it&#039;s dependencies using a single command line. Yum and tools like it search internet repositories, and automatically download and install programs for you. For a list of YUM commands, check the list below.&lt;br /&gt;
&lt;br /&gt;
[http://www.phy.duke.edu/~rgb/General/yum_article/yum_article/node20.html YUM Commands]&lt;br /&gt;
&lt;br /&gt;
==Debian Packaging==&lt;br /&gt;
Debian is similar to RPM in the fact that it&#039;s a package manager, but it differs completely in execution. Debian was created by the Debian Distribution, and have been adopted by some of the most popular Linux distributions including UBuntu.Unlike RPM you use DPKP to install packages. Here is a list of DPKG commands:&lt;br /&gt;
&lt;br /&gt;
[http://www.cyberciti.biz/howto/question/linux/dpkg-cheat-sheet.php  dpkg Commands]&lt;br /&gt;
&lt;br /&gt;
Debian Packaging shares many of the compatibility issues that RPM does. For that list, see above.&lt;br /&gt;
&lt;br /&gt;
===APT Get===&lt;br /&gt;
APT get is Debian&#039;s equivalent, it&#039;s a meta system that uses repos to download and install software and packages. For a list of APT-GET commands see the link below.&lt;br /&gt;
&lt;br /&gt;
[http://www.cyberciti.biz/howto/question/linux/apt-get-cheat-sheet.php APT-GET Commands]&lt;br /&gt;
&lt;br /&gt;
==dselect, aptitude, and Synaptic==&lt;br /&gt;
===dselect===&lt;br /&gt;
dselect is a high-level package browser. With it you can see packages that are on your system, uninstall packages, upgrade package, and everything else you could do with a text based package manager.&lt;br /&gt;
&lt;br /&gt;
===Aptitude===&lt;br /&gt;
&lt;br /&gt;
==Converting Packages==&lt;br /&gt;
Overview of Converting&lt;br /&gt;
===Alien===&lt;br /&gt;
Alien Overview&lt;br /&gt;
&lt;br /&gt;
===Conmpatibilty Issues===&lt;/div&gt;</summary>
		<author><name>Ryanblanchette</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=CNT-2311-Chapter_2_Notes&amp;diff=4074</id>
		<title>CNT-2311-Chapter 2 Notes</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=CNT-2311-Chapter_2_Notes&amp;diff=4074"/>
		<updated>2011-02-11T21:12:15Z</updated>

		<summary type="html">&lt;p&gt;Ryanblanchette: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
==Package Concepts==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Packages&#039;&#039;&#039; - A package consists of usually many files, with information about the file, including information that aids in the package management system.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Installed file database&#039;&#039;&#039; - A database of the installed files. All installed files should appear here.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Dependencies&#039;&#039;&#039; - Dependency information is the requirements of packages for one another. Ala, one package needs the other to work, and vice versa.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Checksums&#039;&#039;&#039; - checksums are information about files. they can be used to tell the validity of software, disk errors, accidental overwriting of and non-sinister files. It&#039;s not a subtle in detecting intrusions. &lt;br /&gt;
&lt;br /&gt;
Binary Package Creation - RPM and Debian packages systems provide tools to create binary packages.&lt;br /&gt;
&lt;br /&gt;
==RPM Packaging==&lt;br /&gt;
Redhat developed RPM for it&#039;s own personal distribution, but released freely thereafter. It soon became widely used as a cross platform tool.rpm is a very popular package manager due to it&#039;s flexibility and ubiquity. RPM packages look like the following example.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coolpackage&#039;&#039;&#039;-3.1.5-&#039;&#039;&#039;V&#039;&#039;&#039;.i368.rpm&lt;br /&gt;
&lt;br /&gt;
So that would be&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Packagename&#039;&#039;&#039;-Versionnumber-&#039;&#039;&#039;Build&#039;&#039;&#039;.Architecture.rpm&lt;br /&gt;
&lt;br /&gt;
For some examples of RPM commands, check the list below.&lt;br /&gt;
&lt;br /&gt;
[http://oss.sgi.com/LDP/HOWTO/RPM-for-Unix-HOWTO-5.html RPM Commands]&lt;br /&gt;
&lt;br /&gt;
===Compatibility issues with RPM and other Distributions===&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039; Distributions may use different versions of the RPM utilities. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039; An RPM package designed for one distribution may have dependencies not met by the current distribution.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.&#039;&#039;&#039; The RPM package may be built around a certain name or name arrangement, and if they don&#039;t match it might not work.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.&#039;&#039;&#039; Even if every dependency is met, some files may still be slightly different, which may cause problems.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5.&#039;&#039;&#039; Some programs run distributions specific scripts &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;With that said, it&#039;s best to use RPM&#039;s designed for your particular distribution. You can also use tools such as YUM to help with going cross distributions.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===YUM and Meta-Packagers===&lt;br /&gt;
Meta Packagers such as YUM, enable you to install a package and all it&#039;s dependencies using a single command line. Yum and tools like it search internet repositories, and automatically download and install programs for you. For a list of YUM commands, check the list below.&lt;br /&gt;
&lt;br /&gt;
[http://www.phy.duke.edu/~rgb/General/yum_article/yum_article/node20.html YUM Commands]&lt;br /&gt;
&lt;br /&gt;
==Debian Packaging==&lt;br /&gt;
Debian is similar to RPM in the fact that it&#039;s a package manager, but it differs completely in execution. Debian was created by the Debian Distribution, and have been adopted by some of the most popular Linux distributions including UBuntu.Unlike RPM you use DPKP to install packages. Here is a list of DPKG commands:&lt;br /&gt;
&lt;br /&gt;
[http://www.cyberciti.biz/howto/question/linux/dpkg-cheat-sheet.php  dpkg Commands]&lt;br /&gt;
&lt;br /&gt;
Debian Packaging shares many of the compatibility issues that RPM does. For that list, see above.&lt;br /&gt;
&lt;br /&gt;
===APT Get===&lt;br /&gt;
APT get is Debian&#039;s equivalent, it&#039;s a meta system that uses repos to download and install software and packages. For a list of APT-GET commands see the link below.&lt;br /&gt;
&lt;br /&gt;
[http://www.cyberciti.biz/howto/question/linux/apt-get-cheat-sheet.php APT-GET Commands]&lt;br /&gt;
&lt;br /&gt;
==dselect, aptitude, and Synaptic==&lt;br /&gt;
===dselect===&lt;br /&gt;
dselect is a high-level package browser.&lt;br /&gt;
&lt;br /&gt;
==Converting Packages==&lt;br /&gt;
Overview of Converting&lt;br /&gt;
===Alien===&lt;br /&gt;
Alien Overview&lt;br /&gt;
&lt;br /&gt;
===Conmpatibilty Issues===&lt;/div&gt;</summary>
		<author><name>Ryanblanchette</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=CNT-2311-Chapter_2_Notes&amp;diff=4073</id>
		<title>CNT-2311-Chapter 2 Notes</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=CNT-2311-Chapter_2_Notes&amp;diff=4073"/>
		<updated>2011-02-11T20:31:12Z</updated>

		<summary type="html">&lt;p&gt;Ryanblanchette: /* Debian Packaging */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
This is where we actually do an overview&lt;br /&gt;
&lt;br /&gt;
==Package Concepts==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Packages&#039;&#039;&#039; - A package consists of usually many files, with information about the file, including information that aids in the package management system.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Installed file database&#039;&#039;&#039; - A database of the installed files. All installed files should appear here.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Dependencies&#039;&#039;&#039; - Dependency information is the requirements of packages for one another. Ala, one package needs the other to work, and vice versa.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Checksums&#039;&#039;&#039; - checksums are information about files. they can be used to tell the validity of software, disk errors, accidental overwriting of and non-sinister files. It&#039;s not a subtle in detecting intrusions. &lt;br /&gt;
&lt;br /&gt;
Binary Package Creation - RPM and Debian packages systems provide tools to create binary packages.&lt;br /&gt;
&lt;br /&gt;
==RPM Packaging==&lt;br /&gt;
Redhat developed RPM for it&#039;s own personal distribution, but released freely thereafter. It soon became widely used as a cross platform tool.rpm is a very popular package manager due to it&#039;s flexibility and ubiquity. RPM packages look like the following example.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coolpackage&#039;&#039;&#039;-3.1.5-&#039;&#039;&#039;V&#039;&#039;&#039;.i368.rpm&lt;br /&gt;
&lt;br /&gt;
So that would be&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Packagename&#039;&#039;&#039;-Versionnumber-&#039;&#039;&#039;Build&#039;&#039;&#039;.Architecture.rpm&lt;br /&gt;
&lt;br /&gt;
For some examples of RPM commands, check the list below.&lt;br /&gt;
&lt;br /&gt;
[http://oss.sgi.com/LDP/HOWTO/RPM-for-Unix-HOWTO-5.html RPM Commands]&lt;br /&gt;
&lt;br /&gt;
===Compatibility issues with RPM and other Distributions===&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039; Distributions may use different versions of the RPM utilities. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039; An RPM package designed for one distribution may have dependencies not met by the current distribution.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.&#039;&#039;&#039; The RPM package may be built around a certain name or name arrangement, and if they don&#039;t match it might not work.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.&#039;&#039;&#039; Even if every dependency is met, some files may still be slightly different, which may cause problems.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5.&#039;&#039;&#039; Some programs run distributions specific scripts &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;With that said, it&#039;s best to use RPM&#039;s designed for your particular distribution. You can also use tools such as YUM to help with going cross distributions.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===YUM and Meta-Packagers===&lt;br /&gt;
Meta Packagers such as YUM, enable you to install a package and all it&#039;s dependencies using a single command line. Yum and tools like it search internet repositories, and automatically download and install programs for you. For a list of YUM commands, check the list below.&lt;br /&gt;
&lt;br /&gt;
[http://www.phy.duke.edu/~rgb/General/yum_article/yum_article/node20.html YUM Commands]&lt;br /&gt;
&lt;br /&gt;
==Debian Packaging==&lt;br /&gt;
Debian is similar to RPM in the fact that it&#039;s a package manager, but it differs completely in execution. Debian was created by the Debian Distribution, and have been adopted by some of the most popular Linux distributions including UBuntu.Unlike RPM you use DPKP to install packages. Here is a list of DPKG commands:&lt;br /&gt;
&lt;br /&gt;
[http://www.cyberciti.biz/howto/question/linux/dpkg-cheat-sheet.php  dpkg Commands]&lt;br /&gt;
&lt;br /&gt;
Debian Packaging shares many of the compatibility issues that RPM does. For that list, see above.&lt;br /&gt;
&lt;br /&gt;
===APT Get===&lt;br /&gt;
APT get is Debian&#039;s equivalent, it&#039;s a meta system that uses repos to download and install software and packages. For a list of APT-GET commands see the link below.&lt;br /&gt;
&lt;br /&gt;
[http://www.cyberciti.biz/howto/question/linux/apt-get-cheat-sheet.php APT-GET Commands]&lt;br /&gt;
&lt;br /&gt;
==Converting Packages==&lt;br /&gt;
Overview of Converting&lt;br /&gt;
===Alien===&lt;br /&gt;
Alien Overview&lt;br /&gt;
&lt;br /&gt;
===Conmpatibilty Issues===&lt;/div&gt;</summary>
		<author><name>Ryanblanchette</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=CNT-2311-Chapter_2_Notes&amp;diff=4072</id>
		<title>CNT-2311-Chapter 2 Notes</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=CNT-2311-Chapter_2_Notes&amp;diff=4072"/>
		<updated>2011-02-11T20:17:00Z</updated>

		<summary type="html">&lt;p&gt;Ryanblanchette: /* RPM Packaging */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
This is where we actually do an overview&lt;br /&gt;
&lt;br /&gt;
==Package Concepts==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Packages&#039;&#039;&#039; - A package consists of usually many files, with information about the file, including information that aids in the package management system.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Installed file database&#039;&#039;&#039; - A database of the installed files. All installed files should appear here.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Dependencies&#039;&#039;&#039; - Dependency information is the requirements of packages for one another. Ala, one package needs the other to work, and vice versa.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Checksums&#039;&#039;&#039; - checksums are information about files. they can be used to tell the validity of software, disk errors, accidental overwriting of and non-sinister files. It&#039;s not a subtle in detecting intrusions. &lt;br /&gt;
&lt;br /&gt;
Binary Package Creation - RPM and Debian packages systems provide tools to create binary packages.&lt;br /&gt;
&lt;br /&gt;
==RPM Packaging==&lt;br /&gt;
Redhat developed RPM for it&#039;s own personal distribution, but released freely thereafter. It soon became widely used as a cross platform tool.rpm is a very popular package manager due to it&#039;s flexibility and ubiquity. RPM packages look like the following example.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coolpackage&#039;&#039;&#039;-3.1.5-&#039;&#039;&#039;V&#039;&#039;&#039;.i368.rpm&lt;br /&gt;
&lt;br /&gt;
So that would be&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Packagename&#039;&#039;&#039;-Versionnumber-&#039;&#039;&#039;Build&#039;&#039;&#039;.Architecture.rpm&lt;br /&gt;
&lt;br /&gt;
For some examples of RPM commands, check the list below.&lt;br /&gt;
&lt;br /&gt;
[http://oss.sgi.com/LDP/HOWTO/RPM-for-Unix-HOWTO-5.html RPM Commands]&lt;br /&gt;
&lt;br /&gt;
===Compatibility issues with RPM and other Distributions===&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039; Distributions may use different versions of the RPM utilities. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039; An RPM package designed for one distribution may have dependencies not met by the current distribution.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.&#039;&#039;&#039; The RPM package may be built around a certain name or name arrangement, and if they don&#039;t match it might not work.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.&#039;&#039;&#039; Even if every dependency is met, some files may still be slightly different, which may cause problems.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5.&#039;&#039;&#039; Some programs run distributions specific scripts &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;With that said, it&#039;s best to use RPM&#039;s designed for your particular distribution. You can also use tools such as YUM to help with going cross distributions.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===YUM and Meta-Packagers===&lt;br /&gt;
Meta Packagers such as YUM, enable you to install a package and all it&#039;s dependencies using a single command line. Yum and tools like it search internet repositories, and automatically download and install programs for you. For a list of YUM commands, check the list below.&lt;br /&gt;
&lt;br /&gt;
[http://www.phy.duke.edu/~rgb/General/yum_article/yum_article/node20.html YUM Commands]&lt;br /&gt;
&lt;br /&gt;
==Debian Packaging==&lt;br /&gt;
Debian Notes&lt;br /&gt;
===APT Get===&lt;br /&gt;
&lt;br /&gt;
==Converting Packages==&lt;br /&gt;
Overview of Converting&lt;br /&gt;
===Alien===&lt;br /&gt;
Alien Overview&lt;br /&gt;
&lt;br /&gt;
===Conmpatibilty Issues===&lt;/div&gt;</summary>
		<author><name>Ryanblanchette</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=CNT-2311-Chapter_2_Notes&amp;diff=4071</id>
		<title>CNT-2311-Chapter 2 Notes</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=CNT-2311-Chapter_2_Notes&amp;diff=4071"/>
		<updated>2011-02-11T20:11:12Z</updated>

		<summary type="html">&lt;p&gt;Ryanblanchette: /* RPM Packaging */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
This is where we actually do an overview&lt;br /&gt;
&lt;br /&gt;
==Package Concepts==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Packages&#039;&#039;&#039; - A package consists of usually many files, with information about the file, including information that aids in the package management system.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Installed file database&#039;&#039;&#039; - A database of the installed files. All installed files should appear here.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Dependencies&#039;&#039;&#039; - Dependency information is the requirements of packages for one another. Ala, one package needs the other to work, and vice versa.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Checksums&#039;&#039;&#039; - checksums are information about files. they can be used to tell the validity of software, disk errors, accidental overwriting of and non-sinister files. It&#039;s not a subtle in detecting intrusions. &lt;br /&gt;
&lt;br /&gt;
Binary Package Creation - RPM and Debian packages systems provide tools to create binary packages.&lt;br /&gt;
&lt;br /&gt;
==RPM Packaging==&lt;br /&gt;
Redhat developed RPM for it&#039;s own personal distribution, but released freely thereafter. It soon became widely used as a cross platform tool. RPM packages look like the following example.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coolpackage&#039;&#039;&#039;-3.1.5-&#039;&#039;&#039;V&#039;&#039;&#039;.i368.rpm&lt;br /&gt;
&lt;br /&gt;
So that would be&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Packagename&#039;&#039;&#039;-Versionnumber-&#039;&#039;&#039;Build&#039;&#039;&#039;.Architecture.rpm&lt;br /&gt;
&lt;br /&gt;
For some examples of RPM commands, check the list below.&lt;br /&gt;
&lt;br /&gt;
[http://oss.sgi.com/LDP/HOWTO/RPM-for-Unix-HOWTO-5.html RPM Commands]&lt;br /&gt;
&lt;br /&gt;
===Compatibility issues with RPM and other Distributions===&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039; Distributions may use different versions of the RPM utilities. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039; An RPM package designed for one distribution may have dependencies not met by the current distribution.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.&#039;&#039;&#039; The RPM package may be built around a certain name or name arrangement, and if they don&#039;t match it might not work.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.&#039;&#039;&#039; Even if every dependency is met, some files may still be slightly different, which may cause problems.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5.&#039;&#039;&#039; Some programs run distributions specific scripts &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;With that said, it&#039;s best to use RPM&#039;s designed for your particular distribution. You can also use tools such as YUM to help with going cross distributions.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===YUM and Meta-Packagers===&lt;br /&gt;
Meta Packagers such as YUM, enable you to install a package and all it&#039;s dependencies using a single command line. Yum and tools like it search internet repositories, and automatically download and install programs for you. For a list of YUM commands, check the list below.&lt;br /&gt;
&lt;br /&gt;
[http://www.phy.duke.edu/~rgb/General/yum_article/yum_article/node20.html YUM Commands]&lt;br /&gt;
&lt;br /&gt;
==Debian Packaging==&lt;br /&gt;
Debian Notes&lt;br /&gt;
===APT Get===&lt;br /&gt;
&lt;br /&gt;
==Converting Packages==&lt;br /&gt;
Overview of Converting&lt;br /&gt;
===Alien===&lt;br /&gt;
Alien Overview&lt;br /&gt;
&lt;br /&gt;
===Conmpatibilty Issues===&lt;/div&gt;</summary>
		<author><name>Ryanblanchette</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=CNT-2311-Chapter_2_Notes&amp;diff=4070</id>
		<title>CNT-2311-Chapter 2 Notes</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=CNT-2311-Chapter_2_Notes&amp;diff=4070"/>
		<updated>2011-02-11T20:08:18Z</updated>

		<summary type="html">&lt;p&gt;Ryanblanchette: /* YUM and Meta-Packagers */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
This is where we actually do an overview&lt;br /&gt;
&lt;br /&gt;
==Package Concepts==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Packages&#039;&#039;&#039; - A package consists of usually many files, with information about the file, including information that aids in the package management system.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Installed file database&#039;&#039;&#039; - A database of the installed files. All installed files should appear here.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Dependencies&#039;&#039;&#039; - Dependency information is the requirements of packages for one another. Ala, one package needs the other to work, and vice versa.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Checksums&#039;&#039;&#039; - checksums are information about files. they can be used to tell the validity of software, disk errors, accidental overwriting of and non-sinister files. It&#039;s not a subtle in detecting intrusions. &lt;br /&gt;
&lt;br /&gt;
Binary Package Creation - RPM and Debian packages systems provide tools to create binary packages.&lt;br /&gt;
&lt;br /&gt;
==RPM Packaging==&lt;br /&gt;
Redhat developed RPM for it&#039;s own personal distribution, but released freely thereafter. It soon became widely used as a cross platform tool. RPM packages look like the following example.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coolpackage&#039;&#039;&#039;-3.1.5-&#039;&#039;&#039;V&#039;&#039;&#039;.i368.rpm&lt;br /&gt;
&lt;br /&gt;
So that would be&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Packagename&#039;&#039;&#039;-Versionnumber-&#039;&#039;&#039;Build&#039;&#039;&#039;.Architecture.rpm&lt;br /&gt;
&lt;br /&gt;
===Compatibility issues with RPM and other Distributions===&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039; Distributions may use different versions of the RPM utilities. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039; An RPM package designed for one distribution may have dependencies not met by the current distribution.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.&#039;&#039;&#039; The RPM package may be built around a certain name or name arrangement, and if they don&#039;t match it might not work.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.&#039;&#039;&#039; Even if every dependency is met, some files may still be slightly different, which may cause problems.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5.&#039;&#039;&#039; Some programs run distributions specific scripts &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;With that said, it&#039;s best to use RPM&#039;s designed for your particular distribution. You can also use tools such as YUM to help with going cross distributions.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===YUM and Meta-Packagers===&lt;br /&gt;
Meta Packagers such as YUM, enable you to install a package and all it&#039;s dependencies using a single command line. Yum and tools like it search internet repositories, and automatically download and install programs for you. For a list of YUM commands, check the list below.&lt;br /&gt;
&lt;br /&gt;
[http://www.phy.duke.edu/~rgb/General/yum_article/yum_article/node20.html YUM Commands]&lt;br /&gt;
&lt;br /&gt;
==Debian Packaging==&lt;br /&gt;
Debian Notes&lt;br /&gt;
===APT Get===&lt;br /&gt;
&lt;br /&gt;
==Converting Packages==&lt;br /&gt;
Overview of Converting&lt;br /&gt;
===Alien===&lt;br /&gt;
Alien Overview&lt;br /&gt;
&lt;br /&gt;
===Conmpatibilty Issues===&lt;/div&gt;</summary>
		<author><name>Ryanblanchette</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=CNT-2311-Chapter_2_Notes&amp;diff=4069</id>
		<title>CNT-2311-Chapter 2 Notes</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=CNT-2311-Chapter_2_Notes&amp;diff=4069"/>
		<updated>2011-02-11T20:07:08Z</updated>

		<summary type="html">&lt;p&gt;Ryanblanchette: /* Compatibility issues with RPM and other Distributions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
This is where we actually do an overview&lt;br /&gt;
&lt;br /&gt;
==Package Concepts==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Packages&#039;&#039;&#039; - A package consists of usually many files, with information about the file, including information that aids in the package management system.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Installed file database&#039;&#039;&#039; - A database of the installed files. All installed files should appear here.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Dependencies&#039;&#039;&#039; - Dependency information is the requirements of packages for one another. Ala, one package needs the other to work, and vice versa.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Checksums&#039;&#039;&#039; - checksums are information about files. they can be used to tell the validity of software, disk errors, accidental overwriting of and non-sinister files. It&#039;s not a subtle in detecting intrusions. &lt;br /&gt;
&lt;br /&gt;
Binary Package Creation - RPM and Debian packages systems provide tools to create binary packages.&lt;br /&gt;
&lt;br /&gt;
==RPM Packaging==&lt;br /&gt;
Redhat developed RPM for it&#039;s own personal distribution, but released freely thereafter. It soon became widely used as a cross platform tool. RPM packages look like the following example.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coolpackage&#039;&#039;&#039;-3.1.5-&#039;&#039;&#039;V&#039;&#039;&#039;.i368.rpm&lt;br /&gt;
&lt;br /&gt;
So that would be&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Packagename&#039;&#039;&#039;-Versionnumber-&#039;&#039;&#039;Build&#039;&#039;&#039;.Architecture.rpm&lt;br /&gt;
&lt;br /&gt;
===Compatibility issues with RPM and other Distributions===&lt;br /&gt;
&#039;&#039;&#039;1.&#039;&#039;&#039; Distributions may use different versions of the RPM utilities. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.&#039;&#039;&#039; An RPM package designed for one distribution may have dependencies not met by the current distribution.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.&#039;&#039;&#039; The RPM package may be built around a certain name or name arrangement, and if they don&#039;t match it might not work.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.&#039;&#039;&#039; Even if every dependency is met, some files may still be slightly different, which may cause problems.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;5.&#039;&#039;&#039; Some programs run distributions specific scripts &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;With that said, it&#039;s best to use RPM&#039;s designed for your particular distribution. You can also use tools such as YUM to help with going cross distributions.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===YUM and Meta-Packagers===&lt;br /&gt;
Meta Packagers such as YUM, enable you to install a package and all it&#039;s dependencies using a single command line. Yum and tools like it search internet repositories, and automatically download and install programs for you. For a list of YUM commands, check the list below.&lt;br /&gt;
[http://www.phy.duke.edu/~rgb/General/yum_article/yum_article/node20.html YUM Commands]&lt;br /&gt;
&lt;br /&gt;
==Debian Packaging==&lt;br /&gt;
Debian Notes&lt;br /&gt;
===APT Get===&lt;br /&gt;
&lt;br /&gt;
==Converting Packages==&lt;br /&gt;
Overview of Converting&lt;br /&gt;
===Alien===&lt;br /&gt;
Alien Overview&lt;br /&gt;
&lt;br /&gt;
===Conmpatibilty Issues===&lt;/div&gt;</summary>
		<author><name>Ryanblanchette</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=CNT-2311-Chapter_2_Notes&amp;diff=4068</id>
		<title>CNT-2311-Chapter 2 Notes</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=CNT-2311-Chapter_2_Notes&amp;diff=4068"/>
		<updated>2011-02-11T19:52:51Z</updated>

		<summary type="html">&lt;p&gt;Ryanblanchette: /* RPM Packaging */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
This is where we actually do an overview&lt;br /&gt;
&lt;br /&gt;
==Package Concepts==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Packages&#039;&#039;&#039; - A package consists of usually many files, with information about the file, including information that aids in the package management system.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Installed file database&#039;&#039;&#039; - A database of the installed files. All installed files should appear here.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Dependencies&#039;&#039;&#039; - Dependency information is the requirements of packages for one another. Ala, one package needs the other to work, and vice versa.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Checksums&#039;&#039;&#039; - checksums are information about files. they can be used to tell the validity of software, disk errors, accidental overwriting of and non-sinister files. It&#039;s not a subtle in detecting intrusions. &lt;br /&gt;
&lt;br /&gt;
Binary Package Creation - RPM and Debian packages systems provide tools to create binary packages.&lt;br /&gt;
&lt;br /&gt;
==RPM Packaging==&lt;br /&gt;
Redhat developed RPM for it&#039;s own personal distribution, but released freely thereafter. It soon became widely used as a cross platform tool. RPM packages look like the following example.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coolpackage&#039;&#039;&#039;-3.1.5-&#039;&#039;&#039;V&#039;&#039;&#039;.i368.rpm&lt;br /&gt;
&lt;br /&gt;
So that would be&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Packagename&#039;&#039;&#039;-Versionnumber-&#039;&#039;&#039;Build&#039;&#039;&#039;.Architecture.rpm&lt;br /&gt;
&lt;br /&gt;
===Compatibility issues with RPM and other Distributions===&lt;br /&gt;
&lt;br /&gt;
==Debian Packaging==&lt;br /&gt;
Debian Notes&lt;br /&gt;
===APT Get===&lt;br /&gt;
&lt;br /&gt;
==Converting Packages==&lt;br /&gt;
Overview of Converting&lt;br /&gt;
===Alien===&lt;br /&gt;
Alien Overview&lt;br /&gt;
&lt;br /&gt;
===Conmpatibilty Issues===&lt;/div&gt;</summary>
		<author><name>Ryanblanchette</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=CNT-2311-Chapter_2_Notes&amp;diff=4067</id>
		<title>CNT-2311-Chapter 2 Notes</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=CNT-2311-Chapter_2_Notes&amp;diff=4067"/>
		<updated>2011-02-11T19:50:57Z</updated>

		<summary type="html">&lt;p&gt;Ryanblanchette: /* RPM Packaging */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
This is where we actually do an overview&lt;br /&gt;
&lt;br /&gt;
==Package Concepts==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Packages&#039;&#039;&#039; - A package consists of usually many files, with information about the file, including information that aids in the package management system.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Installed file database&#039;&#039;&#039; - A database of the installed files. All installed files should appear here.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Dependencies&#039;&#039;&#039; - Dependency information is the requirements of packages for one another. Ala, one package needs the other to work, and vice versa.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Checksums&#039;&#039;&#039; - checksums are information about files. they can be used to tell the validity of software, disk errors, accidental overwriting of and non-sinister files. It&#039;s not a subtle in detecting intrusions. &lt;br /&gt;
&lt;br /&gt;
Binary Package Creation - RPM and Debian packages systems provide tools to create binary packages.&lt;br /&gt;
&lt;br /&gt;
==RPM Packaging==&lt;br /&gt;
Redhat developed RPM for it&#039;s own personal distribution, but released freely thereafter. It soon became widely used as a cross platform tool. RPM packages look like the following example.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coolpackage&#039;&#039;&#039;-3.1.5-&#039;&#039;&#039;V&#039;&#039;&#039;.i368.rpm&lt;br /&gt;
&lt;br /&gt;
So that would be&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Packagename&#039;&#039;&#039;-Versionnumber-&#039;&#039;&#039;Build&#039;&#039;&#039;.Architecture.rpm&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Yum===&lt;br /&gt;
&lt;br /&gt;
==Debian Packaging==&lt;br /&gt;
Debian Notes&lt;br /&gt;
===APT Get===&lt;br /&gt;
&lt;br /&gt;
==Converting Packages==&lt;br /&gt;
Overview of Converting&lt;br /&gt;
===Alien===&lt;br /&gt;
Alien Overview&lt;br /&gt;
&lt;br /&gt;
===Conmpatibilty Issues===&lt;/div&gt;</summary>
		<author><name>Ryanblanchette</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=CNT-2311-Chapter_2_Notes&amp;diff=4066</id>
		<title>CNT-2311-Chapter 2 Notes</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=CNT-2311-Chapter_2_Notes&amp;diff=4066"/>
		<updated>2011-02-11T19:50:37Z</updated>

		<summary type="html">&lt;p&gt;Ryanblanchette: /* RPM Packaging */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
This is where we actually do an overview&lt;br /&gt;
&lt;br /&gt;
==Package Concepts==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Packages&#039;&#039;&#039; - A package consists of usually many files, with information about the file, including information that aids in the package management system.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Installed file database&#039;&#039;&#039; - A database of the installed files. All installed files should appear here.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Dependencies&#039;&#039;&#039; - Dependency information is the requirements of packages for one another. Ala, one package needs the other to work, and vice versa.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Checksums&#039;&#039;&#039; - checksums are information about files. they can be used to tell the validity of software, disk errors, accidental overwriting of and non-sinister files. It&#039;s not a subtle in detecting intrusions. &lt;br /&gt;
&lt;br /&gt;
Binary Package Creation - RPM and Debian packages systems provide tools to create binary packages.&lt;br /&gt;
&lt;br /&gt;
==RPM Packaging==&lt;br /&gt;
Redhat developed RPM for it&#039;s own personal distribution, but released freely thereafter. It soon became widely used as a cross platform tool. RPM packages look like the following example.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coolpackage&#039;&#039;&#039;-3.1.5-&#039;&#039;&#039;V&#039;&#039;&#039;.i368.rpm&lt;br /&gt;
So that would be&lt;br /&gt;
&#039;&#039;&#039;Packagename&#039;&#039;&#039;-Versionnumber-&#039;&#039;&#039;Build&#039;&#039;&#039;.Architecture.rpm&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Yum===&lt;br /&gt;
&lt;br /&gt;
==Debian Packaging==&lt;br /&gt;
Debian Notes&lt;br /&gt;
===APT Get===&lt;br /&gt;
&lt;br /&gt;
==Converting Packages==&lt;br /&gt;
Overview of Converting&lt;br /&gt;
===Alien===&lt;br /&gt;
Alien Overview&lt;br /&gt;
&lt;br /&gt;
===Conmpatibilty Issues===&lt;/div&gt;</summary>
		<author><name>Ryanblanchette</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=CNT-2311-Chapter_2_Notes&amp;diff=4065</id>
		<title>CNT-2311-Chapter 2 Notes</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=CNT-2311-Chapter_2_Notes&amp;diff=4065"/>
		<updated>2011-02-11T19:49:06Z</updated>

		<summary type="html">&lt;p&gt;Ryanblanchette: /* RPM Packaging */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
This is where we actually do an overview&lt;br /&gt;
&lt;br /&gt;
==Package Concepts==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Packages&#039;&#039;&#039; - A package consists of usually many files, with information about the file, including information that aids in the package management system.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Installed file database&#039;&#039;&#039; - A database of the installed files. All installed files should appear here.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Dependencies&#039;&#039;&#039; - Dependency information is the requirements of packages for one another. Ala, one package needs the other to work, and vice versa.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Checksums&#039;&#039;&#039; - checksums are information about files. they can be used to tell the validity of software, disk errors, accidental overwriting of and non-sinister files. It&#039;s not a subtle in detecting intrusions. &lt;br /&gt;
&lt;br /&gt;
Binary Package Creation - RPM and Debian packages systems provide tools to create binary packages.&lt;br /&gt;
&lt;br /&gt;
==RPM Packaging==&lt;br /&gt;
Redhat developed RPM for it&#039;s own personal distribution, but released freely thereafter. It soon became widely used as a cross platform tool. RPM packages look like the following example.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coolpackage&#039;&#039;&#039;-&#039;&#039;3.1.5&#039;&#039;-&#039;&#039;&#039;V&#039;&#039;&#039;.&#039;&#039;i368&#039;&#039;.rpm&lt;br /&gt;
So that would be&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Yum===&lt;br /&gt;
&lt;br /&gt;
==Debian Packaging==&lt;br /&gt;
Debian Notes&lt;br /&gt;
===APT Get===&lt;br /&gt;
&lt;br /&gt;
==Converting Packages==&lt;br /&gt;
Overview of Converting&lt;br /&gt;
===Alien===&lt;br /&gt;
Alien Overview&lt;br /&gt;
&lt;br /&gt;
===Conmpatibilty Issues===&lt;/div&gt;</summary>
		<author><name>Ryanblanchette</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=CNT-2311-Chapter_2_Notes&amp;diff=4064</id>
		<title>CNT-2311-Chapter 2 Notes</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=CNT-2311-Chapter_2_Notes&amp;diff=4064"/>
		<updated>2011-02-11T19:42:49Z</updated>

		<summary type="html">&lt;p&gt;Ryanblanchette: /* Managing Shared Libraries */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
This is where we actually do an overview&lt;br /&gt;
&lt;br /&gt;
==Package Concepts==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Packages&#039;&#039;&#039; - A package consists of usually many files, with information about the file, including information that aids in the package management system.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Installed file database&#039;&#039;&#039; - A database of the installed files. All installed files should appear here.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Dependencies&#039;&#039;&#039; - Dependency information is the requirements of packages for one another. Ala, one package needs the other to work, and vice versa.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Checksums&#039;&#039;&#039; - checksums are information about files. they can be used to tell the validity of software, disk errors, accidental overwriting of and non-sinister files. It&#039;s not a subtle in detecting intrusions. &lt;br /&gt;
&lt;br /&gt;
Binary Package Creation - RPM and Debian packages systems provide tools to create binary packages.&lt;br /&gt;
&lt;br /&gt;
==RPM Packaging==&lt;br /&gt;
RPM Notes&lt;br /&gt;
===Yum===&lt;br /&gt;
&lt;br /&gt;
==Debian Packaging==&lt;br /&gt;
Debian Notes&lt;br /&gt;
===APT Get===&lt;br /&gt;
&lt;br /&gt;
==Converting Packages==&lt;br /&gt;
Overview of Converting&lt;br /&gt;
===Alien===&lt;br /&gt;
Alien Overview&lt;br /&gt;
&lt;br /&gt;
===Conmpatibilty Issues===&lt;/div&gt;</summary>
		<author><name>Ryanblanchette</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=CNT-2311-Chapter_2_Notes&amp;diff=4012</id>
		<title>CNT-2311-Chapter 2 Notes</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=CNT-2311-Chapter_2_Notes&amp;diff=4012"/>
		<updated>2011-01-25T19:00:41Z</updated>

		<summary type="html">&lt;p&gt;Ryanblanchette: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
This is where we actually do an overview&lt;br /&gt;
&lt;br /&gt;
==Managing Shared Libraries==&lt;br /&gt;
Notes&lt;br /&gt;
&lt;br /&gt;
==RPM Packaging==&lt;br /&gt;
RPM Notes&lt;br /&gt;
===Yum===&lt;br /&gt;
&lt;br /&gt;
==Debian Packaging==&lt;br /&gt;
Debian Notes&lt;br /&gt;
===APT Get===&lt;br /&gt;
&lt;br /&gt;
==Converting Packages==&lt;br /&gt;
Overview of Converting&lt;br /&gt;
===Alien===&lt;br /&gt;
Alien Overview&lt;br /&gt;
&lt;br /&gt;
===Conmpatibilty Issues===&lt;/div&gt;</summary>
		<author><name>Ryanblanchette</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=CNT-2311-Chapter_2_Notes&amp;diff=4011</id>
		<title>CNT-2311-Chapter 2 Notes</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=CNT-2311-Chapter_2_Notes&amp;diff=4011"/>
		<updated>2011-01-25T18:58:43Z</updated>

		<summary type="html">&lt;p&gt;Ryanblanchette: /* RPG Packaging */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
This is where we actually do an overview&lt;br /&gt;
&lt;br /&gt;
==Managing Shared Libraries==&lt;br /&gt;
Notes&lt;br /&gt;
&lt;br /&gt;
==RPM Packaging==&lt;br /&gt;
RPM Notes&lt;br /&gt;
===Yum===&lt;/div&gt;</summary>
		<author><name>Ryanblanchette</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=CNT-2311-Chapter_2_Notes&amp;diff=4010</id>
		<title>CNT-2311-Chapter 2 Notes</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=CNT-2311-Chapter_2_Notes&amp;diff=4010"/>
		<updated>2011-01-25T18:56:16Z</updated>

		<summary type="html">&lt;p&gt;Ryanblanchette: /* How to Wrestle Aligator */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
This is where we actually do an overview&lt;br /&gt;
&lt;br /&gt;
==Managing Shared Libraries==&lt;br /&gt;
Notes&lt;br /&gt;
&lt;br /&gt;
==RPG Packaging==&lt;/div&gt;</summary>
		<author><name>Ryanblanchette</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=CNT-2311-Chapter_2_Notes&amp;diff=4009</id>
		<title>CNT-2311-Chapter 2 Notes</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=CNT-2311-Chapter_2_Notes&amp;diff=4009"/>
		<updated>2011-01-25T18:41:50Z</updated>

		<summary type="html">&lt;p&gt;Ryanblanchette: /* Batman */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
This is where we actually do an overview&lt;br /&gt;
&lt;br /&gt;
==Managing Shared Libraries==&lt;br /&gt;
Notes&lt;br /&gt;
&lt;br /&gt;
==RPG Packaging== &lt;br /&gt;
&lt;br /&gt;
==How to Wrestle Aligator==&lt;br /&gt;
===Yum===&lt;/div&gt;</summary>
		<author><name>Ryanblanchette</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=CNT-2311-Chapter_2_Notes&amp;diff=4008</id>
		<title>CNT-2311-Chapter 2 Notes</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=CNT-2311-Chapter_2_Notes&amp;diff=4008"/>
		<updated>2011-01-25T18:41:42Z</updated>

		<summary type="html">&lt;p&gt;Ryanblanchette: /* Yum */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
This is where we actually do an overview&lt;br /&gt;
&lt;br /&gt;
==Managing Shared Libraries==&lt;br /&gt;
Notes&lt;br /&gt;
&lt;br /&gt;
==RPG Packaging== &lt;br /&gt;
&lt;br /&gt;
==How to Wrestle Aligator==&lt;br /&gt;
===Yum===&lt;br /&gt;
====Batman====&lt;/div&gt;</summary>
		<author><name>Ryanblanchette</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=CNT-2311-Chapter_2_Notes&amp;diff=4007</id>
		<title>CNT-2311-Chapter 2 Notes</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=CNT-2311-Chapter_2_Notes&amp;diff=4007"/>
		<updated>2011-01-25T18:41:09Z</updated>

		<summary type="html">&lt;p&gt;Ryanblanchette: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
This is where we actually do an overview&lt;br /&gt;
&lt;br /&gt;
==Managing Shared Libraries==&lt;br /&gt;
Notes&lt;br /&gt;
&lt;br /&gt;
==RPG Packaging== &lt;br /&gt;
&lt;br /&gt;
==How to Wrestle Aligator==&lt;br /&gt;
===Yum===&lt;/div&gt;</summary>
		<author><name>Ryanblanchette</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=CNT-2311-Chapter_2_Notes&amp;diff=4006</id>
		<title>CNT-2311-Chapter 2 Notes</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=CNT-2311-Chapter_2_Notes&amp;diff=4006"/>
		<updated>2011-01-25T18:39:37Z</updated>

		<summary type="html">&lt;p&gt;Ryanblanchette: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
This is where we actually do an overview&lt;br /&gt;
&lt;br /&gt;
==Managing Shared Libraries==&lt;br /&gt;
Notes&lt;br /&gt;
&lt;br /&gt;
==RPG Packaging== &lt;br /&gt;
&lt;br /&gt;
==How to Wrestle Aligator==&lt;/div&gt;</summary>
		<author><name>Ryanblanchette</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=CNT-2311-Chapter_2_Notes&amp;diff=4005</id>
		<title>CNT-2311-Chapter 2 Notes</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=CNT-2311-Chapter_2_Notes&amp;diff=4005"/>
		<updated>2011-01-25T18:38:42Z</updated>

		<summary type="html">&lt;p&gt;Ryanblanchette: /* Managing Shared Libraries */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Overview ==&lt;br /&gt;
This is where we actually do an overview&lt;br /&gt;
&lt;br /&gt;
==Managing Shared Libraries==&lt;br /&gt;
Notes&lt;/div&gt;</summary>
		<author><name>Ryanblanchette</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=CNT-2311-Chapter_2_Notes&amp;diff=4004</id>
		<title>CNT-2311-Chapter 2 Notes</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=CNT-2311-Chapter_2_Notes&amp;diff=4004"/>
		<updated>2011-01-25T18:36:15Z</updated>

		<summary type="html">&lt;p&gt;Ryanblanchette: /* Overview */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Overview ==&lt;br /&gt;
This is where we actually do an overview&lt;br /&gt;
&lt;br /&gt;
==Managing Shared Libraries==&lt;/div&gt;</summary>
		<author><name>Ryanblanchette</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=CNT-2311-Chapter_2_Notes&amp;diff=4003</id>
		<title>CNT-2311-Chapter 2 Notes</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=CNT-2311-Chapter_2_Notes&amp;diff=4003"/>
		<updated>2011-01-25T18:35:47Z</updated>

		<summary type="html">&lt;p&gt;Ryanblanchette: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Overview ==&lt;br /&gt;
This is where we actually do an overview&lt;/div&gt;</summary>
		<author><name>Ryanblanchette</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=Franske_CNT-2311&amp;diff=4000</id>
		<title>Franske CNT-2311</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=Franske_CNT-2311&amp;diff=4000"/>
		<updated>2011-01-25T18:33:14Z</updated>

		<summary type="html">&lt;p&gt;Ryanblanchette: /* Chapter Project Notes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is the homepage for the CNT-2311 classes taught by Dr. Ben Franske.&lt;br /&gt;
&lt;br /&gt;
== General Course Information ==&lt;br /&gt;
* [http://spreadsheets.google.com/a/ihcnt.net/viewform?formkey=dDlkdms5VDhkSktkTHRVaVNoVDh0UlE6MQ First Day Sign In Form]&lt;br /&gt;
* [[Franske CNT-2311 Syllabus|Course Syllabus]]&lt;br /&gt;
* [[Franske CNT-2311 SP11 Schedule|Spring 2011 Course Schedule]]&lt;br /&gt;
* [[Franske CNT-2311 Chapter Project SP11 Groups|Spring 2011 Chapter Project Groups]]&lt;br /&gt;
* [[Franske CNT-2311 Labs|Lab List]]&lt;br /&gt;
* [[Franske CNT-2311 Chapter Project Assignment|Chapter Project Assignment]]&lt;br /&gt;
* [[Franske Lab Report Format|Lab Report Format]]&lt;br /&gt;
&lt;br /&gt;
== Chapter Project Notes ==&lt;br /&gt;
[[CNT-2311-Chapter 2 Notes]]&lt;br /&gt;
&lt;br /&gt;
== Projects ==&lt;br /&gt;
&lt;br /&gt;
* [[Dual Booting Ubuntu and Windows 7]]&lt;br /&gt;
* [[GUID Partiton Table]]&lt;br /&gt;
* [[Linux VLAN Trunking]]&lt;br /&gt;
* [[Installing Webmin]]&lt;br /&gt;
* [[Nat Masquerading and Firewall]]&lt;br /&gt;
* [[Control Web Access With Squid]]&lt;br /&gt;
* [[Installing MyBB Forum]]&lt;br /&gt;
* [[openvpn]]&lt;br /&gt;
* [[Zoneminder]]&lt;br /&gt;
* [[Understanding Linux Permission Sets]]&lt;br /&gt;
* [[Franske CNT-2311 SP10 Commands|Spring 2010 Commands by Session]]&lt;br /&gt;
* [[Converting VMWare .vmdk To VirtualBox .vdi Using Qemu+ and VBoxManage]]&lt;br /&gt;
* [[Linux command guide]]&lt;br /&gt;
* [[Windows File Sharing and Printer Sharing with SAMBA]]&lt;br /&gt;
* [[How to Setup NAT]]&lt;br /&gt;
* [[Linux-command-list]]&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
* [[Writing Moodle Questions]]&lt;br /&gt;
* [[Editing Moodle Questions]]&lt;br /&gt;
=== Software ===&lt;br /&gt;
* [http://www.virtualbox.org Virtualbox]&lt;br /&gt;
** [[VirtualBox Startup Script]]&lt;br /&gt;
===Regular Expressions, Grep and SED===&lt;br /&gt;
* [http://www.zytrax.com/tech/web/regex.htm Regular Expressions - A Simple User Guide]&lt;br /&gt;
* [http://linuxreviews.org/beginner/tao_of_regular_expressions Tao of Regular Expressions]&lt;br /&gt;
=== Major Linux Distributions ===&lt;br /&gt;
* [http://www.debian.org Debian]&lt;br /&gt;
** [http://www.ubuntu.com Ubuntu]&lt;br /&gt;
* [http://www.redhat.com Redhat Enterprise Linux (RHEL)]&lt;br /&gt;
** [http://centos.org CentOS]&lt;br /&gt;
** [http://fedoraproject.org Fedora]&lt;br /&gt;
* [http://www.gentoo.org Gentoo]&lt;br /&gt;
* [http://www.opensuse.org OpenSUSE (Novell)]&lt;br /&gt;
=== Online Linux Tutuorials ===&lt;br /&gt;
* [http://www.linux.org/lessons/beginner Beginning Linux from Linux.org]&lt;br /&gt;
* [https://help.ubuntu.com/community/PostfixBasicSetupHowto Postfix Basic Setup]&lt;/div&gt;</summary>
		<author><name>Ryanblanchette</name></author>
	</entry>
	<entry>
		<id>https://wiki.ihitc.net/mediawiki/index.php?title=CNT-2311-Chapter_2_Notes&amp;diff=3998</id>
		<title>CNT-2311-Chapter 2 Notes</title>
		<link rel="alternate" type="text/html" href="https://wiki.ihitc.net/mediawiki/index.php?title=CNT-2311-Chapter_2_Notes&amp;diff=3998"/>
		<updated>2011-01-25T18:27:17Z</updated>

		<summary type="html">&lt;p&gt;Ryanblanchette: Created page with &amp;#039;Yo! MTV Raps&amp;#039;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Yo! MTV Raps&lt;/div&gt;</summary>
		<author><name>Ryanblanchette</name></author>
	</entry>
</feed>