LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 07-02-2018, 09:41 PM   #76
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176

Try this:

Code:
cd Downloads
Press Enter

Than:
Code:
sha256sum linuxmint-18.3-cinnamon-32bit.iso
Press Enter

I didn't know it was an sha sum. Sorry:-
 
1 members found this post helpful.
Old 07-02-2018, 10:01 PM   #77
thejoseph
Member
 
Registered: Jun 2018
Posts: 65

Original Poster
Rep: Reputation: Disabled
hello my friend thanks very much for your time and help . I did coming this,

user@user-AOD255:~$ cd Downloads
user@user-AOD255:~/Downloads$ sha256sum linuxmint-18.3-cinnamon-32bit.iso

And stay like that,
 
Old 07-02-2018, 10:26 PM   #78
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
How would you like to install Linux Mint 18.3 using a DVD or a USB pendrive?
 
1 members found this post helpful.
Old 07-02-2018, 10:33 PM   #79
thejoseph
Member
 
Registered: Jun 2018
Posts: 65

Original Poster
Rep: Reputation: Disabled
this pc don't have any where to open and put CD in or out , bout have 3 place we can put the USP , can I copy that to USP ?
 
1 members found this post helpful.
Old 07-02-2018, 10:43 PM   #80
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by thejoseph View Post
this pc don't have any where to open and put CD in or out , bout have 3 place we can put the USP , can I copy that to USP ?
OK so you don't have a CDROM drive, got that.

No, you can't copy the .iso of Mint onto the USB stick.

You will have to use a program to put the .iso of Mint on the USB stick and make it bootable.

I recommend that you use unetbootin. It only takes a few minutes. If you're running Ubuntu unetbootin should be in the Software Center.
https://unetbootin.github.io/
 
1 members found this post helpful.
Old 07-02-2018, 10:47 PM   #81
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
https://www.pendrivelinux.com/using-...sb-from-linux/
 
1 members found this post helpful.
Old 07-02-2018, 11:12 PM   #82
thejoseph
Member
 
Registered: Jun 2018
Posts: 65

Original Poster
Rep: Reputation: Disabled
my friend I did this frome there ( http://unetbootin.github.io/linux_download.html )

UNetbootin - Downloads for Linux
Ubuntu Package
To install UNetbootin from the Ubuntu PPA, run the commands:

sudo add-apt-repository ppa:gezakovacs/ppa
sudo apt-get update
sudo apt-get install unetbootin
Binaries: 32-bit binary 64-bit binary
 
Old 07-02-2018, 11:16 PM   #83
thejoseph
Member
 
Registered: Jun 2018
Posts: 65

Original Poster
Rep: Reputation: Disabled
and I do this from here ( https://www.pendrivelinux.com/using-...sb-from-linux/ )


UNetbootin was created by Geza Kovacs, released under GNU GPL v2.

Official UNetbootin Homepage: http://unetbootin.sourceforge.net

How to Install and Run UNetbootin under Ubuntu Linux

Open a terminal (applications > accessories > terminal)
Type wget unetbootin.sourceforge.net/unetbootin-linux-latest
Type chmod +x ./unetbootin-linux-*
Type sudo apt-get install p7zip-full
Type sudo ./unetbootin-linux-*
 
Old 07-02-2018, 11:22 PM   #84
thejoseph
Member
 
Registered: Jun 2018
Posts: 65

Original Poster
Rep: Reputation: Disabled
And do this from here ( https://unetbootin.github.io/linux_download.html )
UNetbootin - Downloads for Linux
Ubuntu Package
To install UNetbootin from the Ubuntu PPA, run the commands:

sudo add-apt-repository ppa:gezakovacs/ppa
sudo apt-get update
sudo apt-get install unetbootin
Binaries: 32-bit binary 64-bit binary
 
Old 07-03-2018, 10:00 AM   #85
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
many people say that unetbootin is broken.
maybe you can give etcher or rufus a try:
https://rufus.akeo.ie/
https://etcher.io/
 
1 members found this post helpful.
Old 07-03-2018, 10:12 AM   #86
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Linux Mint installation instructions:

https://linuxmint-installation-guide....io/en/latest/
 
1 members found this post helpful.
Old 07-03-2018, 10:30 AM   #87
thejoseph
Member
 
Registered: Jun 2018
Posts: 65

Original Poster
Rep: Reputation: Disabled
i want to wait until see my friend ,And thanks very much for time and help my dear friends.. (
hydrurga & ondoho & Ztcoracat God bless you all
 
Old 07-03-2018, 11:39 AM   #88
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by thejoseph View Post
my friend I did this frome there ( http://unetbootin.github.io/linux_download.html )

UNetbootin - Downloads for Linux
Ubuntu Package
To install UNetbootin from the Ubuntu PPA, run the commands:

sudo add-apt-repository ppa:gezakovacs/ppa
sudo apt-get update
sudo apt-get install unetbootin
Binaries: 32-bit binary 64-bit binary
I would run those 3 commands to get unetbootin installed.

Let me know if it doesn't work.
 
Old 07-03-2018, 11:48 AM   #89
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
If you wanted to, thejoseph; you could use Rufus or Etcher like ondoho our LQ Addict has suggested.
That is if you have a Windows machine. (wasn't sure if you had one or not or if Windows is installed)

The link that our Guru hydrurga provided for you will certainly help you to understand how to install Linux Mint.
When you have the time it would certainly benefit you to read through the installation process.

Last edited by Ztcoracat; 07-03-2018 at 11:59 AM.
 
Old 07-03-2018, 11:59 AM   #90
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Quote:
Originally Posted by Ztcoracat View Post
If you wanted to, thejoesph; you could use Rufus or Etcher like ondoho our LA Addict has suggested.
That is if you have a Windows machine. (wasn't sure if you had one or not or if Windows is installed)

The link that our Guru hydrurga provided for you will certainly help you to understand how to install Linux Mint.
When you have the time it would certainly benefit you to read through the installation process.
Just for info, Etcher is also available on Linux.
 
  


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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
XFCE4- where is the screen saver and how to turn power manager OFF? FrizzledOldButt Linux - Desktop 5 03-12-2016 06:39 AM
Update Manager , Synaptic package manager & dpkg: warning error massage sa3paleasm Linux - Software 1 08-07-2013 04:45 PM
Detect Screen Saver & Computer lock event vikassp Linux - Desktop 1 07-22-2009 04:54 AM
Suse 9.1 Screen saver unlock & audio problems. ptrbee Linux - Distributions 0 07-08-2004 12:53 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 07:15 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