| VectorLinux |
|
May 19, 2013, 07:10:31 pm
|
|||
|
|||
| 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! |
|
1
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).
|
||
|
2
on: Today at 11:53:39 am
|
||
| Started by Locator - Last post by retired1af | ||
|
How about installpkg programname.tar.gz Bigpaws ![]() Wouldn't that be installpkg programname.tgz or txz? |
||
|
3
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 |
||
|
4
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.
|
||
|
5
on: Today at 09:46:23 am
|
||
| Started by syncdram - Last post by syncdram | ||
|
23 to 68. Quite a drop....
![]() |
||
|
6
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 |
||
|
7
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?
|
||
|
8
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:"). 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 |
||
|
9
The nuts and bolts / Networking & Security / Re: ID number for network card for usb dongle huawei E353
on: May 18, 2013, 10:07:35 am
|
||
| Started by textillis - Last post by bigpaws | ||
|
You did not refer to which VL version you are using. Also
please when referencing a link post it so we can see what you are following. I was a little confused which is your output and which is the example output. You referenced this: Bus 001 Device 003: ID 12d1:1506 Huawei Technologies Co., Ltd. E398 LTE/UMTS/GSM Modem/Networkcard Then say there is no device id. If the above is your output then your address is 12d1:1506 I found this forum post that may help: http://forum.vectorlinux.com/index.php?topic=9443.0 There is a reference to usb modeswitch. HTH Bigpaws |
||
|
10
on: May 18, 2013, 04:22:10 am
|
||
| Started by uncc1996 - Last post by uncc1996 | ||
|
I want to install anacron, but VL's default repository doesn't have it. Will someone please point me to a repository I can use?
edit: disregard. I found it on Sourceforge http://sourceforge.net/projects/anacron/files/anacron/2.3/ |
||