Recent

Author Topic: [Solved] Daily Snapshot deb packages installation  (Read 4715 times)

dcelso

  • Full Member
  • ***
  • Posts: 158
[Solved] Daily Snapshot deb packages installation
« on: September 21, 2012, 12:17:19 am »
Hello to all,
Im try to install Daily Snapshot for i386 in my debian pc.

I  tryed install all .deb inside of archive but I dont know what is the correct order.

I tryed several convinations without sucess.

Anyone know what are the steps to install daly snapshot in debian?

Currenly I have  0.9.30.4 installed from aptitude tools.
« Last Edit: September 21, 2012, 10:45:39 pm by dcelso »

IndianaJones

  • Hero Member
  • *****
  • Posts: 509
Re: Daily Snapshot deb packages installation
« Reply #1 on: September 21, 2012, 02:58:16 am »

1. first, apt-get remove/purge 0.9.30.4 package. To list installed deb file/files execute, dpkg -l | grep -i lazarus.
2. get the fpc and lazarus deb files from the Snapshot.
3. untar fpc first.
4. dpkg -i fp*.deb
5. untar lazarus tar file.
6. like in step 4 install lazarus packages.
7. if it gives dependency error, use apt-get install <package_name> to install dependency packages.
8. end of the story. :)

dcelso

  • Full Member
  • ***
  • Posts: 158
Re: Daily Snapshot deb packages installation
« Reply #2 on: September 21, 2012, 01:25:15 pm »
Very thanks, I done this steps
Code: [Select]
aptitude install libsvga1-dev libogg-dev libvorbis-dev a52dec-dev libdts-dev libmad0-dev libmodplug-dev libsdl-mixer1.2-dev libgtk2.0-dev

dpkg -i fp*.deb

aptitude install libqt4pas-dev

dpkg -i l*.deb


But, what I need to install new versions? How I unnistall those .debs ?
Thanks again.

BigChimp

  • Hero Member
  • *****
  • Posts: 5740
  • Add to the wiki - it's free ;)
    • FPCUp, PaperTiger scanning and other open source projects
Re: Daily Snapshot deb packages installation
« Reply #3 on: September 21, 2012, 01:35:07 pm »
man dpkg
Want quicker answers to your questions? Read http://wiki.lazarus.freepascal.org/Lazarus_Faq#What_is_the_correct_way_to_ask_questions_in_the_forum.3F

Open source including papertiger OCR/PDF scanning:
https://bitbucket.org/reiniero

Lazarus trunk+FPC trunk x86, Windows x64 unless otherwise specified

IndianaJones

  • Hero Member
  • *****
  • Posts: 509
Re: Daily Snapshot deb packages installation
« Reply #4 on: September 21, 2012, 02:28:10 pm »

if you want to remove/purge the old lazarus package/packages. You can try two methods.
1. dpkg -P <package_name_to_remove>
2. apt-get purge <package_name>

if you want to get the installed package names. The following command shows all the installed packages in the system.
dpkg -l

 

TinyPortal © 2005-2018