Now open a Terminal window. In Terminal you'll copy the two files to their respective locations.

Type the following commands ("sudo" is necessary since will need to run as administrator) to copy the dpkg-scanpackages
file to the /usr/bin folder and make it executable:
Code:
sudo cp /home/username/Desktop/cydia-repo/dpkg-scanpackages /usr/bin
sudo chmod 0777 /usr/bin/dpkg-scanpackages

Notice that after running the first command, you'll be prompted for your password before continuing to the second.

Type the following commands to copy the dpkg-gettext.pl file to the /etc/perl folder and make it executable:
Code:
sudo cp /home/username/Desktop/cydia-repo/dpkg-gettext.pl /etc/perl
sudo chmod 0777 /etc/perl/dpkg-gettext.pl

Here is the /usr/bin folder:

Here is the /etc/perl folder:
Bookmarks