如何更新Linux(How to udpate Linux)----将安装时没有安装的一些包重新安装上

Use mirror tool such as Demo Tools to mount the iso files.
Then, I was working under graphic UI, so I use the "Terminal" to execute linux comands.
Use following command:
 $ mount /dev/cdrom /mnt/cdrom
to mount the cdrom,then you can see a cd icon displayed on the desktop, double click this icon, 
you can see what under the cd. In this cd, you can find a a file named" autorun",
double click this file, this executable file will be executed, just do as the dialog told you.
Besides, I think, if under command line pattern, we can use ./autorun to run the executable file, 
but I didn't try it.
 

 

你可能感兴趣的:(linux,command,File,dialog,tools,Terminal)