LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Microlinux / MLED
User Name
Password
Microlinux / MLED This forum is for the discussion of MLED (Microlinux Enterprise Desktop).

Notices


Reply
  Search this Thread
Old 09-01-2016, 09:52 PM   #1
offgridguy
Senior Member
 
Registered: Nov 2015
Location: Alberta Canada
Distribution: Windows10, Debian
Posts: 1,109

Rep: Reputation: 147Reputation: 147
offline installation


I was reading the FAQ regarding offline installation.

Quote:
Can I do an offline installation?

Yes, of course. First, use a PC connected to the Internet and grab all packages and scripts corresponding to your MLED version and architecture. You can use wget to do this. Take a peek at man wget for the options, and beware of trailing slashes:

$ wget -c -r -np -nH --cut-dirs=1 \
http://www.microlinux.fr/microlinux/desktop-14.2-32bit/

Or:

$ wget -c -r -np -nH --cut-dirs=1 \
http://www.microlinux.fr/microlinux/desktop-14.2-64bit/

Put all that stuff on a USB disk or burn it to a CD-Rom or a DVD. Once your base Slackware system is in place, you can install the MLED package collection using the following command:

# upgradepkg --reinstall --install-new *.t?z
Since this only mentions 14.2, I am wondering, will it work for 14.1?
Or is there something similar available for 14.1?
Thank you.
 
Old 09-02-2016, 12:49 AM   #2
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,925

Rep: Reputation: 7320Reputation: 7320Reputation: 7320Reputation: 7320Reputation: 7320Reputation: 7320Reputation: 7320Reputation: 7320Reputation: 7320Reputation: 7320Reputation: 7320
just check http://www.microlinux.fr/microlinux/ and you will see 14.1 too. Is this what you are looking for?
 
Old 09-02-2016, 01:02 PM   #3
offgridguy
Senior Member
 
Registered: Nov 2015
Location: Alberta Canada
Distribution: Windows10, Debian
Posts: 1,109

Original Poster
Rep: Reputation: 147Reputation: 147
Thank you, this made me realize the solution is as simple as changing
http://www.microlinux.fr/microlinux/desktop-14.2-64bit/
to
http://www.microlinux.fr/microlinux/desktop-14.1-64bit/

Actually when I tried this before, I downloaded the packages, put it on a USB stick,
But when I tried to use it, I only got the error message
Code:
*.t?z
not found.
Not sure why. I am trying a new download, 14.1 this time.

Last edited by offgridguy; 09-09-2016 at 01:21 PM.
 
Old 09-03-2016, 03:46 PM   #4
offgridguy
Senior Member
 
Registered: Nov 2015
Location: Alberta Canada
Distribution: Windows10, Debian
Posts: 1,109

Original Poster
Rep: Reputation: 147Reputation: 147
I copied my download to a USB stick.
Started up Slackware 14.1, installed the USB and mounted the volume.
Here is the result of the command .
Attached Thumbnails
Click image for larger version

Name:	Screenshot - 09032016 - 06:41:08 AM.png
Views:	33
Size:	8.9 KB
ID:	22923  
 
Old 09-03-2016, 05:09 PM   #5
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,139
Blog Entries: 21

Rep: Reputation: 3480Reputation: 3480Reputation: 3480Reputation: 3480Reputation: 3480Reputation: 3480Reputation: 3480Reputation: 3480Reputation: 3480Reputation: 3480Reputation: 3480
Err. Did you cd into the directory the usb was mounted in first before running that command?

In other words. Open a terminal where the file is inside the usb and run the command then?

Last edited by rokytnji; 09-03-2016 at 05:10 PM.
 
1 members found this post helpful.
Old 09-03-2016, 05:18 PM   #6
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,139
Blog Entries: 21

Rep: Reputation: 3480Reputation: 3480Reputation: 3480Reputation: 3480Reputation: 3480Reputation: 3480Reputation: 3480Reputation: 3480Reputation: 3480Reputation: 3480Reputation: 3480
example

Code:
harry@biker:~
$ cd Downloads
harry@biker:~/Downloads
$ ls
apt-transport-https_1.0.9.8.3_i386.deb
I use the cd command to get into my Downloads folder first.
I use ls command to see my downloaded .deb inside. So I can install it using terminal because now terminal can see it instead of

"file not found" like you show.

Edit: This is probably redundant stuff for you after reading your fluxbox thread in Slackware forum subsection. Oh well.

Last edited by rokytnji; 09-03-2016 at 05:29 PM.
 
Old 09-03-2016, 05:44 PM   #7
offgridguy
Senior Member
 
Registered: Nov 2015
Location: Alberta Canada
Distribution: Windows10, Debian
Posts: 1,109

Original Poster
Rep: Reputation: 147Reputation: 147
Quote:
Originally Posted by rokytnji View Post
Err. Did you cd into the directory the usb was mounted in first before running that command?

In other words. Open a terminal where the file is inside the usb and run the command then?
Actually, no I didn't. I used the open terminal here in the mounted volume.
What your saying makes perfect sense, when I think about it. Thank you.
 
Old 09-03-2016, 06:12 PM   #8
offgridguy
Senior Member
 
Registered: Nov 2015
Location: Alberta Canada
Distribution: Windows10, Debian
Posts: 1,109

Original Poster
Rep: Reputation: 147Reputation: 147
I tried this again. I am very new at this, I am wondering if this command is correct.
Code:
upgradepkg --reinstall --install-new *.t?z
I still get the same error message, screenshot.
Attached Thumbnails
Click image for larger version

Name:	Screenshot 03- 09032016 - 09:07:53 AM.png
Views:	30
Size:	37.1 KB
ID:	22924  
 
Old 09-03-2016, 06:19 PM   #9
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
There is no match for *.t?z in this directory. And please, why don't you copy and paste instead of taking screenshots?
 
Old 09-04-2016, 01:14 AM   #10
kikinovak
MLED Founder
 
Registered: Jun 2011
Location: Montpezat (South France)
Distribution: CentOS, OpenSUSE
Posts: 3,453

Rep: Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154Reputation: 2154
Quote:
Originally Posted by offgridguy View Post
I tried this again. I am very new at this, I am wondering if this command is correct.
Code:
upgradepkg --reinstall --install-new *.t?z
Yes, it is. *.t?z is a wildcard that addresses both *.tgz and *.txz packages, both of which are present in Slackware. If I may say without offense, but it looks like you don't have too much experience with Slackware. In that case, attempting an offline installation of MLED will probably be a quite frustrating experience. My advice is to read the Slackware documentation, and then give a "classic" (e. g. online) installation of MLED a spin.

Cheers,

Niki
 
Old 09-04-2016, 05:36 AM   #11
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
Deleted. Posting without coffee ...
 
Old 09-04-2016, 07:46 AM   #12
offgridguy
Senior Member
 
Registered: Nov 2015
Location: Alberta Canada
Distribution: Windows10, Debian
Posts: 1,109

Original Poster
Rep: Reputation: 147Reputation: 147
Quote:
Originally Posted by kikinovak View Post
Yes, it is. *.t?z is a wildcard that addresses both *.tgz and *.txz packages, both of which are present in Slackware. If I may say without offense, but it looks like you don't have too much experience with Slackware. In that case, attempting an offline installation of MLED will probably be a quite frustrating experience. My advice is to read the Slackware documentation, and then give a "classic" (e. g. online) installation of MLED a spin.

Cheers,

Niki
Thank you. I surmised the wildcards would address all files.
I tried the classic installation initially, but my internet connection stalled part way
through. So I downloaded the packages at the public library, to try the offline method.
I will take my laptop to the library and try it again using their ethernet.
Your right,I don't have much experience with Slackware. The documentation is very helpful
but doesn't address much in the way of unofficial repositories.
Thank you again for your input, I was hoping you would find this thread.

Last edited by offgridguy; 09-09-2016 at 01:22 PM.
 
Old 09-04-2016, 07:52 AM   #13
offgridguy
Senior Member
 
Registered: Nov 2015
Location: Alberta Canada
Distribution: Windows10, Debian
Posts: 1,109

Original Poster
Rep: Reputation: 147Reputation: 147
Quote:
Originally Posted by Emerson View Post
There is no match for *.t?z in this directory. And please, why don't you copy and paste instead of taking screenshots?
If you don't like my posts, you are not obliged to read them.
If you feel they break forum rules, you can use the report a post function to bring it to
the attention of a moderator, who will adjudicate accordingly.
Ps, You are now on my ignore list.

Last edited by offgridguy; 09-04-2016 at 11:30 AM.
 
Old 09-04-2016, 08:14 AM   #14
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
No problem, offgridguy. Your problem is I'm not alone, many members here prefer pasted code instead of screenshots. Your troubles get less exposure if you alienate them.
 
Old 09-04-2016, 09:17 AM   #15
PROBLEMCHYLD
Senior Member
 
Registered: Apr 2015
Posts: 1,201

Rep: Reputation: Disabled
@ offgridguy

If you decide to use the online installation, you might want to try out the scripts from here.
http://www.linuxquestions.org/questi...ml#post5573436

They have gotten rid of all the headaches I was having with MLED/Slackware. Thanks to gegechris99, I think you will be pleased as well. The scripts automate about 95% of the tasks at hand plus some extra.

To be honest, because I repair computers and sometimes donate them, I would have said fuk it, if it wasn't for the scripts and went for a different distro. The scripts really does make the experience more friendly for newbies like us. I'm very computer savvy when it comes to Windows and computer hardware, but linux was/is a challenge and I like challenges.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
getting distfiles for offline installation. mimithebrain Linux - Distributions 19 05-08-2014 06:51 AM
Nvidia driver offline installation panha Ubuntu 2 10-26-2009 05:34 AM
[SOLVED] wine offline installation- ubuntu 9.04 unclerick94 Linux - Newbie 2 07-11-2009 01:31 PM
offline installation sulekha Ubuntu 3 09-16-2007 10:34 AM
Offline installation in FC6 ravi_npatty Linux - Newbie 3 02-08-2007 12:14 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Microlinux / MLED

All times are GMT -5. The time now is 07:13 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration