我在我的 Windows 7 笔记本电脑上运行 VirtualBox 4.1.4,运行 Ubuntu 11.10 来宾。
我想从 Ubuntu 的终端复制文本并将其粘贴到 Windows 主机上的文件中。由于某种原因,这不起作用。
有任何想法吗?
尝试修改时/etc/bash.bashrc出现错误:
$ echo "my edit" >> /etc/bash.bashrc
bash: /etc/bash.bashrc: Permission denied
Run Code Online (Sandbox Code Playgroud)
ls -ll /etc/bash.bashrc 显示:
-rw-r--r-- 1 root root 1975 2011-05-18 19:54 /etc/bash.bashrc
Run Code Online (Sandbox Code Playgroud)
我怎么能修改/etc/bash.bashrc?
我正在尝试meld在 Ubuntu上安装(我在 Windows 7 上使用 VirtualBox)以进行可视化git diff:
sudo apt-get install meld
Run Code Online (Sandbox Code Playgroud)
但是,它没有成功:
...
Get:9 http://au.archive.ubuntu.com/ubuntu/ oneiric/main python-pyorbit i386 2.24.0-6ubuntu1 [92.4 kB]
Get:10 http://au.archive.ubuntu.com/ubuntu/ oneiric/main python-gnome2 i386 2.28.1-3 [361 kB]
Get:11 http://au.archive.ubuntu.com/ubuntu/ oneiric/universe python-gtksourceview2 i386 2.10.1-2 [131 kB]
Fetched 1,310 kB in 6s (214 kB/s)
Failed to fetch http://au.archive.ubuntu.com/ubuntu/pool/main/p/pygtk/python-glade2_2.24.0-2_i386.deb Size mismatch
Failed to fetch http://au.archive.ubuntu.com/ubuntu/pool/universe/m/meld/meld_1.5.2-1ubuntu2_all.deb Size mismatch
Failed to fetch http://au.archive.ubuntu.com/ubuntu/pool/main/p/pyorbit/python-pyorbit_2.24.0-6ubuntu1_i386.deb Size mismatch
Failed to fetch http://au.archive.ubuntu.com/ubuntu/pool/main/g/gnome-python/python-gnome2_2.28.1-3_i386.deb Size mismatch
Failed to fetch http://au.archive.ubuntu.com/ubuntu/pool/universe/p/pygtksourceview/python-gtksourceview2_2.10.1-2_i386.deb Size mismatch
E: Unable …Run Code Online (Sandbox Code Playgroud)