怎么安装使用Minicom?
Tofloor
poster avatar
dzuiuabi
deepin
2017-12-26 17:07
Author
我安装时出现了这样的问题:
  1. sudo apt-get install minicom
  2. 正在读取软件包列表... 完成
  3. 正在分析软件包的依赖关系树      
  4. 正在读取状态信息... 完成      
  5. 没有可用的软件包 minicom,但是它被其它的软件包引用了。
  6. 这可能意味着这个缺失的软件包可能已被废弃,
  7. 或者只能在其他发布源中找到

  8. E: 软件包 minicom 没有可安装候选
Copy the Code
我安装的是:minicom-2.7.1.tar.gz


在终端输入一些命令的时候打印出这些信息:
  1. minicom
  2. bash: minicom: 未找到命令
Copy the Code
  1. minicom -s
  2. bash: minicom: 未找到命令
Copy the Code
系统是Deepin Linux15.5

这个包我用的安装方法是:
  # tar zxf minicom-2.2.tar.gz
  # cd minicom-2.2
  # ./configure
  # make  
  # make install


是在  http://alioth.debian.org/projects/minicom/ 下载的


Reply Favorite View the author
All Replies
avatar
tmacy
deepin
2017-12-26 17:27
#1
sudo apt search minicom
[sudo] tmacy 的密码:
正在排序... 完成
全文搜索... 完成  
cutecom/panda 0.30.3-1 amd64
  Graphical serial terminal, like minicom

minicom/panda 2.7-1.1 amd64
  friendly menu driven serial communication program

sympathy/panda 1.2.1+woking+cvs+git20161222 amd64
  serial port concentrator system - server/client program

xgcom/panda 0.04.2-1 amd64
  A gui tools to help guys develop series port, like minicom
Reply View the author
avatar
luxwen
deepin
2017-12-26 17:50
#2
源里面有啊!可以正常安装,先update一下,然后 apt-cache policy minicom
Reply View the author
avatar
清风
deepin
2018-05-30 17:58
#3

       
6#
chy_999 发表于 1 秒前 | 只看该作者
minicom 没有显示呀,各位大神
sudo dmesg | grep usbserial
[    9.812076] usbcore: registered new interface driver usbserial
[    9.812087] usbcore: registered new interface driver usbserial_generic
[    9.812096] usbserial: USB Serial support registered for generic
[    9.821719] usbserial: USB Serial support registered for ch341-uart

配置好后打开光标乱跳,除了显示minicom 2.7 不显示任何信息呀,求解决
Reply View the author
avatar
paopao123
deepin
2018-05-30 18:29
#4
可以试试putty
Reply View the author