VectorLinux
May 19, 2013, 09:27:55 pm *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Visit our home page for VL info. To search the old message board go to http://vectorlinux.com/forum1. The first VL forum is temporarily offline until we can find a host for it. Thanks for your patience.
 
Now powered by KnowledgeDex.
   Home   Help Search Login Register  
Please support VectorLinux!
Pages: [1] 2 3 ... 10
 1 
 on: Today at 08:43:15 pm 
Started by Locator - Last post by bigpaws
http://www.avidemux.org/admWiki/doku.php

The install setup states that after dependencies are met. That an installable
package is made.

Locator has not stated that he has met the deps.

Compiling usually is to untar, then config and then make and last
make install.

This is not a simple program to compile let alone create a package.

For most programs to compile and install

config (after checking the config options)
make
make install

The above does not make a package. Therefore none of the packaging
tools will handle removing or updating the program.

If you want to learn about packaging the easiest place to start is here:

http://forum.vectorlinux.com/index.php?topic=17379

NOTE: You need a clean system (meaning no packages added) to
make proper packages. That can be done either in a chroot, VM
or a LXDE container.  Also upgrading your deps can trash your system
due to changing the deps to otehr programs.

There is already a package made according to this:

http://forum.vectorlinux.com/index.php?topic=17247

Locator made a request for avidmux on 4/13/2013 for version
2.6.1.

His request:
http://forum.vectorlinux.com/index.php?topic=17501

The date on the package that was announced for 2.6.1 was done
on December 22, 2012.

Probably why his request 4 months after the package was made was
not answered.

If there is a program you want and it is not listed in the packagers
then try the search bar in the forum. It will search the forum, the support
system and the website resource.

This should not be in the FAQS as roarde has mentioned. I hope this
clears  things up for the two matters. The package request and
how to make packages.


Bigpaws
 





 2 
 on: Today at 07:23:53 pm 
Started by Locator - Last post by roarde
According to the subtitle of this forum, and this sticky, this is not the place to ask questions, but rather to post definitive answers to Frequently Asked Questions.

BUT
Putting aside Locator's frequency in asking this question, the question itself certainly qualifies. It's an easily misunderstood subject.

We need this FAQ. If someone has the time and ability, posting it would save us all time and grief.

thanks

 3 
 on: Today at 05:21:05 pm 
Started by Locator - Last post by Locator
Normally yes, but I am trying to install Avidemux 2.6.4 from http://downloads.sourceforge.net/avidemux/avidemux_2.6.4.tar.gz (as far as I can tell, it doesn't come in .tgz or .txz format), and vpackager won't convert .tar.gz files to .tgz or .txz format either (I know, I have tried doing that).

 4 
 on: Today at 11:53:39 am 
Started by Locator - Last post by retired1af

How about installpkg programname.tar.gz

Bigpaws

 Shocked

Wouldn't that be installpkg programname.tgz or txz?

 5 
 on: Today at 11:35:00 am 
Started by Locator - Last post by bigpaws
Quote
and as far as I can tell, the software in question STILL didn't install

Did you think about asking on their forum?
http://www.avidemux.org/smf/index.php

How about installpkg programname.tar.gz

Bigpaws

 6 
 on: Today at 10:42:01 am 
Started by Locator - Last post by Locator
I read those documents in their entirety and did what the instructions said - and as far as I can tell, the software in question STILL didn't install - and by the way ... I'm not asking how to compile the software, I'm asking how to install it to my operating system once it's compiled. I thought I made that clear when I first asked the question.

 7 
 on: Today at 09:46:23 am 
Started by syncdram - Last post by syncdram
23 to 68. Quite a drop....Sad

 8 
 on: May 18, 2013, 06:47:03 pm 
Started by Locator - Last post by bigpaws
Locator you asked the same question on May 2, 2013

http://forum.vectorlinux.com/index.php?topic=17533.msg96799#msg96799

Why do you continue to do this. Ask the same question multiple times?

You are asking for ways to compile software. From the above mentioned
post this wiki explains how to compile and install the software.

http://www.avidemux.org/admWiki/doku.php

Please start reading the documents first.

Bigpaws


 9 
 on: May 18, 2013, 03:28:51 pm 
Started by Locator - Last post by Locator
How do I go about installing software to Vector Linux 7.0 from .tar.gz files?

 10 
 on: May 18, 2013, 12:31:35 pm 
Started by textillis - Last post by roarde
Bigpaws' link is a good one.

edit: I reread your post and saw your main concern is burning up your download limit. Ignore the stricken text and proceed to the instructions for wget ("Code:").
Use the browser you posted here with. Be sure to right-click on the link and choose "save link as" or similar. If that works, you should grab this too:
http://ftp-osl.osuosl.org/pub/vectorlinux/VL64-7.0/iso-release/VL64-7.0.1-STD-FINAL.iso.md5sum.txt
Read the md5sum command below to verify your download.


Surest way I know of is open a terminal and:
Code:
mkdir download
cd download
wget -c http://ftp-osl.osuosl.org/pub/vectorlinux/VL64-7.0/iso-release/VL64-7.0.1-STD-FINAL.iso.md5sum.txt http://ftp-osl.osuosl.org/pub/vectorlinux/VL64-7.0/iso-release/VL64-7.0.1-STD-FINAL.iso

The "-c" is for "continue". It's ok to use this on the first attempt; using it on subsequent attempts should allow you to complete an aborted download rather than starting from scratch. The first URL there grabs the md5sum so you can verify your download.
Code:
md5sum -c VL64-7.0.1-STD-FINAL.iso.md5sum.txt
It should return "VL64-7.0.1-STD-FINAL.iso OK".

The md5sum.txt file is very, very small, and restarting downloads with wget is cheap as far as data use goes. Of course you'll still use the amount necessary to grab the file, but you should have a good one when you're done. There's a way to try starting with any partial file you have, but I give it a low chance of success and don't suggest it.

edit: Changed my mind. mkdir download, cd download. If you have a partial file (mostly complete from what you said) copy it here. Be sure the name matches. If not,     mv <oldname> VL64-7.0.1-STD-FINAL.iso       Then do the complete wget and md5sum commands from above.

If the filesize you have is what you say, trying this first will cost very few bytes. If it doesn't work, delete the ISO, take a deep breath, say bye to most of another GB of use, and rerun the wget and md5sum commands. OR: there's a way to lop off the last several bytes of a previous attempt and try again using "dd". If you'd like to try that, post back. I probably won't be here, but someone else will know what I'm saying and send the info.

Good luck, HTH

Pages: [1] 2 3 ... 10
Powered by MySQL Powered by PHP Powered by SMF 1.1.14 | SMF © 2006-2011, Simple Machines LLC Valid XHTML 1.0! Valid CSS!