- Code: Select all
sudo add-apt-repository ppa:ubuntu-wine/ppa
sudo apt-get update
sudo apt-get install wine
sudo apt-get install winetricks
Please help I really don't want to have to reinstall the system AGAIN because of this......
sudo add-apt-repository ppa:ubuntu-wine/ppa
sudo apt-get update
sudo apt-get install wine
sudo apt-get install winetricks
#!/bin/bash
for package in `dpkg -l | awk '{print $2}'`;do
from_ppa=`apt-cache policy "$package" | grep -c "ppa:ubuntu-wine/ppa"`
if test "$from_ppa" -gt 0;then
echo "$package"
fi
done
/bin/bash ppa-filter
for i in {1..5};do echo "Debian is not Ubuntu. I will not do that again";done
Malvazar wrote:I guess I'm just going to have to reinstall the os...
wizard10000 wrote:I'm a little confused, since add-apt-repository isn't a Debian package. Are we sure OP isn't running *buntu?
wizard10000 wrote:I'm a little confused
Users browsing this forum: No registered users and 14 guests