我正在尝试在 Ubuntu 新版本上创建一个 Windows USB 记忆棒,这是我尝试过的:
sudo apt-get install winusb
Run Code Online (Sandbox Code Playgroud)
结果如下:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package winusb
Run Code Online (Sandbox Code Playgroud)
我已经尝试使用带有代码的 Saucy 包安装它
wget https://launchpad.net/~colingille/+archive/freshlight/+files/winusb_1.0.11+saucy1_amd64.deb
Run Code Online (Sandbox Code Playgroud)
它给了我这些结果
wget https://launchpad.net/~colingille/+archive/freshlight/+files/winusb_1.0.11+saucy1_amd64.deb
--2016-06-19 16:30:47-- https://launchpad.net/~colingille/+archive/freshlight/+files/winusb_1.0.11+saucy1_amd64.deb
Resolving launchpad.net (launchpad.net)... 91.189.89.223, 91.189.89.222
Connecting to launchpad.net (launchpad.net)|91.189.89.223|:443... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://launchpad.net/~colingille/+archive/ubuntu/freshlight/+files/winusb_1.0.11+saucy1_amd64.deb [following]
--2016-06-19 16:30:47-- https://launchpad.net/~colingille/+archive/ubuntu/freshlight/+files/winusb_1.0.11+saucy1_amd64.deb
Reusing existing connection to launchpad.net:443.
HTTP request sent, awaiting response... 302 Moved Temporarily
Location: https://launchpadlibrarian.net/158567123/winusb_1.0.11+saucy1_amd64.deb [following]
--2016-06-19 …Run Code Online (Sandbox Code Playgroud) 我试过使用
sudo apt-get remove amazon
Run Code Online (Sandbox Code Playgroud)
结果是 sudo-apt-get: command not found
我试过
sudo apt-get remove amazon*
Run Code Online (Sandbox Code Playgroud)
我得到了
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'unity-webapps-amazoncloudreader' for regex 'amazon*'
Note, selecting 'ruby-amazon-ec2' for regex 'amazon*'
Note, selecting 'libnet-amazon-s3-tools-perl' for regex 'amazon*'
Note, selecting 'unity-webapps-amazon' for regex 'amazon*'
Note, selecting 'libnet-amazon-ec2-perl' for regex 'amazon*'
Note, selecting 'gamazons' for regex 'amazon*'
Note, selecting 'libnet-amazon-perl' for regex 'amazon*'
Note, selecting 'libamazon-sqs-simple-perl' for regex 'amazon*'
Note, selecting 'libnet-amazon-s3-perl' for regex …Run Code Online (Sandbox Code Playgroud)