RE: I want to download a program (mint 19.1)

2019-01-02 Thread Carruth, Rusty
with wget, so end up with a browser because I'm tired of trying to work around the proxy) Rusty -Original Message- From: PLUG-discuss [mailto:plug-discuss-boun...@lists.phxlinux.org] On Behalf Of kitepi...@kitepilot.com Subject: Re: I want to download a program (mint 19.1) wget -c

Re: I want to download a program (mint 19.1)

2018-12-31 Thread kitepilot
wget -c http://url.to/file.iso Michael writes: sorry. I meant I want to download an ISO. On Mon, Dec 31, 2018 at 6:34 AM wrote: apt-get install and/or dpkg! Michael writes: > should I use wget? > > -- > :-)~MIKE~(-: ---

Re: I want to download a program (mint 19.1)

2018-12-31 Thread Bob Elzer
go to the website, click on the download link of the version you want simple On Mon, Dec 31, 2018, 11:01 AM Michael sorry. I meant I want to download an ISO. > > On Mon, Dec 31, 2018 at 6:34 AM wrote: > >> apt-get install and/or dpkg! >> >> >> Michael writes: >> >> > should I use wget? >> >

Re: I want to download a program (mint 19.1)

2018-12-31 Thread Michael
sorry. I meant I want to download an ISO. On Mon, Dec 31, 2018 at 6:34 AM wrote: > apt-get install and/or dpkg! > > > Michael writes: > > > should I use wget? > > > > -- > > :-)~MIKE~(-: > --- > PLUG-discuss mailing list -

Re: I want to download a program (mint 19.1)

2018-12-31 Thread kitepilot
apt-get install and/or dpkg! Michael writes: should I use wget? -- :-)~MIKE~(-: --- PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org To subscribe, unsubscribe, or to change your mail settings:

Re: I want to download a program (mint 19.1)

2018-12-30 Thread Snyder, Alexander J
I don't have experience with Mint, but I do with Ubuntu, years ago. If mint uses DPKG, I think you can use the command: dpkg -i "URLtoYourDEBfile.deb" wget will get the file, but won't install it. Thanks, Alexander. Sent from my Samsung Galaxy S8+ On Dec 30, 2018 17:20, "Michael" wrote: