|
That's not a valid item!!!
[ Source ]
Backporting flashplugin-nonfree from unstable sid to testing lenny
Created: 2008-09-06 13:21:00
Modified: 2008-10-12 23:45:00 Categories: internet debian Keywords: flashplugin-nonfree flash plugin nonfree non free Description: This article talk about how you may need to backport the flashplugin-nonfree from unstable (sid) to testing (Lenny). As the flashplugin-nonfree isn't available for testing (Lenny) at the time of writing this article. The way we use to backport this package is the same for other packages. Table Of ContentsIntroductionSince some months, the nonfree flashplugin isn't available anymore in the
testing (Lenny) release of In this article i will show you how you may backport the Backporting flashplugin-nonfree from the unstable releaseAs first, create some directory somewhere where you go to place all the files you will download and create: mkdir -p ~/sources/my-backports/lenny/flashplugin-nonfree cd ~/sources/my-backports/lenny/flashplugin-nonfree Log now in as root user: We now need to modify the deb-src http://ftp.kulnet.kuleuven.ac.be/debian/ unstable main non-free contrib Use your local mirror for the source line! Update the packages list: aptitude update After you have done the whole setup, don't forget to comment this source line with putting a '#' in front of the line. Update then again the package list All the required tools to build packages, compile stuff from source needs to be installed: aptitude install build-essential fakeroot Some packages require extra tools to be installed if you want to be able to compile it from source: apt-get build-dep flashplugin-nonfree Exit the root session an now log in as normal user: We can now create the debian deb file based on the source we got. As normal user do: apt-get -b source flashplugin-nonfree This create a directory and some files: flashplugin-nonfree-1.7.2/ flashplugin-nonfree_1.7.2_i386.changes flashplugin-nonfree_1.7.2.tar.gz flashplugin-nonfree_1.7.2.dsc Log in as root user: Install the resultant debs: dpkg -i flashplugin-nonfree_1.7.2_i386.deb You can now leave the root session. Close You can now eventually cleanup the downloaded/created files. I recommend to keep the deb file if you need to reinstall this on your computer or want to install it on another computer of the same architecture. See also
Comments leaved by users (total: 0)
Add a comment[ Toggle on/off history ] Item History:
|
|
||||||||||||||||||||||||||||||||||